diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h index 1b9a2a70b1..8588bdfe06 100644 --- a/gtk2_ardour/midi_region_view.h +++ b/gtk2_ardour/midi_region_view.h @@ -320,7 +320,10 @@ private: friend class MidiRubberbandSelectDrag; friend class MidiVerticalSelectDrag; - /** Emitted when the selection has been cleared in one MidiRegionView */ + /** Emitted when the selection has been cleared in one MidiRegionView, + * with the expectation that others will clear their selections in + * sympathy. + */ static PBD::Signal1 SelectionCleared; PBD::ScopedConnection _selection_cleared_connection; void selection_cleared (MidiRegionView *);