From 87de30bcc5a0583c6dec474734337994fb20845c Mon Sep 17 00:00:00 2001 From: hogliux Date: Thu, 27 Jul 2017 15:58:57 +0100 Subject: [PATCH] Fixed an issue with the bypass logic of the convolution engine --- modules/juce_dsp/frequency/juce_Convolution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_dsp/frequency/juce_Convolution.cpp b/modules/juce_dsp/frequency/juce_Convolution.cpp index 29389d7ec1..ad07352a24 100644 --- a/modules/juce_dsp/frequency/juce_Convolution.cpp +++ b/modules/juce_dsp/frequency/juce_Convolution.cpp @@ -1088,7 +1088,7 @@ void Convolution::processSamples (const AudioBlock& input, AudioBlockprocessSamples (input, output); if (isBypassed != currentIsBypassed)