mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix default Crisp HPF frequency value
This commit is contained in:
@@ -177,7 +177,7 @@ impl Default for CrispParams {
|
||||
.with_value_to_string(formatters::f32_rounded(2)),
|
||||
noise_hpf_freq: FloatParam::new(
|
||||
"Noise HP Frequency",
|
||||
1.0,
|
||||
5.0,
|
||||
FloatRange::Skewed {
|
||||
min: 5.0,
|
||||
max: 22_000.0,
|
||||
|
||||
Reference in New Issue
Block a user