diff --git a/src/dexed.cpp b/src/dexed.cpp index 4341d71..2ca5e5d 100644 --- a/src/dexed.cpp +++ b/src/dexed.cpp @@ -50,9 +50,7 @@ Dexed::Dexed(double rate) : lvtk::Synth(p_n_ports, p_midi_in) fx.init(rate); if(!(engineMkI=new (std::nothrow) EngineMkI)) - { TRACE("Cannot not create engine EngineMkI"); - } if(!(engineOpl=new (std::nothrow) EngineOpl)) { delete(engineMkI); @@ -67,9 +65,7 @@ Dexed::Dexed(double rate) : lvtk::Synth(p_n_ports, p_midi_in) for(i=0; i