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:
parent
ee8be93712
commit
cb0fe20129
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ public:
|
||||||
|
|
||||||
void reset() noexcept
|
void reset() noexcept
|
||||||
{
|
{
|
||||||
|
bias.reset (sampleRate, rampDurationSeconds);
|
||||||
}
|
}
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue