Default Diopser automation precision to 100%
This is fine with the limited range.
This commit is contained in:
parent
aca09c49c7
commit
3635cfb78e
|
@ -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("%")
|
||||
|
|
Loading…
Reference in a new issue