--- linuxsampler/trunk/src/engines/common/InstrumentScriptVM.h 2017/04/21 13:33:03 3118 +++ linuxsampler/trunk/src/engines/common/InstrumentScriptVM.h 2017/05/19 14:23:12 3188 @@ -269,7 +269,9 @@ InstrumentScriptVMFunction_delete_event_mark m_fnDeleteEventMark; InstrumentScriptVMFunction_by_marks m_fnByMarks; InstrumentScriptVMFunction_change_vol m_fnChangeVol; + InstrumentScriptVMFunction_change_vol_time m_fnChangeVolTime; InstrumentScriptVMFunction_change_tune m_fnChangeTune; + InstrumentScriptVMFunction_change_tune_time m_fnChangeTuneTime; InstrumentScriptVMFunction_change_pan m_fnChangePan; InstrumentScriptVMFunction_change_cutoff m_fnChangeCutoff; InstrumentScriptVMFunction_change_reso m_fnChangeReso; @@ -283,6 +285,8 @@ InstrumentScriptVMFunction_event_status m_fnEventStatus; InstrumentScriptVMFunction_wait m_fnWait2; InstrumentScriptVMFunction_stop_wait m_fnStopWait; + InstrumentScriptVMFunction_fade_in m_fnFadeIn; + InstrumentScriptVMFunction_fade_out m_fnFadeOut; InstrumentScriptVMDynVar_ENGINE_UPTIME m_varEngineUptime; InstrumentScriptVMDynVar_NI_CALLBACK_ID m_varCallbackID; InstrumentScriptVMDynVar_ALL_EVENTS m_varAllEvents; @@ -296,7 +300,9 @@ friend class InstrumentScriptVMFunction_delete_event_mark; friend class InstrumentScriptVMFunction_by_marks; friend class InstrumentScriptVMFunction_change_vol; + friend class InstrumentScriptVMFunction_change_vol_time; friend class InstrumentScriptVMFunction_change_tune; + friend class InstrumentScriptVMFunction_change_tune_time; friend class InstrumentScriptVMFunction_change_pan; friend class InstrumentScriptVMFunction_change_cutoff; friend class InstrumentScriptVMFunction_change_reso; @@ -308,6 +314,8 @@ friend class InstrumentScriptVMFunction_change_amp_lfo_freq; friend class InstrumentScriptVMFunction_change_pitch_lfo_depth; friend class InstrumentScriptVMFunction_change_pitch_lfo_freq; + friend class InstrumentScriptVMFunction_fade_in; + friend class InstrumentScriptVMFunction_fade_out; friend class InstrumentScriptVMFunction_event_status; friend class InstrumentScriptVMFunction_wait; friend class InstrumentScriptVMFunction_stop_wait;