/[svn]/linuxsampler/trunk/src/engines/gig/Voice.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/Voice.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 770 by schoenebeck, Sun Sep 11 15:56:29 2005 UTC revision 783 by persson, Sun Oct 2 14:40:52 2005 UTC
# Line 138  namespace LinuxSampler { namespace gig { Line 138  namespace LinuxSampler { namespace gig {
138              float                       PanLeft;              float                       PanLeft;
139              float                       PanRight;              float                       PanRight;
140              float                       CrossfadeVolume;    ///< Current attenuation level caused by a crossfade (only if a crossfade is defined of course)              float                       CrossfadeVolume;    ///< Current attenuation level caused by a crossfade (only if a crossfade is defined of course)
141              //double                      Pos;                ///< Current playback position in sample              double                      Pos;                ///< Current playback position in sample
142              float                       PitchBase;          ///< Basic pitch depth, stays the same for the whole life time of the voice              float                       PitchBase;          ///< Basic pitch depth, stays the same for the whole life time of the voice
143              float                       PitchBend;          ///< Current pitch value of the pitchbend wheel              float                       PitchBend;          ///< Current pitch value of the pitchbend wheel
144              float                       CutoffBase;         ///< Cutoff frequency before control change, EG and LFO are applied              float                       CutoffBase;         ///< Cutoff frequency before control change, EG and LFO are applied

Legend:
Removed from v.770  
changed lines
  Added in v.783

  ViewVC Help
Powered by ViewVC