Default SC DC filter to off
This commit is contained in:
parent
3d6cad54dd
commit
3d3b7e5122
|
@ -189,7 +189,7 @@ impl Default for GlobalParams {
|
||||||
.with_smoother(SmoothingStyle::Linear(15.0))
|
.with_smoother(SmoothingStyle::Linear(15.0))
|
||||||
.with_value_to_string(formatters::v2s_f32_percentage(0))
|
.with_value_to_string(formatters::v2s_f32_percentage(0))
|
||||||
.with_string_to_value(formatters::s2v_f32_percentage()),
|
.with_string_to_value(formatters::s2v_f32_percentage()),
|
||||||
dc_filter: BoolParam::new("DC Filter", true),
|
dc_filter: BoolParam::new("DC Filter", filter),
|
||||||
|
|
||||||
window_size_order: IntParam::new(
|
window_size_order: IntParam::new(
|
||||||
"Window Size",
|
"Window Size",
|
||||||
|
|
Loading…
Reference in a new issue