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
|
|
@ -154,6 +154,7 @@ private:
|
|||
|
||||
bool _ignore_reorder;
|
||||
bool _no_redisplay;
|
||||
bool _adding_routes;
|
||||
|
||||
Gtk::Menu* _menu;
|
||||
Gtk::Widget* old_focus;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue