/[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 629 by schoenebeck, Sun May 22 20:43:32 2005 UTC revision 630 by persson, Sat Jun 11 14:51:49 2005 UTC
# Line 54  namespace LinuxSampler { namespace gig { Line 54  namespace LinuxSampler { namespace gig {
54          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)
55          int             VoiceTheftsQueued; ///< Amount of voices postponed due to shortage of voices.          int             VoiceTheftsQueued; ///< Amount of voices postponed due to shortage of voices.
56          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
57            uint8_t         Velocity;       ///< Latest Note-on velocity for this key
58            unsigned long   NoteOnTime;     ///< Time for latest Note-on event for this key
59      };      };
60    
61  }} // namespace LinuxSampler::gig  }} // namespace LinuxSampler::gig

Legend:
Removed from v.629  
changed lines
  Added in v.630

  ViewVC Help
Powered by ViewVC