Update Lua script to use new bounce API

This commit is contained in:
Robin Gareus
2020-07-26 17:17:49 +02:00
parent 22ab752924
commit 44fc824128
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ function factory (params) return function ()
playlist:to_stateful ():clear_changes ()
-- bounce the region with processing
local region = track:bounce_range (r:position (), r:position() + r:length (), ARDOUR.InterThreadInfo (), track:main_outs (), false);
local region = track:bounce_range (r:position (), r:position() + r:length (), ARDOUR.InterThreadInfo (), track:main_outs (), false, "");
-- remove old region..
playlist:remove_region (r);