From eda4662e154e2c65f38de98de347dccbfeb7dd9a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 19 May 2016 15:13:36 +0200 Subject: fix lua instrument plugins --- libs/ardour/luaproc.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/luaproc.cc') diff --git a/libs/ardour/luaproc.cc b/libs/ardour/luaproc.cc index afdf780204..eb67d5c384 100644 --- a/libs/ardour/luaproc.cc +++ b/libs/ardour/luaproc.cc @@ -1167,6 +1167,8 @@ LuaPluginInfo::LuaPluginInfo (LuaScriptInfoPtr lsi) { n_inputs.set (DataType::AUDIO, 1); n_outputs.set (DataType::AUDIO, 1); type = Lua; + + _is_instrument = category == "Instrument"; } PluginPtr -- cgit v1.2.3