mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-28 16:08:12 +01:00
Best keep Mixbus state in mixbus-git
This commit is contained in:
parent
34850e514d
commit
5833fc08f2
1 changed files with 1 additions and 6 deletions
|
|
@ -1274,12 +1274,7 @@ Session::parse_route_state (const string& path, bool& match_pbd_id)
|
|||
continue;
|
||||
}
|
||||
|
||||
int mixbus = 0;
|
||||
#ifdef MIXBUS
|
||||
rxml->get_property (X_("mixbus-num"), mixbus);
|
||||
#endif
|
||||
|
||||
rv.emplace (id, RouteImportInfo (name, pi, mixbus));
|
||||
rv.emplace (id, RouteImportInfo (name, pi, 0));
|
||||
}
|
||||
}
|
||||
return rv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue