mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
Add some more playlist Lua bindings
This commit is contained in:
parent
21e2b353c1
commit
c2e0fe8b3f
1 changed files with 4 additions and 0 deletions
|
|
@ -1128,6 +1128,10 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("duplicate_range", &Playlist::duplicate_range)
|
||||
.addFunction ("combine", &Playlist::combine)
|
||||
.addFunction ("uncombine", &Playlist::uncombine)
|
||||
.addFunction ("used", &Playlist::used)
|
||||
.addFunction ("hidden", &Playlist::hidden)
|
||||
.addFunction ("empty", &Playlist::empty)
|
||||
.addFunction ("shared", &Playlist::shared)
|
||||
.addFunction ("split_region", &Playlist::split_region)
|
||||
.addFunction ("get_orig_track_id", &Playlist::get_orig_track_id)
|
||||
//.addFunction ("split", &Playlist::split) // XXX needs MusicSample
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue