/[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 437 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC revision 438 by persson, Wed Mar 9 22:12:15 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            uint8_t         RoundRobinIndex; ///< For the round robin dimension: current articulation for this key, will be incremented for each note on
71      };      };
72    
73  }} // namespace LinuxSampler::gig  }} // namespace LinuxSampler::gig

Legend:
Removed from v.437  
changed lines
  Added in v.438

  ViewVC Help
Powered by ViewVC