--- linuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp 2016/10/31 12:00:00 3035 +++ linuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp 2016/12/15 12:47:45 3054 @@ -273,6 +273,8 @@ pEngineChannel->ControllerTable[CTRL_TABLE_IDX_PITCHBEND] = event->cause.Param.Pitch.Pitch; break; + default: + ; // noop } }