Removed some last patches to avoid problems with sound generation.

pull/2/head
Holger Wirtz 7 years ago
parent f63c4b35ef
commit e142881822
  1. 4
      src/dexed.cpp

@ -92,8 +92,8 @@ Dexed::Dexed(double rate) : lvtk::Synth<DexedVoice, Dexed>(p_n_ports, p_midi_in)
controllers.breath_cc = 0; controllers.breath_cc = 0;
controllers.aftertouch_cc = 0; controllers.aftertouch_cc = 0;
controllers.masterTune=0; controllers.masterTune=0;
//controllers.opSwitch=0x3f; // enable all operators controllers.opSwitch=0x3f; // enable all operators
controllers.opSwitch=0x00; //controllers.opSwitch=0x00;
bufsize_=256; bufsize_=256;

Loading…
Cancel
Save