feat: raise max knee width to 30 dB
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ impl Default for CompressorParams {
|
|||||||
s.split(':').next().and_then(|x| x.trim().parse::<f32>().ok())
|
s.split(':').next().and_then(|x| x.trim().parse::<f32>().ok())
|
||||||
})),
|
})),
|
||||||
|
|
||||||
knee_db: FloatParam::new("Knee", 6.0, FloatRange::Linear { min: 0.0, max: 24.0 })
|
knee_db: FloatParam::new("Knee", 6.0, FloatRange::Linear { min: 0.0, max: 30.0 })
|
||||||
.with_unit(" dB")
|
.with_unit(" dB")
|
||||||
.with_value_to_string(formatters::v2s_f32_rounded(1)),
|
.with_value_to_string(formatters::v2s_f32_rounded(1)),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user