|
@@ -1088,7 +1088,7 @@ void Convolution::processSamples (const AudioBlock<float>& input, AudioBlock<flo |
|
|
}
|
|
|
}
|
|
|
else
|
|
|
else
|
|
|
{
|
|
|
{
|
|
|
if (! isBypassed)
|
|
|
|
|
|
|
|
|
if (! currentIsBypassed)
|
|
|
pimpl->processSamples (input, output);
|
|
|
pimpl->processSamples (input, output);
|
|
|
|
|
|
|
|
|
if (isBypassed != currentIsBypassed)
|
|
|
if (isBypassed != currentIsBypassed)
|
|
|