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

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

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

revision 829 by schoenebeck, Sat Jan 14 14:07:47 2006 UTC revision 890 by schoenebeck, Sat Jul 1 13:43:04 2006 UTC
# Line 29  Line 29 
29  #endif // DEBUG_HEADERS  #endif // DEBUG_HEADERS
30    
31  #include "../common/Event.h"  #include "../common/Event.h"
32  #include "../common/EngineChannel.h"  #include "../EngineChannel.h"
33    #include "../../common/RingBuffer.h"
34  #include "EngineGlobals.h"  #include "EngineGlobals.h"
35  #include "Engine.h"  #include "Engine.h"
36  #include "Voice.h"  #include "Voice.h"
# Line 109  namespace LinuxSampler { namespace gig { Line 110  namespace LinuxSampler { namespace gig {
110              float                   GlobalPanLeft;              float                   GlobalPanLeft;
111              float                   GlobalPanRight;              float                   GlobalPanRight;
112              int                     Pitch;                    ///< Current (absolute) MIDI pitch value.              int                     Pitch;                    ///< Current (absolute) MIDI pitch value.
113              int                     CurrentKeyDimension;      ///< Current value (0-127) for the keyboard dimension, altered by pressing a keyswitching key.              float                   CurrentKeyDimension;      ///< Current value (0-1.0) for the keyboard dimension, altered by pressing a keyswitching key.
114              String                  InstrumentFile;              String                  InstrumentFile;
115              int                     InstrumentIdx;              int                     InstrumentIdx;
116              String                  InstrumentIdxName;              String                  InstrumentIdxName;

Legend:
Removed from v.829  
changed lines
  Added in v.890

  ViewVC Help
Powered by ViewVC