mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
ripple: Lua bindings for ripple enums (no funcs to use them yet)
This commit is contained in:
parent
f0372e0b17
commit
20dad3f520
1 changed files with 6 additions and 0 deletions
|
|
@ -2305,6 +2305,12 @@ LuaBindings::common (lua_State* L)
|
|||
.addConst ("Lock", ARDOUR::EditMode(Lock))
|
||||
.endNamespace ()
|
||||
|
||||
.beginNamespace ("RippleMode")
|
||||
.addConst ("RippleSelected", ARDOUR::EditMode(RippleSelected))
|
||||
.addConst ("RippleAll", ARDOUR::EditMode(RippleAll))
|
||||
.addConst ("RippleInterview", ARDOUR::EditMode(RippleInterview))
|
||||
.endNamespace ()
|
||||
|
||||
.beginNamespace ("AutoConnectOption")
|
||||
.addConst ("ManualConnect", ARDOUR::AutoConnectOption(ManualConnect))
|
||||
.addConst ("AutoConnectPhysical", ARDOUR::AutoConnectOption(AutoConnectPhysical))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue