| 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 | { |