--- linuxsampler/trunk/src/engines/common/AbstractVoice.cpp 2016/10/19 12:28:40 3017 +++ linuxsampler/trunk/src/engines/common/AbstractVoice.cpp 2016/10/31 00:05:00 3034 @@ -749,6 +749,11 @@ case Event::synth_param_resonance: NoteResonance = itEvent->Param.NoteSynthParam.AbsValue; break; + + case Event::synth_param_attack: + case Event::synth_param_decay: + case Event::synth_param_release: + break; // noop } } }