| 280 | SET_PROCESSOR_NAME("CCSwapper", "CC Swapper", "Swaps two control change numbers."); |
| 281 | |
| 282 | CCSwapper(MainController *mc, const String &id, ModulatorSynth *ms): |
| 283 | HardcodedScriptProcessor(mc, id, ms) |
| 284 | { |
| 285 | onInit(); |
| 286 | flushContentParameters(); |
| 287 | }; |
| 288 | |
| 289 | void onInit() override |
| 290 | { |