Skip to content

Commit

Permalink
add drive step_size
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Dec 19, 2024
1 parent c8ba187 commit 4c9b5eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ impl TapsParams {
factor: FloatRange::skew_factor(-1.0),
},
)
.with_step_size(0.1)
.with_unit(" dB"),

cutoff_mod: FloatParam::new(
Expand Down Expand Up @@ -439,6 +440,7 @@ impl TapsParams {
factor: FloatRange::skew_factor(-1.0),
},
)
.with_step_size(0.1)
.with_unit(" dB"),

cutoff_octave: IntParam::new("cutoff octave", 0, IntRange::Linear { min: -4, max: 4 })
Expand Down

0 comments on commit 4c9b5eb

Please sign in to comment.