summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-03-13 16:24:55 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-03-13 16:25:59 -0500
commitffd32ae5e184b42aa9f38903f146751b36b87092 (patch)
tree5a8423132b80e8a39e46900ced752635de1b472d /gtk2_ardour/editor.h
parent94e36450d2bb7fad5f27d9313035f6b4535931b8 (diff)
Right-clicking on the Loop/Punch ruler should "Do Something".
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 86d6126892..e7f1cd2807 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -678,6 +678,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void hide_marker (ArdourCanvas::Item*, GdkEvent*);
void clear_marker_display ();
void mouse_add_new_range (framepos_t);
+ void mouse_add_new_loop (framepos_t);
+ void mouse_add_new_punch (framepos_t);
bool choose_new_marker_name(std::string &name);
void update_cd_marker_display ();
void ensure_cd_marker_updated (LocationMarkers * lam, ARDOUR::Location * location);