--- linuxsampler/trunk/src/engines/gig/EngineGlobals.h 2005/02/26 02:01:14 411 +++ linuxsampler/trunk/src/engines/gig/EngineGlobals.h 2005/03/09 22:12:15 438 @@ -67,6 +67,7 @@ bool ReleaseTrigger; ///< If we have to launch release triggered voice(s) when the key is released Pool::Iterator itSelf; ///< hack to allow fast deallocation of the key from the list of active keys RTList* pEvents; ///< Key specific events (only Note-on, Note-off and sustain pedal currently) + uint8_t RoundRobinIndex; ///< For the round robin dimension: current articulation for this key, will be incremented for each note on }; }} // namespace LinuxSampler::gig