summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-29 00:11:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-29 00:11:05 -0400
commit38125d60c942a53e74ba05fdd3dfd5d3a700aa0e (patch)
tree7354a06c15e2ed325ba17d74ed610db20e458b16 /gtk2_ardour/editor.h
parent1b989a93c23171f58dd639d320afc704335e8720 (diff)
"sequence regions" operation (remove space between selected regions) added, c/o Thomas Brand
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 f3f6bfeee7..1398936979 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -319,6 +319,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void nudge_forward_capture_offset ();
void nudge_backward_capture_offset ();
+ void sequence_regions ();
+
/* playhead/screen stuff */
void set_stationary_playhead (bool yn);