--- linuxsampler/trunk/src/engines/gig/EGADSR.h 2005/08/16 17:14:25 738 +++ linuxsampler/trunk/src/engines/gig/EGADSR.h 2005/09/02 20:11:55 768 @@ -210,7 +210,7 @@ void enterAttackStage(const uint PreAttack, const float AttackTime, const uint SampleRate, const double SamplePos, const float CurrentPitch); void enterAttackHoldStage(const double SamplePos, const float CurrentPitch); void enterDecay1Part1Stage(const uint SampleRate); - void enterDecay1Part2Stage(); + void enterDecay1Part2Stage(const uint SampleRate); void enterDecay2Stage(const uint SampleRate); void enterSustainStage(); void enterReleasePart1Stage();