1
0
Fork 0

Default Diopser automation precision to 100%

This is fine with the limited range.
This commit is contained in:
Robbert van der Helm 2022-11-29 20:11:20 +01:00
parent aca09c49c7
commit 3635cfb78e

View file

@ -200,7 +200,7 @@ impl DiopserParams {
automation_precision: FloatParam::new(
"Automation precision",
normalize_automation_precision(128),
normalize_automation_precision(MIN_AUTOMATION_STEP_SIZE),
FloatRange::Linear { min: 0.0, max: 1.0 },
)
.with_unit("%")