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

Function CCSwapper

hi_scripting/scripting/HardcodedScriptProcessor.h:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

onInitFunction · 0.85

Tested by

no test coverage detected