--- linuxsampler/trunk/src/engines/common/InstrumentScriptVM.h 2017/05/30 15:43:39 3255 +++ linuxsampler/trunk/src/engines/common/InstrumentScriptVM.h 2017/06/05 18:40:18 3277 @@ -298,6 +298,7 @@ InstrumentScriptVMFunction_event_status m_fnEventStatus; InstrumentScriptVMFunction_wait m_fnWait2; InstrumentScriptVMFunction_stop_wait m_fnStopWait; + InstrumentScriptVMFunction_abort m_fnAbort; InstrumentScriptVMFunction_fade_in m_fnFadeIn; InstrumentScriptVMFunction_fade_out m_fnFadeOut; InstrumentScriptVMFunction_change_vol_curve m_fnChangeVolCurve; @@ -343,6 +344,7 @@ friend class InstrumentScriptVMFunction_event_status; friend class InstrumentScriptVMFunction_wait; friend class InstrumentScriptVMFunction_stop_wait; + friend class InstrumentScriptVMFunction_abort; friend class InstrumentScriptVMDynVar_ENGINE_UPTIME; friend class InstrumentScriptVMDynVar_NI_CALLBACK_ID; friend class InstrumentScriptVMDynVar_ALL_EVENTS;