MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / is_rendering_impl

Method is_rendering_impl

Source/SoundGen.cpp:928–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928bool CSoundGen::is_rendering_impl() const { // // //
929 return m_pWaveRenderer && m_pWaveRenderer->Started() && !m_pWaveRenderer->Finished(); // // //
930}
931
932bool CSoundGen::IsBackgroundTask() const
933{

Callers

nothing calls this directly

Calls 2

StartedMethod · 0.80
FinishedMethod · 0.45

Tested by

no test coverage detected