Skip to content

Commit

Permalink
Shorten post-knob smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonald2 committed Mar 6, 2022
1 parent 27e20da commit a445379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/IntervalOsc/IntervalOsc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class IntervalOsc

button_.Init(hw.B7);
switch_.Init(hw.B8);
smooth_coef_ = 1.0 / (sr * 0.001);
smooth_coef_ = 1.0 / (sr * 0.0001);
}

void ProcessSwitches()
Expand Down

0 comments on commit a445379

Please sign in to comment.