From af5a29c4338818da5215f6cec94a1a8f31515344 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Wed, 10 Apr 2024 14:47:27 +0200 Subject: [PATCH] make lookahead non-automatable --- src/params.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/params.rs b/src/params.rs index 4f1e749..96969ff 100644 --- a/src/params.rs +++ b/src/params.rs @@ -258,7 +258,8 @@ impl Default for LambParams { }, ) .with_unit(" %") - .with_step_size(1.0), + .with_step_size(1.0) + .non_automatable(), output_gain: FloatParam::new( "output_gain", 0.0,