Skip to content

Commit

Permalink
more detail in low panning amount range
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 15, 2024
1 parent d0ba76f commit 9f798b5
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 @@ -311,7 +311,7 @@ impl TapsParams {
FloatRange::SymmetricalSkewed {
min: -1.0,
max: 1.0,
factor: FloatRange::skew_factor(-1.2),
factor: FloatRange::skew_factor(-1.3),
center: 0.0,
},
)
Expand Down

0 comments on commit 9f798b5

Please sign in to comment.