/[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 946 by schoenebeck, Sun Jul 23 16:44:08 2006 UTC revision 947 by schoenebeck, Mon Nov 27 21:34:55 2006 UTC
# Line 110  namespace LinuxSampler { namespace gig { Line 110  namespace LinuxSampler { namespace gig {
110              bool                    PortamentoMode;           ///< in Portamento Mode we slide the pitch from the last note to the current note.              bool                    PortamentoMode;           ///< in Portamento Mode we slide the pitch from the last note to the current note.
111              float                   PortamentoTime;           ///< How long it will take to glide from the previous note to the current (in seconds)              float                   PortamentoTime;           ///< How long it will take to glide from the previous note to the current (in seconds)
112              float                   PortamentoPos;            ///< Current position on the keyboard, that is integer and fractional part (only used if PortamentoMode is on)              float                   PortamentoPos;            ///< Current position on the keyboard, that is integer and fractional part (only used if PortamentoMode is on)
113              double                  GlobalVolume;             ///< overall volume (a value < 1.0 means attenuation, a value > 1.0 means amplification)              double                  GlobalVolume;             ///< Master volume factor set through the C++ API / LSCP (a value < 1.0 means attenuation, a value > 1.0 means amplification)
114                double                  MidiVolume;               ///< Volume factor altered by MIDI CC#7 (a value < 1.0 means attenuation, a value > 1.0 means amplification)
115              float                   GlobalPanLeft;              float                   GlobalPanLeft;
116              float                   GlobalPanRight;              float                   GlobalPanRight;
117              int                     Pitch;                    ///< Current (absolute) MIDI pitch value.              int                     Pitch;                    ///< Current (absolute) MIDI pitch value.

Legend:
Removed from v.946  
changed lines
  Added in v.947

  ViewVC Help
Powered by ViewVC