/[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 3690 by schoenebeck, Fri Jan 3 10:18:21 2020 UTC revision 3691 by schoenebeck, Fri Jan 3 12:35:20 2020 UTC
# Line 284  namespace LinuxSampler { Line 284  namespace LinuxSampler {
284          // built-in script functions          // built-in script functions
285          InstrumentScriptVMFunction_play_note m_fnPlayNote;          InstrumentScriptVMFunction_play_note m_fnPlayNote;
286          InstrumentScriptVMFunction_set_controller m_fnSetController;          InstrumentScriptVMFunction_set_controller m_fnSetController;
287            InstrumentScriptVMFunction_set_rpn m_fnSetRpn;
288            InstrumentScriptVMFunction_set_nrpn m_fnSetNrpn;
289          InstrumentScriptVMFunction_ignore_event m_fnIgnoreEvent;          InstrumentScriptVMFunction_ignore_event m_fnIgnoreEvent;
290          InstrumentScriptVMFunction_ignore_controller m_fnIgnoreController;          InstrumentScriptVMFunction_ignore_controller m_fnIgnoreController;
291          InstrumentScriptVMFunction_note_off m_fnNoteOff;          InstrumentScriptVMFunction_note_off m_fnNoteOff;
# Line 335  namespace LinuxSampler { Line 337  namespace LinuxSampler {
337    
338          friend class InstrumentScriptVMFunction_play_note;          friend class InstrumentScriptVMFunction_play_note;
339          friend class InstrumentScriptVMFunction_set_controller;          friend class InstrumentScriptVMFunction_set_controller;
340            friend class InstrumentScriptVMFunction_set_rpn;
341            friend class InstrumentScriptVMFunction_set_nrpn;
342          friend class InstrumentScriptVMFunction_ignore_event;          friend class InstrumentScriptVMFunction_ignore_event;
343          friend class InstrumentScriptVMFunction_ignore_controller;          friend class InstrumentScriptVMFunction_ignore_controller;
344          friend class InstrumentScriptVMFunction_note_off;          friend class InstrumentScriptVMFunction_note_off;

Legend:
Removed from v.3690  
changed lines
  Added in v.3691

  ViewVC Help
Powered by ViewVC