fix lua instrument plugins

This commit is contained in:
Robin Gareus 2016-05-19 15:13:36 +02:00
parent b4d4cb805e
commit eda4662e15

View file

@ -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