summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-04-27 15:58:50 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-04-27 15:59:03 -0500
commit4aace9be681539d5b131f84337b871f8de39a6ec (patch)
treebaa5db7667096037e259952e44aa01b10728eee9 /gtk2_ardour/editor.h
parent5291400878597a0bd3b1a70578c9edcbf5be21fe (diff)
new actions: allow user to set session start and end to playhead location
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 73e7582a81..eaa9132e86 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1441,6 +1441,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void set_punch_from_selection ();
void set_punch_from_region ();
+ void set_session_start_from_playhead ();
+ void set_session_end_from_playhead ();
void set_session_extents_from_selection ();
void set_loop_from_region (bool play);