Add standard MIDI midnam file and remove hard coded equivalent.
authorDavid Robillard <d@drobilla.net>
Sat, 19 Jan 2013 10:02:00 +0000 (10:02 +0000)
committerDavid Robillard <d@drobilla.net>
Sat, 19 Jan 2013 10:02:00 +0000 (10:02 +0000)
commitb1bc353f0d770a28a0a4c2d91959cc0d2acc1216
tree80a01791f7a50b5271e5274e912e1977fdf6b676
parent05a397b20c5896a232d202a3e05ff5a1882a924e
Add standard MIDI midnam file and remove hard coded equivalent.
Accordingly, make "generic" MIDI truly generic, just numbered controllers.
Break up MIDI name UI stuff into manageable functions of reasonable size.
Add convenient method to MIDINameDocument for getting the names for a device.
Tolerate comments in MIDINameDocument ControlNameList.

Can't remove the MIDI name code just yet, since it's still erroneously used by
Automatable::describe_parameter().  This is the cause of a bug where the name
on the automation lane does not match that in the menu.

The plan is to make a very simple pure abstract interface for getting MIDI
names, and make it possible to set one for Automatable (or perhaps pass it to
describe_parameter()).  Thus we'll be on the way to supporting names from
sources other than midnam files, namely plugins.

git-svn-id: svn://localhost/ardour2/branches/3.0@13895 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/midi_time_axis.cc
gtk2_ardour/midi_time_axis.h
libs/midi++2/midi++/midnam_patch.h
libs/midi++2/midnam_patch.cc
patchfiles/Standard_Midi.midnam [new file with mode: 0644]