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:
Paul Davis 2012-12-04 14:32:28 +00:00
parent 1feaa65d16
commit 89d1a2fdf5
8 changed files with 64 additions and 34 deletions

View file

@ -154,6 +154,7 @@ private:
bool _ignore_reorder;
bool _no_redisplay;
bool _adding_routes;
Gtk::Menu* _menu;
Gtk::Widget* old_focus;