Show matching controller name in automation lane header.
authorDavid Robillard <d@drobilla.net>
Sun, 20 Jan 2013 08:56:00 +0000 (08:56 +0000)
committerDavid Robillard <d@drobilla.net>
Sun, 20 Jan 2013 08:56:00 +0000 (08:56 +0000)
commit4e6d0c9e61b62931a4a2120b548f0ff02a966351
tree17c395d18338fb92d7af62fa635a8e957d523f93
parent0ebad4279b765d3fbe85649e9ef29e5b61c1d162
Show matching controller name in automation lane header.
Completely eliminate static MIDI controller name code.
Reduce dependency on midnam_patch.h (which would have saved me several hours if I did it earlier).
Store controller name numbers as an integer.
Keep controller names in a map keyed by int instead of a list for fast lookup.
More cleanup of MIDI::Name code.

git-svn-id: svn://localhost/ardour2/branches/3.0@13927 d708f5d6-7413-0410-9779-e7cbd77b26cf
15 files changed:
gtk2_ardour/canvas_patch_change.cc
gtk2_ardour/midi_region_view.cc
gtk2_ardour/midi_time_axis.cc
gtk2_ardour/midi_time_axis.h
gtk2_ardour/patch_change_dialog.cc
gtk2_ardour/patch_change_dialog.h
libs/ardour/ardour/instrument_info.h
libs/ardour/ardour/midi_track.h
libs/ardour/automatable.cc
libs/ardour/instrument_info.cc
libs/ardour/midi_track.cc
libs/midi++2/midi++/midnam_patch.h
libs/midi++2/midi++/names.h [deleted file]
libs/midi++2/midnam_patch.cc
libs/midi++2/test/MidnamTest.cpp