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

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

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

revision 2060 by iliev, Sun Oct 25 22:22:52 2009 UTC revision 2061 by persson, Tue Feb 23 18:32:31 2010 UTC
# Line 97  namespace LinuxSampler { Line 97  namespace LinuxSampler {
97    
98                  double  EG3Attack;  ///< Attack time of the sample pitch EG (in seconds)                  double  EG3Attack;  ///< Attack time of the sample pitch EG (in seconds)
99                  int     EG3Depth;   ///< Depth of the sample pitch EG (-1200 - +1200)                  int     EG3Depth;   ///< Depth of the sample pitch EG (-1200 - +1200)
100                  uint8_t ReleaseTriggerDecay; ///< 0 - 8                  double  ReleaseTriggerDecay; ///< How much release sample volume depends on note length. Release sample amplitude is multiplied with (1 - ReleaseTriggerDecay * note length).
101    
102                  bool               VCFEnabled;    ///< If filter should be used.                  bool               VCFEnabled;    ///< If filter should be used.
103                  ::gig::vcf_type_t  VCFType;       ///< Defines the general filter characteristic (lowpass, highpass, bandpass, etc.).                  ::gig::vcf_type_t  VCFType;       ///< Defines the general filter characteristic (lowpass, highpass, bandpass, etc.).

Legend:
Removed from v.2060  
changed lines
  Added in v.2061

  ViewVC Help
Powered by ViewVC