From 1f0ee56726411a89606726c1de789394d76e9c06 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 15 May 2024 17:33:59 +0200 Subject: [PATCH] Fix Lua Session scripts (amend df121269094) --- libs/ardour/luabindings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc index f1a6d3f75d..c872414607 100644 --- a/libs/ardour/luabindings.cc +++ b/libs/ardour/luabindings.cc @@ -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") /* thse are private to Session */ .addFunction ("rt_set_controls", &Session::rt_set_controls)