diff --git a/src/dexed.cpp b/src/dexed.cpp index 899f3ce..110b96d 100644 --- a/src/dexed.cpp +++ b/src/dexed.cpp @@ -92,8 +92,8 @@ Dexed::Dexed(double rate) : lvtk::Synth(p_n_ports, p_midi_in) controllers.breath_cc = 0; controllers.aftertouch_cc = 0; controllers.masterTune=0; - //controllers.opSwitch=0x3f; // enable all operators - controllers.opSwitch=0x00; + controllers.opSwitch=0x3f; // enable all operators + //controllers.opSwitch=0x00; bufsize_=256;