From ed25eec79bec9113f56914401ff0e42276b72339 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 9 Apr 2016 13:23:30 +0200 Subject: another lua convenience API --- libs/ardour/lua_api.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs/ardour/lua_api.cc') diff --git a/libs/ardour/lua_api.cc b/libs/ardour/lua_api.cc index 8a52a2ccb7..02a4de4658 100644 --- a/libs/ardour/lua_api.cc +++ b/libs/ardour/lua_api.cc @@ -61,6 +61,12 @@ ARDOUR::LuaAPI::datatype_ctor_midi (lua_State *L) return 1; } +boost::shared_ptr +ARDOUR::LuaAPI::nil_processor () +{ + return boost::shared_ptr (); +} + boost::shared_ptr ARDOUR::LuaAPI::new_luaproc (Session *s, const string& name) { -- cgit v1.2.3