mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Ace-Hi/Lo: Fix multi-channel LPF (typo in 4f43d5d024)
This commit is contained in:
parent
e02a96ec6b
commit
da41e4fce4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue