mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Fix for bug #1117
This commit is contained in:
parent
4842e74964
commit
7f7ff3c749
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user