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:
@@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user