From f557707b097201f175c429d9b41c9860fab71f44 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 26 Jul 2022 19:19:39 +0200 Subject: [PATCH] Fix typo in 3d3b7e5 --- plugins/spectral_compressor/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spectral_compressor/src/lib.rs b/plugins/spectral_compressor/src/lib.rs index 748d18b1..b003f4e5 100644 --- a/plugins/spectral_compressor/src/lib.rs +++ b/plugins/spectral_compressor/src/lib.rs @@ -189,7 +189,7 @@ impl Default for GlobalParams { .with_smoother(SmoothingStyle::Linear(15.0)) .with_value_to_string(formatters::v2s_f32_percentage(0)) .with_string_to_value(formatters::s2v_f32_percentage()), - dc_filter: BoolParam::new("DC Filter", filter), + dc_filter: BoolParam::new("DC Filter", false), window_size_order: IntParam::new( "Window Size",