Move selection/punch clocks to editor Sidebar
[ardour.git] / gtk2_ardour / shuttle_control.h
index 31be53c976c9f40c8ac886aa037e37ccae9cdf4f..760ebc69491ff64477db24c81642af7f4f1ee6ea 100644 (file)
@@ -64,6 +64,7 @@ class ShuttleControl : public CairoWidget, public ARDOUR::SessionHandlePtr
        float  last_speed_displayed;
        bool   shuttle_grabbed;
        double shuttle_speed_on_grab;
+       double requested_speed;
        float shuttle_fract;
        boost::shared_ptr<ShuttleControllable> _controllable;
        cairo_pattern_t* pattern;
@@ -74,8 +75,7 @@ class ShuttleControl : public CairoWidget, public ARDOUR::SessionHandlePtr
        Gtk::Menu*        shuttle_style_menu;
        Gtk::Menu*        shuttle_context_menu;
        BindingProxy      binding_proxy;
-       Glib::RefPtr<Pango::Layout> left_text;
-       Glib::RefPtr<Pango::Layout> right_text;
+       Glib::RefPtr<Pango::Layout> _text;
        Pango::AttrList text_attributes;
        Pango::AttrColor* text_color;
        float bg_r, bg_g, bg_b;