mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Default Diopser automation precision to 100%
This is fine with the limited range.
This commit is contained in:
@@ -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("%")
|
||||
|
||||
Reference in New Issue
Block a user