mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
First round of Lua script API updates
This commit is contained in:
parent
395bf4a650
commit
30a92894fc
8 changed files with 34 additions and 31 deletions
|
|
@ -40,7 +40,7 @@ function factory (params) return function ()
|
|||
-- for each region of the playlist
|
||||
for r in p:region_list():iter() do
|
||||
-- add it to the current playlist
|
||||
playlist:add_region (r, r:position(), 1, false, 0, 0, false)
|
||||
playlist:add_region (r, r:position(), 1, false)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue