mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Don't show generic MIDI patch-selector in bottom pane
It can take a few seconds to build 16 dropdown menus with a few hundred entries, slowing down selection.
This commit is contained in:
parent
b34ca733d2
commit
c8540a5ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ GenericPluginUI::GenericPluginUI (std::shared_ptr<PlugInsertBase> pib, bool scro
|
|||
prefheight = -1;
|
||||
build ();
|
||||
|
||||
if (_pib->plugin()->has_midnam() && _pib->plugin()->knows_bank_patch()) {
|
||||
if (!ctrls_only && _pib->plugin()->has_midnam() && _pib->plugin()->knows_bank_patch()) {
|
||||
build_midi_table ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue