Make MIDI region `automation' respect the automation mode so that it is
commit4cbe823e6d7d7cde17290361d8a07747a2e492b3
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
parentbbf336e3108ae878946f345a3fab4ad0fddd65fb
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: svn+ssh://ardour.org/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