change Controllable::set_value() API to include grouped control consideration.
[ardour.git] / gtk2_ardour / shuttle_control.h
index ed15a12bdf90dd253b50c5014254f26ee8c2d9f8..20fe46096f0e9f8254b483e19423939e5d9aa922 100644 (file)
@@ -46,7 +46,7 @@ class ShuttleControl : public CairoWidget, public ARDOUR::SessionHandlePtr
 
        struct ShuttleControllable : public PBD::Controllable {
                ShuttleControllable (ShuttleControl&);
-               void set_value (double);
+               void set_value (double, PBD::Controllable::GroupControlDisposition group_override);
                double get_value (void) const;
 
                 double lower() const { return -1.0; }