1
0
Fork 0

Default sidechain channel link to 80%

This commit is contained in:
Robbert van der Helm 2022-09-04 15:50:49 +02:00
parent 7cb189b8ef
commit 67496f9c79

View file

@ -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("%")