summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-28 21:01:55 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-28 21:01:55 +0000
commit6417f703cf58ae61a91b21226b7ab31253febb50 (patch)
treedae9673a70702fcc0e2b4b598fec004223988d83 /gtk2_ardour/midi_region_view.h
parent5776407b3b7cb0081f04ce3ffb8170798bc025ca (diff)
Expand comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@12474 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h5
1 files changed, 4 insertions, 1 deletions
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<void, MidiRegionView*> SelectionCleared;
PBD::ScopedConnection _selection_cleared_connection;
void selection_cleared (MidiRegionView *);