Handle automation modes better with region-based (MIDI) automation. Should fix #3135.

git-svn-id: svn://localhost/ardour2/branches/3.0@7138 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-22 01:33:13 +00:00
parent 8d048aa472
commit f33b1d1900
3 changed files with 29 additions and 4 deletions

View file

@ -46,6 +46,7 @@ class AutomationStreamView : public StreamView
~AutomationStreamView ();
void set_automation_state (ARDOUR::AutoState state);
ARDOUR::AutoState automation_state () const;
void redisplay_track ();