Fix visibility of MIDI controller automation tracks across saves.
authorDavid Robillard <d@drobilla.net>
Mon, 17 Nov 2014 05:13:53 +0000 (00:13 -0500)
committerDavid Robillard <d@drobilla.net>
Mon, 17 Nov 2014 05:13:53 +0000 (00:13 -0500)
commit85cf4b4dbdaa842f5868ada761c20e5b529dd473
treef60aeb0e8eca219ddeef75fe2b26ec8e63c5896f
parentc91b6912604c82e05c341881da9e871878b343b2
Fix visibility of MIDI controller automation tracks across saves.

Fix some inaccurate/misleading comments that led to said bug.

Gracefully handle the "impossible" case where we can't figure out a state ID
for an automation track, instead of crashing.
gtk2_ardour/automation_time_axis.cc
gtk2_ardour/automation_time_axis.h
gtk2_ardour/midi_time_axis.cc