MCPcopy Create free account
hub / github.com/christophhart/HISE / isAudioRunning

Method isAudioRunning

hi_scripting/scripting/api/ScriptingApi.cpp:7484–7487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7482}
7483
7484bool ScriptingApi::Threads::isAudioRunning() const
7485{
7486 return getScriptProcessor()->getMainController_()->getKillStateHandler().isAudioRunning();
7487}
7488
7489bool ScriptingApi::Threads::isCurrentlyExporting() const
7490{

Callers 2

addJobMethod · 0.45
duplicateSampleMethod · 0.45

Calls 1

getMainController_Method · 0.80

Tested by

no test coverage detected