/[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 2598 by schoenebeck, Fri Jun 6 12:38:54 2014 UTC revision 2600 by schoenebeck, Sat Jun 7 00:16:03 2014 UTC
# Line 50  namespace LinuxSampler { Line 50  namespace LinuxSampler {
50    
51          // buil-in script functions          // buil-in script functions
52          InstrumentScriptVMFunction_play_note m_fnPlayNote;          InstrumentScriptVMFunction_play_note m_fnPlayNote;
53          InstrumentScriptVMFunction_play_note m_fnIgnoreEvent;          InstrumentScriptVMFunction_set_controller m_fnSetController;
54          InstrumentScriptVMFunction_play_note m_fnIgnoreController;          InstrumentScriptVMFunction_ignore_event m_fnIgnoreEvent;
55            InstrumentScriptVMFunction_ignore_controller m_fnIgnoreController;
56    
57          friend class InstrumentScriptVMFunction_play_note;          friend class InstrumentScriptVMFunction_play_note;
58            friend class InstrumentScriptVMFunction_set_controller;
59          friend class InstrumentScriptVMFunction_ignore_event;          friend class InstrumentScriptVMFunction_ignore_event;
60          friend class InstrumentScriptVMFunction_ignore_controller;          friend class InstrumentScriptVMFunction_ignore_controller;
61      };      };

Legend:
Removed from v.2598  
changed lines
  Added in v.2600

  ViewVC Help
Powered by ViewVC