BugFix: SessionGroupSource creation and update in ActionManager and

SessionCreator.
This commit is contained in:
brunoherbelin
2021-03-19 22:53:08 +01:00
parent 74e9553d56
commit b07009f3ce
4 changed files with 40 additions and 61 deletions

View File

@@ -18,7 +18,7 @@ public:
inline Session *session() const { return session_; }
void load(tinyxml2::XMLElement *sessionNode);
SourceIdList getIdList() const;
std::map< uint64_t, Source* > getSources() const;
std::list< SourceList > getMixingGroups() const;
Source *createSource(tinyxml2::XMLElement *sourceNode, bool clone_duplicates = true);