bruteforce and efficient implementation of mixing groups management in

session.
This commit is contained in:
brunoherbelin
2021-03-12 20:25:36 +01:00
parent 10f9c1b329
commit 5ab5f1b60f
8 changed files with 84 additions and 165 deletions

View File

@@ -237,7 +237,7 @@ void Action::restore(uint target, uint64_t id)
// apply all changes creating or modifying groups in the session
// (after this, new groups are created and existing groups are adjusted)
for (auto group_loader_it = loadergroups.begin(); group_loader_it != loadergroups.end(); group_loader_it++) {
se->link( *group_loader_it );
se->link( *group_loader_it, Mixer::manager().view(View::MIXING)->scene.fg() );
}
// Get the updated list of mixing groups in the session