Prepare for automation control master
[ardour.git] / libs / ardour / ardour / slavable_automation_control.h
index f1a78891e4ec196570e3c7afdd125cb1cf83c6ae..8827b29f6b0f89f5e67fb1f403c7353281ccc950 100644 (file)
@@ -64,6 +64,8 @@ class LIBARDOUR_API SlavableAutomationControl : public AutomationControl
        int set_state (XMLNode const&, int);
        XMLNode& get_state();
 
+       bool find_next_event (double now, double end, Evoral::ControlEvent& next_event) const;
+
     protected:
 
        class MasterRecord {