mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Update Lua Script to use new MusicSample API
This commit is contained in:
parent
a5f5a0db24
commit
8912efe9c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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, ARDOUR.MusicFrame (l:start(), 0))
|
||||
playlist:split_region (reg, ARDOUR.MusicSample (l:start(), 0))
|
||||
-- the above operation will invalidate the playlist's region list:
|
||||
-- split creates 2 new regions.
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue