"sequence regions" operation (remove space between selected regions) added, c/o Thomas Brand

This commit is contained in:
Paul Davis 2014-04-29 00:11:05 -04:00
parent 1b989a93c2
commit 38125d60c9
4 changed files with 60 additions and 0 deletions

View file

@ -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);