1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00
This commit is contained in:
Leland Lucius 2015-08-15 23:48:48 -05:00
parent 4842e74964
commit 7f7ff3c749

View File

@ -230,7 +230,7 @@ sampleCount EffectReverb::ProcessBlock(float **inBlock, float **outBlock, sample
reverb_process(&mP[c].reverb, len);
}
if (mNumChans == 2)
if (mNumChans == 2 && mParams.mStereoWidth)
{
for (sampleCount i = 0; i < len; i++)
{