/[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 2596 by schoenebeck, Thu Jun 5 19:39:12 2014 UTC revision 2598 by schoenebeck, Fri Jun 6 12:38:54 2014 UTC
# Line 38  namespace LinuxSampler { Line 38  namespace LinuxSampler {
38      protected:      protected:
39          ScriptEvent* m_event; ///< The event currently executed by exec().          ScriptEvent* m_event; ///< The event currently executed by exec().
40    
         Event* m_cause;  
   
41          // buil-in script variables          // buil-in script variables
42          VMInt8Array m_CC;          VMInt8Array m_CC;
43          VMInt8RelPtr m_CC_NUM;          VMInt8RelPtr m_CC_NUM;
44            VMIntRelPtr  m_EVENT_ID;
45          VMInt8RelPtr m_EVENT_NOTE;          VMInt8RelPtr m_EVENT_NOTE;
46          VMInt8RelPtr m_EVENT_VELOCITY;          VMInt8RelPtr m_EVENT_VELOCITY;
47          //VMIntArray m_KEY_DOWN; //TODO: ...          //VMIntArray m_KEY_DOWN; //TODO: ...
# Line 51  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;
54            InstrumentScriptVMFunction_play_note m_fnIgnoreController;
55    
56          friend class InstrumentScriptVMFunction_play_note;          friend class InstrumentScriptVMFunction_play_note;
57            friend class InstrumentScriptVMFunction_ignore_event;
58            friend class InstrumentScriptVMFunction_ignore_controller;
59      };      };
60    
61  } // namespace LinuxSampler  } // namespace LinuxSampler

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

  ViewVC Help
Powered by ViewVC