mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
dramatically speed up the addition of large numbers of busses + tracks. consists of a backend part (ignore JACK graph/latency callbacks while we're adding tracks) and a GUI side (avoid O(N^N) behaviour while adding each new time axis view)
git-svn-id: svn://localhost/ardour2/branches/3.0@13595 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1feaa65d16
commit
89d1a2fdf5
8 changed files with 64 additions and 34 deletions
|
|
@ -689,8 +689,6 @@ EditorSummary::set_editor (double const x, double const y)
|
|||
is merely pending but not executing. But c'est la vie.
|
||||
*/
|
||||
|
||||
cerr << "Editor pending idle already queued\n";
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue