--- linuxsampler/trunk/src/engines/gig/EngineChannel.h 2006/05/14 07:15:38 864 +++ linuxsampler/trunk/src/engines/gig/EngineChannel.h 2006/05/14 07:15:52 865 @@ -110,7 +110,7 @@ float GlobalPanLeft; float GlobalPanRight; int Pitch; ///< Current (absolute) MIDI pitch value. - 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. String InstrumentFile; int InstrumentIdx; String InstrumentIdxName;