--- linuxsampler/trunk/src/engines/gig/EngineChannel.h 2005/02/26 22:44:51 412 +++ linuxsampler/trunk/src/engines/gig/EngineChannel.h 2005/03/04 22:54:11 424 @@ -84,6 +84,8 @@ ::gig::Instrument* pInstrument; bool SustainPedal; ///< true if sustain pedal is down double GlobalVolume; ///< overall volume (a value < 1.0 means attenuation, a value > 1.0 means amplification) + 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. String InstrumentFile;