summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-17 12:28:36 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-17 12:28:36 -0400
commite9ab53402c9263b21303388bc203b50b50876455 (patch)
treede3ee9b74f078bda2e14561f04d9c38be4dacbb3 /gtk2_ardour/editor.h
parentcfc658de0412555980bf6c8b9624f5d9c806ae04 (diff)
add action and menu item to control use of skip playback
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 4a62d3a0cb..cadde181b5 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1310,6 +1310,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void jump_forward_to_mark ();
void jump_backward_to_mark ();
void cursor_align (bool playhead_to_edit);
+ void toggle_skip_playback ();
void remove_last_capture ();
void select_all_selectables_using_time_selection ();