diff --git a/filter/spliteq.h b/filter/spliteq.h index 4a8475e..5ef0ac0 100644 --- a/filter/spliteq.h +++ b/filter/spliteq.h @@ -263,8 +263,8 @@ struct spliteq { float mid_gain_adj = 1.0f; float treble_gain_adj = 1.0f; - spliteq_mode current_mode = LINKWITZ_RILEY; - spliteq_mode target_mode = LINKWITZ_RILEY; + spliteq_mode current_mode = CASCADE_SUM; + spliteq_mode target_mode = CASCADE_SUM; bool transitioning = false; smoother transition_smoother; };