mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Hide LV1, VST2 instruments in dropdown if matching LV2, LV3 exist
This commit is contained in:
parent
dcc14e9f6c
commit
d4d3d84d8c
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue