mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Update Lua script to use new bounce API
This commit is contained in:
parent
22ab752924
commit
44fc824128
2 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ function factory (params) return function ()
|
|||
playlist:to_stateful ():clear_changes ()
|
||||
|
||||
-- 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, 0, false)
|
||||
|
||||
n_regions_created = n_regions_created + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue