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

Method preHiseEventCallback

hi_scripting/scripting/ScriptProcessorModules.cpp:1821–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1819}
1820
1821void JavascriptSynthesiser::preHiseEventCallback(HiseEvent &e)
1822{
1823 ModulatorSynth::preHiseEventCallback(e);
1824
1825 if (e.isNoteOn())
1826 return; // will be handled by preStartVoice
1827
1828 if (auto n = getActiveNetwork())
1829 {
1830 voiceData.handleHiseEvent(*n, *n->getPolyHandler(), e);
1831 }
1832}
1833
1834void JavascriptSynthesiser::preStartVoice(int voiceIndex, const HiseEvent& e)
1835{

Callers

nothing calls this directly

Calls 3

isNoteOnMethod · 0.45
handleHiseEventMethod · 0.45
getPolyHandlerMethod · 0.45

Tested by

no test coverage detected