/[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 864 by persson, Sun Feb 26 13:00:08 2006 UTC revision 865 by persson, Sun May 14 07:15:52 2006 UTC
# Line 110  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.864  
changed lines
  Added in v.865

  ViewVC Help
Powered by ViewVC