--- linuxsampler/trunk/src/engines/gig/Voice.cpp 2012/03/08 19:40:14 2326 +++ linuxsampler/trunk/src/engines/gig/Voice.cpp 2012/03/10 16:16:14 2327 @@ -4,7 +4,7 @@ * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * * Copyright (C) 2005 - 2008 Christian Schoenebeck * - * Copyright (C) 2009 - 2011 Christian Schoenebeck and Grigor Iliev * + * Copyright (C) 2009 - 2012 Christian Schoenebeck and 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 * @@ -483,4 +483,8 @@ } } + void Voice::CalculateFadeOutCoeff(float FadeOutTime, float SampleRate) { + EG1.CalculateFadeOutCoeff(FadeOutTime, SampleRate); + } + }} // namespace LinuxSampler::gig