Changed Group ALL sources action to Group ACTIVE sources

Manage mixing groups and clones on the way. This makes the action more flexible for the user, allowing to group only a selection.
This commit is contained in:
Bruno Herbelin
2022-07-06 23:34:36 +02:00
parent 93cb12be89
commit d77371912b
7 changed files with 53 additions and 15 deletions

View File

@@ -57,11 +57,11 @@ public:
// remove this source from the session
// Does not delete the source
void removeSource(Source *s);
SourceList::iterator removeSource (Source *s);
// get ptr to front most source and remove it from the session
// Does not delete the source
Source *popSource();
Source *popSource ();
// management of list of sources
bool empty() const;