/[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 2202 by persson, Mon Apr 25 08:12:36 2011 UTC revision 2203 by persson, Sat Jul 9 16:44:27 2011 UTC
# Line 81  namespace LinuxSampler { Line 81  namespace LinuxSampler {
81                  int     Pan; ///< Panorama / Balance (-64..0..63 <-> left..middle..right)                  int     Pan; ///< Panorama / Balance (-64..0..63 <-> left..middle..right)
82                  uint    SampleStartOffset; ///< Number of samples the sample start should be moved                  uint    SampleStartOffset; ///< Number of samples the sample start should be moved
83    
                 double  EG1PreAttack; ///< Preattack value of the sample amplitude EG (in permilles)  
                 double  EG1Attack; ///< Attack time of the sample amplitude EG (in seconds)  
                 double  EG1Hold;  ///< If true, Decay1 stage should be postponed until the sample reached the sample loop start  
                 double  EG1Decay1;  ///< Decay time of the sample amplitude EG (in seconds)  
                 double  EG1Decay2;  ///< Only if (EG1InfiniteSustain == false): 2nd decay stage time of the sample amplitude EG (in seconds)  
                 double  EG1Sustain; ///< Sustain value of the sample amplitude EG (in permilles)  
                 bool    EG1InfiniteSustain; ///< If true, instead of going into Decay2 phase, Decay1 level will be hold until note will be released.  
                 double  EG1Release; ///< Release time of the sample amplitude EG (in seconds)  
   
84                  double  EG2PreAttack; ///< Preattack value of the filter cutoff EG (in permilles)                  double  EG2PreAttack; ///< Preattack value of the filter cutoff EG (in permilles)
85                  double  EG2Attack; ///< Attack time of the filter cutoff EG (in seconds)                  double  EG2Attack; ///< Attack time of the filter cutoff EG (in seconds)
86                  double  EG2Decay1;  ///< Decay time of the filter cutoff EG (in seconds)                  double  EG2Decay1;  ///< Decay time of the filter cutoff EG (in seconds)

Legend:
Removed from v.2202  
changed lines
  Added in v.2203

  ViewVC Help
Powered by ViewVC