Ace-Hi/Lo: Fix multi-channel LPF (typo in 4f43d5d024
)
This commit is contained in:
parent
e02a96ec6b
commit
da41e4fce4
@ -181,7 +181,7 @@ function apply_params (ctrl)
|
|||||||
for k = 1,4 do
|
for k = 1,4 do
|
||||||
if not (k == 1 and c == 1) then
|
if not (k == 1 and c == 1) then
|
||||||
hp[c][k]:configure (hp[1][1])
|
hp[c][k]:configure (hp[1][1])
|
||||||
lp[c][k]:configure (hp[1][1])
|
lp[c][k]:configure (lp[1][1])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user