mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
another lua convenience API
This commit is contained in:
parent
2ff63925c2
commit
ed25eec79b
2 changed files with 12 additions and 0 deletions
|
|
@ -61,6 +61,12 @@ ARDOUR::LuaAPI::datatype_ctor_midi (lua_State *L)
|
|||
return 1;
|
||||
}
|
||||
|
||||
boost::shared_ptr<Processor>
|
||||
ARDOUR::LuaAPI::nil_processor ()
|
||||
{
|
||||
return boost::shared_ptr<Processor> ();
|
||||
}
|
||||
|
||||
boost::shared_ptr<Processor>
|
||||
ARDOUR::LuaAPI::new_luaproc (Session *s, const string& name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue