mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Large commit for implementation of load&save of MixingGroups
This commit is contained in:
@@ -169,7 +169,7 @@ void Action::restore(uint target, uint64_t id)
|
||||
return;
|
||||
|
||||
// sessionsources contains list of ids of all sources currently in the session
|
||||
std::list<uint64_t> sessionsources = se->getIdList();
|
||||
SourceIdList sessionsources = se->getIdList();
|
||||
// for( auto it = sessionsources.begin(); it != sessionsources.end(); it++)
|
||||
// Log::Info("sessionsources id %s", std::to_string(*it).c_str());
|
||||
|
||||
@@ -180,7 +180,7 @@ void Action::restore(uint target, uint64_t id)
|
||||
loader.load( sessionNode );
|
||||
|
||||
// loadersources contains list of ids of all sources generated by loader
|
||||
std::list<uint64_t> loadersources = loader.getIdList();
|
||||
SourceIdList loadersources = loader.getIdList();
|
||||
// for( auto it = loadersources.begin(); it != loadersources.end(); it++)
|
||||
// Log::Info("loadersources id %s", std::to_string(*it).c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user