/[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 2902 by schoenebeck, Tue May 3 14:00:16 2016 UTC revision 2931 by schoenebeck, Sat Jul 9 14:38:33 2016 UTC
# Line 233  namespace LinuxSampler { Line 233  namespace LinuxSampler {
233          InstrumentScriptVMFunction_set_event_mark m_fnSetEventMark;          InstrumentScriptVMFunction_set_event_mark m_fnSetEventMark;
234          InstrumentScriptVMFunction_delete_event_mark m_fnDeleteEventMark;          InstrumentScriptVMFunction_delete_event_mark m_fnDeleteEventMark;
235          InstrumentScriptVMFunction_by_marks m_fnByMarks;          InstrumentScriptVMFunction_by_marks m_fnByMarks;
236            InstrumentScriptVMFunction_change_vol m_fnChangeVol;
237            InstrumentScriptVMFunction_change_tune m_fnChangeTune;
238            InstrumentScriptVMFunction_change_pan m_fnChangePan;
239    
240          friend class InstrumentScriptVMFunction_play_note;          friend class InstrumentScriptVMFunction_play_note;
241          friend class InstrumentScriptVMFunction_set_controller;          friend class InstrumentScriptVMFunction_set_controller;
# Line 242  namespace LinuxSampler { Line 245  namespace LinuxSampler {
245          friend class InstrumentScriptVMFunction_set_event_mark;          friend class InstrumentScriptVMFunction_set_event_mark;
246          friend class InstrumentScriptVMFunction_delete_event_mark;          friend class InstrumentScriptVMFunction_delete_event_mark;
247          friend class InstrumentScriptVMFunction_by_marks;          friend class InstrumentScriptVMFunction_by_marks;
248            friend class InstrumentScriptVMFunction_change_vol;
249            friend class InstrumentScriptVMFunction_change_tune;
250            friend class InstrumentScriptVMFunction_change_pan;
251      };      };
252    
253  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.2902  
changed lines
  Added in v.2931

  ViewVC Help
Powered by ViewVC