summaryrefslogtreecommitdiff
path: root/gtk2_ardour/shuttle_control.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-22 04:32:14 +0200
committerRobin Gareus <robin@gareus.org>2015-08-22 04:32:14 +0200
commitad4ae3df85d685546a4aaf6e976d3a03f6a6f45b (patch)
tree226af95e3d1c0979f68e3970c3eef1dedc87c6a9 /gtk2_ardour/shuttle_control.h
parent88920232e9cac02a41797fb347c23bfaa6c4fc42 (diff)
Add 100% shuttle controls option - closes #6537
Diffstat (limited to 'gtk2_ardour/shuttle_control.h')
-rw-r--r--gtk2_ardour/shuttle_control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/shuttle_control.h b/gtk2_ardour/shuttle_control.h
index 21b02d9954..cd751ebedc 100644
--- a/gtk2_ardour/shuttle_control.h
+++ b/gtk2_ardour/shuttle_control.h
@@ -78,6 +78,7 @@ class ShuttleControl : public CairoWidget, public ARDOUR::SessionHandlePtr
void shuttle_style_changed();
void shuttle_unit_clicked ();
void set_shuttle_max_speed (float);
+ void reset_speed ();
bool on_enter_notify_event (GdkEventCrossing*);
bool on_leave_notify_event (GdkEventCrossing*);