dramatically speed up the addition of large numbers of busses + tracks. consists...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 4 Dec 2012 14:32:28 +0000 (14:32 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 4 Dec 2012 14:32:28 +0000 (14:32 +0000)
commit89d1a2fdf5f9794f56f6bf960bfbebfad913cf74
tree5a2d55a420955f86151ba37870f1de0762195456
parent1feaa65d167e59b400b8ac003f69e33934ee7c08
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
gtk2_ardour/editor_routes.cc
gtk2_ardour/editor_routes.h
gtk2_ardour/editor_summary.cc
gtk2_ardour/mixer_ui.cc
libs/ardour/ardour/session.h
libs/ardour/audioengine.cc
libs/ardour/session.cc
libs/ardour/session_state.cc