debugging with thorwil

git-svn-id: svn://localhost/ardour2/branches/3.0@10240 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2011-10-19 18:44:21 +00:00
parent 18c2ee4a26
commit 4671843a65
2 changed files with 8 additions and 0 deletions

View File

@@ -331,6 +331,7 @@ AudioEngine::_graph_order_callback (void *arg)
if (ae->connected() && !ae->port_remove_in_progress) {
ae->GraphReordered (); /* EMIT SIGNAL */
}
return 0;
}

View File

@@ -3332,14 +3332,19 @@ Session::graph_reordered ()
return;
}
cerr << "Session begins graph reorder\n";
/* every track/bus asked for this to be handled but it was deferred because
we were connecting. do it now.
*/
request_input_change_handling ();
cerr << "Session graph reorder 2\n";
resort_routes ();
cerr << "Session graph reorder 3\n";
/* force all diskstreams to update their capture offset values to
reflect any changes in latencies within the graph.
*/
@@ -3351,6 +3356,8 @@ Session::graph_reordered ()
tr->set_capture_offset ();
}
}
cerr << "Session graph reorder 4\n";
}
framecnt_t