1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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 ee8be93712
commit cb0fe20129

View file

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