summaryrefslogtreecommitdiff
path: root/gtk2_ardour/patch_change_widget.cc
AgeCommit message (Collapse)Author
2018-07-24GUI tweaks for unset midi banks.Robin Gareus
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.
2017-11-13Fix typo (missing quote) in patch-change window titleRobin Gareus
2017-09-14Fix various tooltip markup (ampersand) entity-escape:5.12Robin Gareus
* track/port names * plugin-names * MIDI patch-names
2017-09-14Fix patch-change auto-auditionRobin Gareus
2017-09-09Prepare PatchChangeWidget for Midi-Busses (use instrument-plugin)Robin Gareus
2017-09-08PatchChange Dialog: update title & refresh midnam on changeRobin Gareus
2017-09-08Patch select: button theme-ingBen Loftis
2017-09-08Various Patch Select Dialog tweaksRobin Gareus
* send PGM change when bank changes * only set Program button text as needed * prperly escape mnemonics
2017-09-08Add Pianokeyboard + Velocity Control to PC DialogRobin Gareus
2017-09-08Patch Change AuditionRobin Gareus
2017-09-08Rework Patch-Change/Select DialogRobin Gareus