From 2f12815565ccb56dcec2acb23245bd9ebad897e4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 14 May 2020 00:03:42 -0600 Subject: MIDI: when drawing notes, leave selection containing only the just added note This matches other DAWs and allows easy editing of just the last note, rather then all notes added since doing something else --- gtk2_ardour/midi_region_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/midi_region_view.cc b/gtk2_ardour/midi_region_view.cc index 610f2fcb31..b70fa8d097 100644 --- a/gtk2_ardour/midi_region_view.cc +++ b/gtk2_ardour/midi_region_view.cc @@ -1804,7 +1804,7 @@ MidiRegionView::add_note(const boost::shared_ptr note, bool visible) } if (_marked_for_selection.find(note) != _marked_for_selection.end()) { - note_selected(event, true); + note_selected (event, false); } if (_marked_for_velocity.find(note) != _marked_for_velocity.end()) { -- cgit v1.2.3