implement mark_in, mark_out, toggle_click
[ardour.git] / libs / surfaces / control_protocol / control_protocol / basic_ui.h
index 2f30c9929ec9a3ba6dd8c645c2c0c3ecc54c6583..8469acde3a0d94239f45cfa916d2752d193e3387 100644 (file)
@@ -81,6 +81,11 @@ class LIBCONTROLCP_API BasicUI {
        void redo ();
        void toggle_punch_in ();
        void toggle_punch_out ();
+       
+       void mark_in();
+       void mark_out();
+
+       void toggle_click();
 
        void set_record_enable (bool yn);
        bool get_record_enabled ();