--- linuxsampler/trunk/src/engines/common/InstrumentScriptVM.h 2014/06/06 12:38:54 2598 +++ linuxsampler/trunk/src/engines/common/InstrumentScriptVM.h 2014/06/07 00:16:03 2600 @@ -50,10 +50,12 @@ // buil-in script functions InstrumentScriptVMFunction_play_note m_fnPlayNote; - InstrumentScriptVMFunction_play_note m_fnIgnoreEvent; - InstrumentScriptVMFunction_play_note m_fnIgnoreController; + InstrumentScriptVMFunction_set_controller m_fnSetController; + InstrumentScriptVMFunction_ignore_event m_fnIgnoreEvent; + InstrumentScriptVMFunction_ignore_controller m_fnIgnoreController; friend class InstrumentScriptVMFunction_play_note; + friend class InstrumentScriptVMFunction_set_controller; friend class InstrumentScriptVMFunction_ignore_event; friend class InstrumentScriptVMFunction_ignore_controller; };