summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2017-02-27 03:03:55 +1100
committerRobin Gareus <robin@gareus.org>2017-02-27 20:16:10 +0100
commit663d0e17431e0f841b4a5cde320323d78852a3b2 (patch)
tree3ffb6f459b56b8c931f59a2e8babfb11d1520baf /gtk2_ardour/editor.h
parentf8a6f8918d0b7f719748bc26e4abf5d2c25174db (diff)
add right-click 'Ramp to Next' tempo marker menu item.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 72ee92ed17..c70ca4ae5f 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1688,6 +1688,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void rename_marker (ArdourMarker *marker);
void toggle_marker_lock_style ();
void toggle_tempo_type ();
+ void ramp_to_next_tempo ();
void toggle_marker_menu_lock ();
void toggle_marker_menu_glue ();
void marker_menu_hide ();