Make MIDI region `automation' respect the automation mode so that it is
authorCarl Hetherington <carl@carlh.net>
Fri, 25 Jun 2010 20:47:09 +0000 (20:47 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 25 Jun 2010 20:47:09 +0000 (20:47 +0000)
commitecb0cd5d119d28092a8f48e4521ac5eba197bb54
tree57d7bcff09ab6d6382af929212ff4a4adeea2658
parentad81fd40d22f63f0f9e7a247164b6b367fabb2fd
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://localhost/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