mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Commitibus omnibus: API mutare
This commit is contained in:
parent
00efab1264
commit
91bd8e63bf
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue