mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Commitibus omnibus: API mutare
This commit is contained in:
parent
00efab1264
commit
91bd8e63bf
4 changed files with 4 additions and 4 deletions
|
|
@ -783,7 +783,7 @@ LuaInstance::register_classes (lua_State* L, bool sandbox)
|
|||
{
|
||||
LuaBindings::stddef (L);
|
||||
LuaBindings::common (L);
|
||||
LuaBindings::session (L);
|
||||
LuaBindings::non_rt (L);
|
||||
LuaBindings::osc (L);
|
||||
|
||||
bind_cairo (L);
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ namespace ARDOUR {
|
|||
|
||||
LIBARDOUR_API extern void common (lua_State* L);
|
||||
LIBARDOUR_API extern void dsp (lua_State* L);
|
||||
LIBARDOUR_API extern void session (lua_State* L);
|
||||
LIBARDOUR_API extern void non_rt (lua_State* L);
|
||||
LIBARDOUR_API extern void osc (lua_State* L);
|
||||
|
||||
LIBARDOUR_API extern void set_session (lua_State* L, Session *s);
|
||||
|
|
|
|||
|
|
@ -3503,7 +3503,7 @@ LuaBindings::dsp (lua_State* L)
|
|||
}
|
||||
|
||||
void
|
||||
LuaBindings::session (lua_State* L)
|
||||
LuaBindings::non_rt (lua_State* L)
|
||||
{
|
||||
// non-realtime session functions
|
||||
luabridge::getGlobalNamespace (L)
|
||||
|
|
|
|||
|
|
@ -423,7 +423,7 @@ setup_lua ()
|
|||
|
||||
LuaBindings::stddef (L);
|
||||
LuaBindings::common (L);
|
||||
LuaBindings::session (L);
|
||||
LuaBindings::non_rt (L);
|
||||
LuaBindings::osc (L);
|
||||
|
||||
luabridge::getGlobalNamespace (L)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue