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

Function onInit

hi_scripting/scripting/HardcodedScriptProcessor.h:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 };
192
193 void onInit() override
194 {
195 lastNote = -1;
196 lastEventId = -1;
197 possibleRetriggerNote = -1;
198 possibleRetriggerChannel = -1;
199 lastVelo = 0;
200 }
201
202 void onNoteOn() override
203 {

Callers 12

runOnFunctionMethod · 0.85
LegatoProcessorFunction · 0.85
CCSwapperFunction · 0.85
CCToNoteProcessorFunction · 0.85
MuteAllScriptProcessorFunction · 0.85
restoreFromValueTreeMethod · 0.85
ArpeggiatorMethod · 0.85

Calls 15

varFunction · 0.85
createMessageHolderMethod · 0.80
registerAtParentMethod · 0.80
enablePooledUpdateMethod · 0.80
setSeedRandomlyMethod · 0.80
enableRoundRobinMethod · 0.80
StringClass · 0.50
addKnobMethod · 0.45
setRangeMethod · 0.45
setHeightMethod · 0.45
setNameMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected