mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
Fix Lua Bindings (amend 1ca53a99d9)
Already registered classes can be extended as-is. Deriving them again will override previous bindings.
This commit is contained in:
parent
ba86481d37
commit
2be15f035d
1 changed files with 1 additions and 1 deletions
|
|
@ -3528,7 +3528,7 @@ LuaBindings::non_rt (lua_State* L)
|
|||
.addFunction ("add_master_bus", &Session::add_master_bus)
|
||||
.endClass ()
|
||||
|
||||
.deriveWSPtrClass <Route, Stripable> ("Route")
|
||||
.beginWSPtrClass <Route> ("Route")
|
||||
.addFunction ("save_as_template", &Route::save_as_template)
|
||||
.addFunction ("add_sidechain", &Route::add_sidechain)
|
||||
.addFunction ("remove_sidechain", &Route::remove_sidechain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue