remove varispeed control; shuttle controller now has a context menu with max speed...
[ardour.git] / gtk2_ardour / ardour_ui.h
index ab505480cb48977dff787a345fcbb3410a2132de..b676faed1138532d1dad860bf17b4707ceb255a9 100644 (file)
@@ -388,11 +388,16 @@ class ARDOUR_UI : public Gtkmm2ext::UI
        Gtk::Menu*        shuttle_style_menu;
        ShuttleBehaviour  shuttle_behaviour;
        ShuttleUnits      shuttle_units;
+       float             shuttle_max_speed;
+       Gtk::Menu*        shuttle_context_menu;
 
+       void build_shuttle_context_menu ();
+       void show_shuttle_context_menu ();
        void shuttle_style_changed();
        void shuttle_unit_clicked ();
        void set_shuttle_behaviour (ShuttleBehaviour);
        void set_shuttle_units (ShuttleUnits);
+       void set_shuttle_max_speed (float);
        void update_speed_display ();
        float last_speed_displayed;