/[svn]/linuxsampler/trunk/src/engines/common/InstrumentScriptVM.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/InstrumentScriptVM.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3254 by schoenebeck, Sun May 28 22:22:56 2017 UTC revision 3255 by schoenebeck, Tue May 30 15:43:39 2017 UTC
# Line 304  namespace LinuxSampler { Line 304  namespace LinuxSampler {
304          InstrumentScriptVMFunction_change_tune_curve m_fnChangeTuneCurve;          InstrumentScriptVMFunction_change_tune_curve m_fnChangeTuneCurve;
305          InstrumentScriptVMFunction_get_event_par m_fnGetEventPar;          InstrumentScriptVMFunction_get_event_par m_fnGetEventPar;
306          InstrumentScriptVMFunction_set_event_par m_fnSetEventPar;          InstrumentScriptVMFunction_set_event_par m_fnSetEventPar;
307            InstrumentScriptVMFunction_change_play_pos m_fnChangePlayPos;
308          InstrumentScriptVMDynVar_ENGINE_UPTIME m_varEngineUptime;          InstrumentScriptVMDynVar_ENGINE_UPTIME m_varEngineUptime;
309          InstrumentScriptVMDynVar_NI_CALLBACK_ID m_varCallbackID;          InstrumentScriptVMDynVar_NI_CALLBACK_ID m_varCallbackID;
310          InstrumentScriptVMDynVar_ALL_EVENTS m_varAllEvents;          InstrumentScriptVMDynVar_ALL_EVENTS m_varAllEvents;
# Line 338  namespace LinuxSampler { Line 339  namespace LinuxSampler {
339          friend class InstrumentScriptVMFunction_set_event_par;          friend class InstrumentScriptVMFunction_set_event_par;
340          friend class InstrumentScriptVMFunction_change_note;          friend class InstrumentScriptVMFunction_change_note;
341          friend class InstrumentScriptVMFunction_change_velo;          friend class InstrumentScriptVMFunction_change_velo;
342            friend class InstrumentScriptVMFunction_change_play_pos;
343          friend class InstrumentScriptVMFunction_event_status;          friend class InstrumentScriptVMFunction_event_status;
344          friend class InstrumentScriptVMFunction_wait;          friend class InstrumentScriptVMFunction_wait;
345          friend class InstrumentScriptVMFunction_stop_wait;          friend class InstrumentScriptVMFunction_stop_wait;

Legend:
Removed from v.3254  
changed lines
  Added in v.3255

  ViewVC Help
Powered by ViewVC