summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/luaproc.cc2
1 files changed, 2 insertions, 0 deletions
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