mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 13:17:17 +01:00
add/update lua scripts
This commit is contained in:
parent
dafdf87b79
commit
9ed7793326
4 changed files with 50 additions and 44 deletions
|
|
@ -20,8 +20,9 @@ end
|
|||
function factory (params)
|
||||
return function ()
|
||||
-- get configuration
|
||||
local uniq = params["unique"] or "yes"
|
||||
local pos = params["position"] or 0
|
||||
local p = params or {}
|
||||
local uniq = p["unique"] or "yes"
|
||||
local pos = p["position"] or 0
|
||||
|
||||
-- loop over all tracks
|
||||
for t in Session:get_tracks():iter() do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue