mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
fix lua instrument plugins
This commit is contained in:
parent
b4d4cb805e
commit
eda4662e15
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue