--- linuxsampler/trunk/src/engines/common/SignalUnitRack.h 2012/03/10 16:16:14 2327 +++ linuxsampler/trunk/src/engines/common/SignalUnitRack.h 2012/03/10 16:23:19 2328 @@ -2,7 +2,7 @@ * * * LinuxSampler - modular, streaming capable sampler * * * - * Copyright (C) 2011 Grigor Iliev * + * Copyright (C) 2011 - 2012 Grigor Iliev * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -133,6 +133,7 @@ virtual EndpointSignalUnit* GetEndpointUnit() = 0; virtual void EnterFadeOutStage() = 0; + virtual void EnterFadeOutStage(int maxFadeOutSteps) = 0; /** * Will be called to increment the time with one sample point.