Write the topologically sorted route list back to the session's list so that the 1-processor process code sees it. Should fix #4937.
git-svn-id: svn://localhost/ardour2/branches/3.0@12784 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1485,7 +1485,7 @@ Session::resort_routes_using (boost::shared_ptr<RouteList> r)
|
||||
trace_terminal (*i, *i);
|
||||
}
|
||||
|
||||
r = sorted_routes;
|
||||
*r = *sorted_routes;
|
||||
|
||||
#ifndef NDEBUG
|
||||
DEBUG_TRACE (DEBUG::Graph, "Routes resorted, order follows:\n");
|
||||
|
||||
Reference in New Issue
Block a user