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

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

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

revision 328 by schoenebeck, Sat Dec 25 21:58:58 2004 UTC revision 412 by schoenebeck, Sat Feb 26 22:44:51 2005 UTC
# Line 25  Line 25 
25    
26  #include "../../common/global.h"  #include "../../common/global.h"
27  #include "../../common/RTMath.h"  #include "../../common/RTMath.h"
28    #include "EngineChannel.h"
29    
30  namespace LinuxSampler {  namespace LinuxSampler {
31    
# Line 104  namespace LinuxSampler { Line 105  namespace LinuxSampler {
105                      uint Size;           ///< Data length (in bytes) of MIDI system exclusive message.                      uint Size;           ///< Data length (in bytes) of MIDI system exclusive message.
106                  } Sysex;                  } Sysex;
107              } Param;              } Param;
108                EngineChannel* pEngineChannel; ///< Pointer to the EngineChannel where this event occured on, NULL means Engine global event (e.g. SysEx message).
109    
110              inline int32_t FragmentPos() {              inline int32_t FragmentPos() {
111                  if (iFragmentPos >= 0) return iFragmentPos;                  if (iFragmentPos >= 0) return iFragmentPos;

Legend:
Removed from v.328  
changed lines
  Added in v.412

  ViewVC Help
Powered by ViewVC