This commit is contained in:
Leland Lucius 2015-08-15 23:48:48 -05:00
parent 4842e74964
commit 7f7ff3c749
1 changed files with 1 additions and 1 deletions

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++)
{