summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-11-17 16:55:11 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-11-17 16:55:11 -0600
commit6f955aa0bd70c6defc259eebb69a0590daf93cb5 (patch)
tree53f012eb87843af8c3a0286c97a5c5bcd9a848f3 /gtk2_ardour/route_ui.cc
parenta95f8a8648b2a80d7f2b1208c38a4f9e66e70d85 (diff)
add Duplicate action to track and mixer context menus
Diffstat (limited to 'gtk2_ardour/route_ui.cc')
-rw-r--r--gtk2_ardour/route_ui.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc
index 8cb91020c3..8afa706e37 100644
--- a/gtk2_ardour/route_ui.cc
+++ b/gtk2_ardour/route_ui.cc
@@ -1730,6 +1730,12 @@ RouteUI::set_route_active (bool a, bool apply_to_selection)
}
void
+RouteUI::duplicate_selected_routes ()
+{
+ ARDOUR_UI::instance()->start_duplicate_routes();
+}
+
+void
RouteUI::toggle_denormal_protection ()
{
if (denormal_menu_item) {