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:
parent
1e404da10d
commit
6ade16b38d
@ -377,7 +377,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir, UIConfi
|
|||||||
setup_gtk_ardour_enums ();
|
setup_gtk_ardour_enums ();
|
||||||
setup_profile ();
|
setup_profile ();
|
||||||
|
|
||||||
SessionEvent::create_per_thread_pool ("GUI", 512);
|
SessionEvent::create_per_thread_pool ("GUI", 4096);
|
||||||
|
|
||||||
/* we like keyboards */
|
/* we like keyboards */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user