Structure MIDI device selector by manufacturer.

Unfortunately we store the state of models as simply model, so if there's ever
duplicate model names, we're somewhat screwed, but this makes the (previously
unmanageably huge) menu usable, while retaining the "model name as global
identifier" state unmodified.
This commit is contained in:
David Robillard 2014-12-13 00:37:34 -05:00
parent 17a58ecd4b
commit ee38c44109
7 changed files with 44 additions and 12 deletions

View file

@ -26,7 +26,7 @@
#include "gtkmm2ext/keyboard.h"
#include "gtkmm2ext/utils.h"
#include "ardour/midi_patch_manager.h"
#include "midi++/midnam_patch.h"
#include "canvas/debug.h"