From e1428818220236e7598f0959d68b4cf8562d3212 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Thu, 9 Nov 2017 07:29:55 +0000 Subject: [PATCH] Removed some last patches to avoid problems with sound generation. --- src/dexed.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;