Fix accidental gain smoothing style change
This commit is contained in:
parent
6db85c535f
commit
53f802b295
|
@ -57,7 +57,7 @@ impl Default for GainParams {
|
||||||
Self {
|
Self {
|
||||||
gain: FloatParam {
|
gain: FloatParam {
|
||||||
value: 0.0,
|
value: 0.0,
|
||||||
smoothed: Smoother::new(SmoothingStyle::Logarithmic(1000.0)),
|
smoothed: Smoother::new(SmoothingStyle::Linear(3.0)),
|
||||||
value_changed: None,
|
value_changed: None,
|
||||||
// If, for instance, updating this parameter would require other parts of the
|
// 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
|
// plugin's internal state to be updated other values to also be updated, then you
|
||||||
|
|
Loading…
Reference in a new issue