mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
bruteforce and efficient implementation of mixing groups management in
session.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user