mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
Fix for bug #1117
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user