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
FirstOrderTPTFilter: Ensure state is updated properly when samplerate is changed
v6.1.6
reuk
4 years ago
parent
cfd85ad4ee
commit
d50c3920ef
No known key found for this signature in database
GPG Key ID:
9ADCD339CFC98A11
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/juce_dsp/processors/juce_FirstOrderTPTFilter.cpp
+ 1
- 0
modules/juce_dsp/processors/juce_FirstOrderTPTFilter.cpp
View File
@@ -61,6 +61,7 @@ void FirstOrderTPTFilter<SampleType>::prepare (const ProcessSpec& spec)
sampleRate = spec.sampleRate;
s1.resize (spec.numChannels);
update();
reset();
}
Write
Preview
Loading…
Cancel
Save