mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
Update Lua script to use new RouteGroup API
This commit is contained in:
parent
5abfc59dc1
commit
6eeed82fb3
11 changed files with 15 additions and 15 deletions
|
|
@ -48,7 +48,7 @@ function factory () return function ()
|
|||
end
|
||||
|
||||
-- create tracks
|
||||
local tl = Session:new_audio_track (1, 2, nil, rv['tracks'], "", ARDOUR.PresentationInfo.max_order, ARDOUR.TrackMode.Normal, true)
|
||||
local tl = Session:new_audio_track (1, 2, ARDOUR.RouteGroup(), rv['tracks'], "", ARDOUR.PresentationInfo.max_order, ARDOUR.TrackMode.Normal, true)
|
||||
-- and optionally record-arm them
|
||||
if rv['recarm'] then
|
||||
for track in tl:iter() do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue