summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-08-27 19:57:40 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-08-27 19:57:40 -0400
commit400f38c7218049f71138a80a50e37ee38de6cd12 (patch)
tree1f526ce1770e56ccc98562d1e6ec4749590ca3e3 /gtk2_ardour/editor.h
parent3a5d394a8ccab28a60ec870a16baa9866c173287 (diff)
single action punch in5.2
Consecutive execution (e.g. from a control surface button) engages punch in, then punch out, then clears both. Patch by Nathan Stewart
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 7d754ed1b0..75ba6863e9 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1451,6 +1451,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void set_loop_from_selection (bool play);
void set_punch_from_selection ();
void set_punch_from_region ();
+ void set_auto_punch_range();
void set_session_start_from_playhead ();
void set_session_end_from_playhead ();