mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use paramer_count position as index, instead of control-port position
This commit is contained in:
parent
908d629041
commit
7b9461cbe5
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ function factory () return function ()
|
|||
--local _, _, pd = ARDOUR.LuaAPI.plugin_automation(proc, n)
|
||||
local val = ARDOUR.LuaAPI.get_processor_param(proc, j, true)
|
||||
print(r:name(), "->", proc:display_name(), label, val)
|
||||
params[n] = val
|
||||
params[j] = val
|
||||
end
|
||||
n = n + 1
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue