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

Function LegatoProcessor

hi_scripting/scripting/HardcodedScriptProcessor.h:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 SET_PROCESSOR_NAME("LegatoWithRetrigger", "Legato with Retrigger", "Enables monophonic mode and retriggers the pressed key if there was a key release. ");
185
186 LegatoProcessor(MainController *mc, const String &id, ModulatorSynth *ms):
187 HardcodedScriptProcessor(mc, id, ms)
188 {
189 onInit();
190 flushContentParameters();
191 };
192
193 void onInit() override
194 {

Callers

nothing calls this directly

Calls 1

onInitFunction · 0.85

Tested by

no test coverage detected