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

Method isSnippetEmpty

hi_scripting/scripting/ScriptProcessor.cpp:794–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792{ return callbackName; }
793
794bool JavascriptProcessor::SnippetDocument::isSnippetEmpty() const
795{ return !isActive; }
796
797int JavascriptProcessor::SnippetDocument::getNumArgs() const
798{ return numArgs; }

Callers 11

runScriptCallbacksMethod · 0.80
runTimerCallbackMethod · 0.80
prepareToPlayMethod · 0.80
renderWholeBufferMethod · 0.80
applyEffectMethod · 0.80
handleHiseEventMethod · 0.80
startVoiceMethod · 0.80
calculateBlockMethod · 0.80
controlCallbackMethod · 0.80
compileInternalMethod · 0.80
checkActiveSnippetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected