most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_canvas...
[ardour.git] / libs / ardour / ardour / automation_control.h
index db481b2f992717466dd01a2495ecf3d48164b544..4cb6d1a79acba3736f3913dcda4aa98b7e2f8d97 100644 (file)
@@ -59,6 +59,10 @@ public:
                return ((ARDOUR::AutomationList*)_list.get())->automation_state();
        }
        
+       inline void set_automation_state(AutoState as) {
+               return ((ARDOUR::AutomationList*)_list.get())->set_automation_state(as);
+       }
+       
        inline void start_touch() {
                return ((ARDOUR::AutomationList*)_list.get())->start_touch();
        }