mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Update lua-script to use new playlist-API
This commit is contained in:
parent
c373169f35
commit
cdbf6215c9
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ function factory (params) return function ()
|
||||||
|
|
||||||
-- do the actual work
|
-- do the actual work
|
||||||
local region = track:bounce_range (loop:start (), loop:_end (), itt, proc, false)
|
local region = track:bounce_range (loop:start (), loop:_end (), itt, proc, false)
|
||||||
playlist:add_region (region, playhead, n_paste, false, 0, false)
|
playlist:add_region (region, playhead, n_paste, false, 0, 0, false)
|
||||||
|
|
||||||
n_regions_created = n_regions_created + 1
|
n_regions_created = n_regions_created + 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue