mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Update lua script to current playlist API
This commit is contained in:
parent
09d34abaa9
commit
79ad931f24
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ function factory (params) return function ()
|
|||
-- remove old region..
|
||||
playlist:remove_region (r);
|
||||
-- ..and add the newly bounced one
|
||||
playlist:add_region (region, r:position (), 1, false, 0, false)
|
||||
playlist:add_region (region, r:position (), 1, false, 0, 0, false)
|
||||
|
||||
-- create a diff of the performed work, add it to the session's undo stack
|
||||
-- and check if it is not empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue