Update scripts for API change in 59daffea1
This commit is contained in:
@@ -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)
|
||||
playlist:add_region (region, r:position (), 1, false, 0, false)
|
||||
|
||||
-- create a diff of the performed work, add it to the session's undo stack
|
||||
-- and check if it is not empty
|
||||
|
||||
Reference in New Issue
Block a user