Skip to content

Commit

Permalink
Add missing onReset at the end of Holt constructor
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Nov 13, 2021
1 parent 4802727 commit b89fe01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/holt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ struct Holt : Module {
configParam(FREQUENCY_PARAM, 0.f, 1.f, 1.f, "Frequency");
configParam(RESONANCE_PARAM, 0.f, 1.f, 0.f, "Resonance");
configParam(POLES_PARAM, 0.f, 1.f, 1.f, "Poles");
onReset();
}

void onSampleRateChange() override
Expand Down

0 comments on commit b89fe01

Please sign in to comment.