GUI tweaks for unset midi banks.
authorRobin Gareus <robin@gareus.org>
Tue, 24 Jul 2018 19:35:14 +0000 (21:35 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 24 Jul 2018 21:22:21 +0000 (23:22 +0200)
commit203c6546c198053c3a5fc93a6c515424b22e465c
treeab74b85632ab031eec02327bf5dd3561dee41bb6
parent938b2422e3a27a94b0b084b40663255c5457eba1
GUI tweaks for unset midi banks.

Some MIDNAM files use Patch-Banks that do *not* have a common midi bank
(CC0, CC32) but the Patchbank is instead just a collection of patches.
There may be more than 127 patches in a patch-bank and each of those
may be in a different midi-bank (e.g. Roland SC-88 Pro).

Midnams like these are now properly supported via dropdowns (in the
patch add/modify dialog and timeline), but ignored by the grid
(patch-widget). More work is needed.
gtk2_ardour/generic_pluginui.cc
gtk2_ardour/patch_change_dialog.cc
gtk2_ardour/patch_change_widget.cc