/[svn]/linuxsampler/trunk/src/engines/gig/EngineGlobals.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/EngineGlobals.h

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

revision 461 by schoenebeck, Mon Mar 14 22:36:48 2005 UTC revision 474 by schoenebeck, Thu Mar 17 21:28:04 2005 UTC
# Line 67  namespace LinuxSampler { namespace gig { Line 67  namespace LinuxSampler { namespace gig {
67          bool            ReleaseTrigger; ///< If we have to launch release triggered voice(s) when the key is released          bool            ReleaseTrigger; ///< If we have to launch release triggered voice(s) when the key is released
68          Pool<uint>::Iterator itSelf;    ///< hack to allow fast deallocation of the key from the list of active keys          Pool<uint>::Iterator itSelf;    ///< hack to allow fast deallocation of the key from the list of active keys
69          RTList<Event>*  pEvents;        ///< Key specific events (only Note-on, Note-off and sustain pedal currently)          RTList<Event>*  pEvents;        ///< Key specific events (only Note-on, Note-off and sustain pedal currently)
70            int             VoiceTheftsQueued; ///< Amount of voices postponed due to shortage of voices.
71          uint8_t         RoundRobinIndex; ///< For the round robin dimension: current articulation for this key, will be incremented for each note on          uint8_t         RoundRobinIndex; ///< For the round robin dimension: current articulation for this key, will be incremented for each note on
72      };      };
73    

Legend:
Removed from v.461  
changed lines
  Added in v.474

  ViewVC Help
Powered by ViewVC