work in progress: implementation of stash in MixingView

This commit is contained in:
brunoherbelin
2020-09-30 12:01:40 +02:00
parent 1bada746dc
commit c777a3d153
17 changed files with 142 additions and 80 deletions

View File

@@ -20,6 +20,10 @@ public:
// delete the source s from the session
SourceList::iterator deleteSource (Source *s);
// remove this source from the session
// Does not delete the source
void removeSource(Source *s);
// get ptr to front most source and remove it from the session
// Does not delete the source
Source *popSource();