Workaround to allow loading large sessions.

During session-load, ardour calls Route::SoloControllable::set_value() 
which calls Session::set_solo()  which in turn sends a session-rt event.

Along with other rt-events (locations,..) the current solo logic limits
Ardour to only load sessions with about >= 200 tracks.

now bumped to a few thousand tracks.. until a proper solution comes along.
This commit is contained in:
Robin Gareus 2015-09-06 22:36:09 +02:00
parent 1e404da10d
commit 6ade16b38d
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir, UIConfi
setup_gtk_ardour_enums ();
setup_profile ();
SessionEvent::create_per_thread_pool ("GUI", 512);
SessionEvent::create_per_thread_pool ("GUI", 4096);
/* we like keyboards */