summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-22 01:33:13 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-22 01:33:13 +0000
commitf33b1d1900fb269d466eda1ed15faf8d0c578239 (patch)
tree04c76e08a82fd23a25a4be86761b677b7a69afe5 /gtk2_ardour/automation_streamview.h
parent8d048aa4722a9d28e02cef68a5c26c1962c63c94 (diff)
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
Diffstat (limited to 'gtk2_ardour/automation_streamview.h')
-rw-r--r--gtk2_ardour/automation_streamview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_streamview.h b/gtk2_ardour/automation_streamview.h
index 37f13774a4..9a40629438 100644
--- a/gtk2_ardour/automation_streamview.h
+++ b/gtk2_ardour/automation_streamview.h
@@ -46,6 +46,7 @@ class AutomationStreamView : public StreamView
~AutomationStreamView ();
void set_automation_state (ARDOUR::AutoState state);
+ ARDOUR::AutoState automation_state () const;
void redisplay_track ();