diff --git a/src/params.rs b/src/params.rs index 8568d48..47073c6 100644 --- a/src/params.rs +++ b/src/params.rs @@ -183,7 +183,7 @@ impl Default for CompressorParams { .with_unit(" ms") .with_value_to_string(formatters::v2s_f32_rounded(1)), - makeup_db: FloatParam::new("Makeup", 0.0, FloatRange::Linear { min: -12.0, max: 24.0 }) + makeup_db: FloatParam::new("Makeup", 0.0, FloatRange::Linear { min: -24.0, max: 24.0 }) .with_smoother(SmoothingStyle::Linear(20.0)) .with_unit(" dB") .with_value_to_string(formatters::v2s_f32_rounded(1)),