Make MIDI region `automation' respect the automation mode so that it is
commit0b7f60c1483befee5d9150ab0352b0c896c40e9b
authorcarlh <carlh@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Fri, 25 Jun 2010 20:47:09 +0000 (25 20:47 +0000)
committercarlh <carlh@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Fri, 25 Jun 2010 20:47:09 +0000 (25 20:47 +0000)
tree57d7bcff09ab6d6382af929212ff4a4adeea2658
parentb9842084d9264ea76d3f7e977f948c62fc146d29
Make MIDI region `automation' respect the automation mode so that it is
only played back if the automation mode is set to "Play".  Munge AutoState
for AutomationRegionViews so that they reflect their AutomationTimeAxisView's
setting.  Fixes #3135.

git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/3.0@7304 d708f5d6-7413-0410-9779-e7cbd77b26cf
14 files changed:
gtk2_ardour/automation_region_view.h
gtk2_ardour/automation_streamview.cc
gtk2_ardour/automation_streamview.h
gtk2_ardour/automation_time_axis.cc
libs/ardour/ardour/automatable.h
libs/ardour/ardour/midi_model.h
libs/ardour/ardour/midi_region.h
libs/ardour/ardour/midi_source.h
libs/ardour/ardour/midi_track.h
libs/ardour/automatable.cc
libs/ardour/midi_region.cc
libs/ardour/midi_source.cc
libs/evoral/evoral/Sequence.hpp
libs/evoral/src/Sequence.cpp