/[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 775 by schoenebeck, Tue Aug 16 17:14:25 2005 UTC revision 776 by iliev, Wed Sep 21 19:05:41 2005 UTC
# Line 99  namespace LinuxSampler { namespace gig { Line 99  namespace LinuxSampler { namespace gig {
99              std::map<uint,uint*>    ActiveKeyGroups;          ///< Contains active keys (in case they belong to a key group) ordered by key group ID.              std::map<uint,uint*>    ActiveKeyGroups;          ///< Contains active keys (in case they belong to a key group) ordered by key group ID.
100              ::gig::Instrument*      pInstrument;              ::gig::Instrument*      pInstrument;
101              bool                    SustainPedal;             ///< true if sustain pedal is down              bool                    SustainPedal;             ///< true if sustain pedal is down
102                bool                    SostenutoPedal;           ///< true if sostenuto pedal is down
103              double                  GlobalVolume;             ///< overall volume (a value < 1.0 means attenuation, a value > 1.0 means amplification)              double                  GlobalVolume;             ///< overall volume (a value < 1.0 means attenuation, a value > 1.0 means amplification)
104              float                   GlobalPanLeft;              float                   GlobalPanLeft;
105              float                   GlobalPanRight;              float                   GlobalPanRight;

Legend:
Removed from v.775  
changed lines
  Added in v.776

  ViewVC Help
Powered by ViewVC