summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-04-14 04:16:24 +1000
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:15 +1000
commit85c3284adcb3287dec99b82e5b9f4d1857c37d44 (patch)
tree905855b0467bfbbc25875d637b7a9170c39f2130 /gtk2_ardour/editor.h
parent480fe7d0b7ecc0d167771f7d0b712319ffed0851 (diff)
Tempo ramps - add some right-click options to meter and tempo markers.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 96b3d490fb..f5eaf0aebb 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1653,6 +1653,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void marker_menu_remove ();
void marker_menu_rename ();
void rename_marker (ArdourMarker *marker);
+ void toggle_marker_lock_style ();
+ void toggle_tempo_type ();
void toggle_marker_menu_lock ();
void toggle_marker_menu_glue ();
void marker_menu_hide ();
@@ -1677,11 +1679,13 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void new_transport_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
void build_range_marker_menu (bool, bool);
void build_marker_menu (ARDOUR::Location *);
- void build_tempo_or_meter_marker_menu (bool);
+ void build_tempo_marker_menu (TempoMarker *, bool);
+ void build_meter_marker_menu (MeterMarker *, bool);
void build_new_transport_marker_menu ();
void dynamic_cast_marker_object (void*, MeterMarker**, TempoMarker**) const;
- Gtk::Menu* tempo_or_meter_marker_menu;
+ Gtk::Menu* tempo_marker_menu;
+ Gtk::Menu* meter_marker_menu;
Gtk::Menu* marker_menu;
Gtk::Menu* range_marker_menu;
Gtk::Menu* transport_marker_menu;