diff --git a/share/scripts/HiAndLowPass.lua b/share/scripts/HiAndLowPass.lua index 9945187b2b..77b1ce0dd8 100644 --- a/share/scripts/HiAndLowPass.lua +++ b/share/scripts/HiAndLowPass.lua @@ -181,7 +181,7 @@ function apply_params (ctrl) for k = 1,4 do if not (k == 1 and c == 1) then hp[c][k]:configure (hp[1][1]) - lp[c][k]:configure (hp[1][1]) + lp[c][k]:configure (lp[1][1]) end end end