mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
update script to follow libardour API change
This commit is contained in:
parent
eaa1dacf5f
commit
2e8621fdbf
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)
|
||||
playlist:add_region (region, r:position (), 1, false, 0)
|
||||
|
||||
-- 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