mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Selection: make trigger slots more exclusive wrt some other selectables
This commit is contained in:
parent
fcab855fca
commit
1489fabbcd
2 changed files with 39 additions and 13 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue