summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-09-22 16:27:01 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:31 -0500
commit67540ad0f53b11eff6d8e11cc0863c765aa9af37 (patch)
tree9688a374ae27ba279681d8f8e881978cb8e43e1b /gtk2_ardour/editor.h
parent7f31a40932a6d36772dfece943c252081ef1882f (diff)
add explicit "duplicate-regions" action
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 1aa2f6f109..15e4c7c0be 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -2000,6 +2000,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
/* duplication */
void duplicate_range (bool with_dialog);
+ void duplicate_regions (float times);
/** computes the timeline frame (sample) of an event whose coordinates
* are in canvas units (pixels, scroll offset included).