mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add convenient Lua binding to query automation
This commit is contained in:
parent
f61ecae4b2
commit
2ef673b15e
1 changed files with 1 additions and 0 deletions
|
|
@ -575,6 +575,7 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("clear_list", (void (Evoral::ControlList::*)())&Evoral::ControlList::clear)
|
||||
.addFunction ("in_write_pass", &Evoral::ControlList::in_write_pass)
|
||||
.addFunction ("events", &Evoral::ControlList::events)
|
||||
.addFunction ("size", &Evoral::ControlList::size)
|
||||
.endClass ()
|
||||
|
||||
.beginWSPtrClass <Evoral::ControlSet> ("ControlSet")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue