--- linuxsampler/trunk/src/engines/common/AbstractVoice.cpp 2014/05/18 17:38:25 2559 +++ linuxsampler/trunk/src/engines/common/AbstractVoice.cpp 2014/09/06 18:56:02 2673 @@ -488,7 +488,7 @@ // process low frequency oscillators if (bLFO1Enabled) fFinalVolume *= (1.0f - pLFO1->render()); - if (bLFO2Enabled) fFinalCutoff *= pLFO2->render(); + if (bLFO2Enabled) fFinalCutoff *= (1.0f - pLFO2->render()); if (bLFO3Enabled) finalSynthesisParameters.fFinalPitch *= RTMath::CentsToFreqRatio(pLFO3->render()); } else { // if the voice was killed in this subfragment, enter fade out stage