--- linuxsampler/trunk/src/engines/gig/EngineChannel.h 2005/09/21 14:30:43 775 +++ linuxsampler/trunk/src/engines/gig/EngineChannel.h 2005/09/21 19:05:41 776 @@ -99,6 +99,7 @@ std::map ActiveKeyGroups; ///< Contains active keys (in case they belong to a key group) ordered by key group ID. ::gig::Instrument* pInstrument; bool SustainPedal; ///< true if sustain pedal is down + bool SostenutoPedal; ///< true if sostenuto pedal is down double GlobalVolume; ///< overall volume (a value < 1.0 means attenuation, a value > 1.0 means amplification) float GlobalPanLeft; float GlobalPanRight;