Ace-Hi/Lo: Fix multi-channel LPF (typo in 4f43d5d024)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user