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

Method handleHiseEvent

hi_scripting/scripting/ScriptProcessorModules.cpp:648–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void JavascriptPolyphonicEffect::handleHiseEvent(const HiseEvent &m)
649{
650 if (m.isNoteOn())
651 return;
652
653 HiseEvent c(m);
654
655 if (auto n = getActiveNetwork())
656 {
657 voiceData.handleHiseEvent(*n, *n->getPolyHandler(), m);
658 }
659}
660
661JavascriptMasterEffect::JavascriptMasterEffect(MainController *mc, const String &id):
662JavascriptProcessor(mc),

Callers 1

preHiseEventCallbackMethod · 0.45

Calls 13

setHiseEventMethod · 0.80
handleNoteCounterMethod · 0.80
isSnippetEmptyMethod · 0.80
setCallbackParameterMethod · 0.80
getRootNodeMethod · 0.80
ifFunction · 0.50
isNoteOnMethod · 0.45
getPolyHandlerMethod · 0.45
isNoteOffMethod · 0.45
executeCallbackMethod · 0.45
wasOkMethod · 0.45
getErrorMessageMethod · 0.45

Tested by

no test coverage detected