13
0

Update Lua script - API change after 59daffea1

This commit is contained in:
Robin Gareus 2017-02-14 14:52:07 +01:00
parent ad87d71412
commit dd66542e91

View File

@ -40,7 +40,7 @@ function factory (params) return function ()
if l:is_mark() then
-- get all regions on the given track's playlist (may be stacked)
for reg in playlist:regions_at (l:start ()):iter () do
playlist:split_region (reg, l:start (), 0)
playlist:split_region (reg, ARDOUR.MusicFrame (l:start(), 0))
-- the above operation will invalidate the playlist's region list:
-- split creates 2 new regions.
--