This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed an issue with the bypass logic of the convolution engine
tags/2021-05-28
hogliux
7 years ago
parent
4727eeabdc
commit
974214afb0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_dsp/frequency/juce_Convolution.cpp
+ 1
- 1
modules/juce_dsp/frequency/juce_Convolution.cpp
View File
@@ -1088,7 +1088,7 @@ void Convolution::processSamples (const AudioBlock<float>& input, AudioBlock<flo
}
else
{
if (!
i
sBypassed)
if (!
currentI
sBypassed)
pimpl->processSamples (input, output);
if (isBypassed != currentIsBypassed)
Write
Preview
Loading…
Cancel
Save