Default sidechain channel link to 80%
This commit is contained in:
parent
7cb189b8ef
commit
67496f9c79
|
@ -274,7 +274,7 @@ impl ThresholdParams {
|
||||||
.with_callback(Arc::new(move |_| set_update_both_thresholds(0.0))),
|
.with_callback(Arc::new(move |_| set_update_both_thresholds(0.0))),
|
||||||
sc_channel_link: FloatParam::new(
|
sc_channel_link: FloatParam::new(
|
||||||
"SC Channel Link",
|
"SC Channel Link",
|
||||||
0.0,
|
0.8,
|
||||||
FloatRange::Linear { min: 0.0, max: 1.0 },
|
FloatRange::Linear { min: 0.0, max: 1.0 },
|
||||||
)
|
)
|
||||||
.with_unit("%")
|
.with_unit("%")
|
||||||
|
|
Loading…
Reference in a new issue