From bfbb0f61782d7b79a8e67e66d8b483c00675a118 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 6 Dec 2014 23:42:11 -0500 Subject: Add legatize and remove overlap MIDI operations. We're going to need the ability to apply MIDI edit operations to a note/control selection soon... --- gtk2_ardour/editor_selection.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/editor_selection.cc') diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc index 26643bddd5..2699ba72f3 100644 --- a/gtk2_ardour/editor_selection.cc +++ b/gtk2_ardour/editor_selection.cc @@ -1181,6 +1181,8 @@ Editor::sensitize_the_right_region_actions () editor_menu_actions->get_action("RegionMenuMIDI")->set_sensitive (false); _region_actions->get_action("show-region-list-editor")->set_sensitive (false); _region_actions->get_action("quantize-region")->set_sensitive (false); + _region_actions->get_action("legatize-region")->set_sensitive (false); + _region_actions->get_action("remove-overlap")->set_sensitive (false); _region_actions->get_action("fork-region")->set_sensitive (false); _region_actions->get_action("insert-patch-change-context")->set_sensitive (false); _region_actions->get_action("insert-patch-change")->set_sensitive (false); -- cgit v1.2.3