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

Function CCToNoteProcessor

hi_scripting/scripting/HardcodedScriptProcessor.h:475–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 SET_PROCESSOR_NAME("CC2Note", "MIDI CC to Note Generator", "deprecated");
474
475 CCToNoteProcessor(MainController *mc, const String &id, ModulatorSynth *ms) :
476 HardcodedScriptProcessor(mc, id, ms)
477 {
478 onInit();
479 flushContentParameters();
480
481 };
482
483 void onInit() override
484 {

Callers

nothing calls this directly

Calls 1

onInitFunction · 0.85

Tested by

no test coverage detected