Selection: make trigger slots more exclusive wrt some other selectables

This commit is contained in:
Ben Loftis 2021-11-29 16:27:51 -06:00
parent fcab855fca
commit 1489fabbcd
2 changed files with 39 additions and 13 deletions

View file

@ -228,9 +228,7 @@ public:
void clear_points (bool with_signal = true);
void clear_markers (bool with_signal = true);
void clear_midi_notes (bool with_signal = true);
/* triggers are only mutually exclusive with regions */
void clear_triggers ();
void clear_triggers (bool with_signal = true);
void foreach_region (void (ARDOUR::Region::*method)(void));
void foreach_regionview (void (RegionView::*method)(void));