Skip to content

Commit

Permalink
knee: increase range
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Apr 30, 2024
1 parent 619cd53 commit af5f063
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,10 @@ impl LambParams {
knee: FloatParam::new(
"knee",
1.0,
FloatRange::Linear {
FloatRange::Skewed {
min: 0.0,
max: 30.0,
max: 72.0,
factor: FloatRange::skew_factor(-1.0),
},
)
.with_unit(" dB")
Expand Down

0 comments on commit af5f063

Please sign in to comment.