--- linuxsampler/trunk/src/engines/gig/EGADSR.h 2004/09/20 00:26:40 249 +++ linuxsampler/trunk/src/engines/gig/EGADSR.h 2004/09/23 21:33:43 252 @@ -53,6 +53,7 @@ stage_decay2, stage_sustain, stage_release, + stage_fadeout, stage_end }; @@ -78,9 +79,9 @@ float ReleaseCoeff; long ReleaseStepsLeft; ///< number of sample points til end of release stage bool ReleasePostponed; ///< If a "release" event occured in the previous audio fragment, but wasn't processed yet. - const static float EndCoeff; + const static float FadeOutCoeff; private: - static float CalculateEndCoeff(); + static float CalculateFadeOutCoeff(); }; }} // namespace LinuxSampler::gig