update script to follow libardour API change

This commit is contained in:
Robin Gareus 2016-09-18 09:55:59 +02:00
parent eaa1dacf5f
commit 2e8621fdbf

View File

@ -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