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