Skip to content

Commit

Permalink
updated: max value of bpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Weichart committed Sep 3, 2022
1 parent 01e4d48 commit ac00a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl Default for PluginParams {
175.0,
FloatRange::Linear {
min: 0.0,
max: 10000.0
max: 1000.0
},
)
.with_unit(" bpm"),
Expand Down

0 comments on commit ac00a1b

Please sign in to comment.