mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
don't add routes+VCAs separately to editor routes during startup; merge into single list of Stripables
This commit is contained in:
parent
8342d4d9e6
commit
c0e5265b14
1 changed files with 1 additions and 4 deletions
|
|
@ -1464,15 +1464,12 @@ EditorRoutes::initial_display ()
|
|||
s.push_back (*ri);
|
||||
}
|
||||
|
||||
_editor->add_routes (r);
|
||||
|
||||
VCAList v (_session->vca_manager().vcas());
|
||||
for (VCAList::iterator vi = v.begin(); vi != v.end(); ++vi) {
|
||||
s.push_back (*vi);
|
||||
}
|
||||
s.sort (PresentationInfoEditorSorter ());
|
||||
|
||||
_editor->add_vcas (v);
|
||||
_editor->add_stripables (s);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue