Commitibus omnibus: API mutare
This commit is contained in:
@@ -783,7 +783,7 @@ LuaInstance::register_classes (lua_State* L, bool sandbox)
|
|||||||
{
|
{
|
||||||
LuaBindings::stddef (L);
|
LuaBindings::stddef (L);
|
||||||
LuaBindings::common (L);
|
LuaBindings::common (L);
|
||||||
LuaBindings::session (L);
|
LuaBindings::non_rt (L);
|
||||||
LuaBindings::osc (L);
|
LuaBindings::osc (L);
|
||||||
|
|
||||||
bind_cairo (L);
|
bind_cairo (L);
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace ARDOUR {
|
|||||||
|
|
||||||
LIBARDOUR_API extern void common (lua_State* L);
|
LIBARDOUR_API extern void common (lua_State* L);
|
||||||
LIBARDOUR_API extern void dsp (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 osc (lua_State* L);
|
||||||
|
|
||||||
LIBARDOUR_API extern void set_session (lua_State* L, Session *s);
|
LIBARDOUR_API extern void set_session (lua_State* L, Session *s);
|
||||||
|
|||||||
@@ -3503,7 +3503,7 @@ LuaBindings::dsp (lua_State* L)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
LuaBindings::session (lua_State* L)
|
LuaBindings::non_rt (lua_State* L)
|
||||||
{
|
{
|
||||||
// non-realtime session functions
|
// non-realtime session functions
|
||||||
luabridge::getGlobalNamespace (L)
|
luabridge::getGlobalNamespace (L)
|
||||||
|
|||||||
@@ -423,7 +423,7 @@ setup_lua ()
|
|||||||
|
|
||||||
LuaBindings::stddef (L);
|
LuaBindings::stddef (L);
|
||||||
LuaBindings::common (L);
|
LuaBindings::common (L);
|
||||||
LuaBindings::session (L);
|
LuaBindings::non_rt (L);
|
||||||
LuaBindings::osc (L);
|
LuaBindings::osc (L);
|
||||||
|
|
||||||
luabridge::getGlobalNamespace (L)
|
luabridge::getGlobalNamespace (L)
|
||||||
|
|||||||
Reference in New Issue
Block a user