mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Increase skewed pitch range
Sicne +/- 1 is more or less the usable range.
This commit is contained in:
@@ -101,7 +101,7 @@ impl Default for PubertySimulatorParams {
|
||||
FloatRange::SymmetricalSkewed {
|
||||
min: -5.0,
|
||||
max: 5.0,
|
||||
factor: FloatRange::skew_factor(-1.0),
|
||||
factor: FloatRange::skew_factor(-2.0),
|
||||
center: 0.0,
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user