ripple: Lua bindings for ripple enums (no funcs to use them yet)
This commit is contained in:
parent
f0372e0b17
commit
20dad3f520
@ -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…
Reference in New Issue
Block a user