mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed an issue with the bypass logic of the convolution engine
This commit is contained in:
parent
cb0fe20129
commit
87de30bcc5
1 changed files with 1 additions and 1 deletions
|
|
@ -1088,7 +1088,7 @@ void Convolution::processSamples (const AudioBlock<float>& input, AudioBlock<flo
|
|||
}
|
||||
else
|
||||
{
|
||||
if (! isBypassed)
|
||||
if (! currentIsBypassed)
|
||||
pimpl->processSamples (input, output);
|
||||
|
||||
if (isBypassed != currentIsBypassed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue