1
0
Fork 0

Increase the gain smoothing time

This commit is contained in:
Robbert van der Helm 2022-02-06 02:36:31 +01:00
parent f22f1364ac
commit 0514d2de96

View file

@ -57,7 +57,7 @@ impl Default for GainParams {
Self {
gain: FloatParam {
value: 0.0,
smoothed: Smoother::new(SmoothingStyle::Linear(3.0)),
smoothed: Smoother::new(SmoothingStyle::Linear(50.0)),
value_changed: None,
// If, for instance, updating this parameter would require other parts of the
// plugin's internal state to be updated other values to also be updated, then you