Hide LV1, VST2 instruments in dropdown if matching LV2, LV3 exist
This commit is contained in:
parent
dcc14e9f6c
commit
d4d3d84d8c
@ -85,6 +85,9 @@ invalid_instrument (PluginInfoPtr p) {
|
||||
if (manager.get_status(p) == PluginManager::Hidden) {
|
||||
return true;
|
||||
}
|
||||
if (manager.get_status(p) == PluginManager::Concealed) {
|
||||
return true;
|
||||
}
|
||||
return !p->is_instrument();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user