mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
Fix Lua Session scripts (amend df12126909)
This commit is contained in:
parent
b3df8ea6ef
commit
1f0ee56726
1 changed files with 1 additions and 1 deletions
|
|
@ -3455,7 +3455,7 @@ ARDOUR::Session::luabindings_session_rt (lua_State* L)
|
|||
{
|
||||
/* declaration need to be in this file due to Windows CLASSKEYS */
|
||||
luabridge::getGlobalNamespace (L)
|
||||
.beginNamespace ("Ardour")
|
||||
.beginNamespace ("ARDOUR")
|
||||
.beginClass <Session> ("Session")
|
||||
/* thse are private to Session */
|
||||
.addFunction ("rt_set_controls", &Session::rt_set_controls)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue