From ac00a1b0e56ab42bcbf65875493cf7ccde6fc16a Mon Sep 17 00:00:00 2001 From: Alexander Weichart <> Date: Sat, 3 Sep 2022 16:10:31 +0200 Subject: [PATCH] updated: max value of bpm --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7b6a4ea..909ea43 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -92,7 +92,7 @@ impl Default for PluginParams { 175.0, FloatRange::Linear { min: 0.0, - max: 10000.0 + max: 1000.0 }, ) .with_unit(" bpm"),