/[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 1751 by schoenebeck, Mon Jul 28 07:36:35 2008 UTC revision 2101 by persson, Sun May 30 11:40:31 2010 UTC
# Line 85  namespace LinuxSampler { Line 85  namespace LinuxSampler {
85                      uint8_t Velocity;    ///< Trigger or release velocity of note-on / note-off event.                      uint8_t Velocity;    ///< Trigger or release velocity of note-on / note-off event.
86                      int8_t  Layer;       ///< Layer index (usually only used if a note-on event has to be postponed, e.g. due to shortage of free voices).                      int8_t  Layer;       ///< Layer index (usually only used if a note-on event has to be postponed, e.g. due to shortage of free voices).
87                      int8_t  ReleaseTrigger; ///< If new voice should be a release triggered voice (actually boolean field and usually only used if a note-on event has to be postponed, e.g. due to shortage of free voices).                      int8_t  ReleaseTrigger; ///< If new voice should be a release triggered voice (actually boolean field and usually only used if a note-on event has to be postponed, e.g. due to shortage of free voices).
88                        void*   pRegion;     ///< Engine specific pointer to instrument region
89                  } Note;                  } Note;
90                  /// Control change event specifics                  /// Control change event specifics
91                  struct _CC {                  struct _CC {

Legend:
Removed from v.1751  
changed lines
  Added in v.2101

  ViewVC Help
Powered by ViewVC