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

Method startVoice

hi_scripting/scripting/ScriptProcessorModules.cpp:630–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void JavascriptPolyphonicEffect::startVoice(int voiceIndex, const HiseEvent& e)
631{
632 VoiceEffectProcessor::startVoice(voiceIndex, e);
633
634 if (auto n = getActiveNetwork())
635 {
636 voiceData.startVoice(*n, *n->getPolyHandler(), voiceIndex, e);
637
638 }
639}
640
641void JavascriptPolyphonicEffect::reset(int voiceIndex)
642{

Callers 1

calculateBlockMethod · 0.45

Calls 8

getStateFunction · 0.85
isSnippetEmptyMethod · 0.80
setVoiceGainValueMethod · 0.80
setVoicePitchValueMethod · 0.80
setCallbackParameterMethod · 0.80
getPolyHandlerMethod · 0.45
executeCallbackMethod · 0.45
storeMethod · 0.45

Tested by

no test coverage detected