mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +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
|
|
@ -21,7 +21,7 @@ function factory () return function ()
|
|||
|
||||
local i = 1
|
||||
while names[i] do
|
||||
local tl = Session:new_audio_track (1, 2, nil, 1, names[i],
|
||||
local tl = Session:new_audio_track (1, 2, ARDOUR.RouteGroup(), 1, names[i],
|
||||
ARDOUR.PresentationInfo.max_order,
|
||||
ARDOUR.TrackMode.Normal, true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue