allow to set/change loop-range via OSC
[ardour.git] / libs / surfaces / control_protocol / control_protocol / basic_ui.h
index 277a7f8ecdc505e2679c8ebfb26898a2270988af..6053614a0cabce634501a30ac91857652093f8d4 100644 (file)
@@ -49,6 +49,7 @@ class LIBCONTROLCP_API BasicUI {
        /* transport control */
 
        void loop_toggle ();
+       void loop_location (framepos_t start, framepos_t end);
        void access_action ( std::string action_path );
        static PBD::Signal2<void,std::string,std::string> AccessAction;
        void goto_start ();