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

Method IsAudioReady

Source/SoundGen.cpp:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488bool CSoundGen::IsAudioReady() const { // // //
489 return m_pDocument && m_pModule && m_pAudioDriver->IsAudioDeviceOpen() && m_pDocument->IsFileLoaded();
490}
491
492void CSoundGen::ResetBuffer()
493{

Callers

nothing calls this directly

Calls 2

IsAudioDeviceOpenMethod · 0.80
IsFileLoadedMethod · 0.45

Tested by

no test coverage detected