1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Fixed a missing reset implementation of the Bias processor in the DSP module

This commit is contained in:
hogliux 2017-07-27 15:45:02 +01:00
parent 4f9fbccdda
commit 4727eeabdc

View file

@ -78,6 +78,7 @@ public:
void reset() noexcept
{
bias.reset (sampleRate, rampDurationSeconds);
}
//==============================================================================