Fix crash when freezing track
The freeze threads needs a thread-local tempo-map to call Route::bounce_process which runs processors.
This commit is contained in:
parent
9cac17ea7d
commit
4048bcc6b6
@ -4022,6 +4022,7 @@ Editor::_freeze_thread (void* arg)
|
||||
void*
|
||||
Editor::freeze_thread ()
|
||||
{
|
||||
TempoMap::SharedPtr tmap (TempoMap::fetch());
|
||||
/* create event pool because we may need to talk to the session */
|
||||
SessionEvent::create_per_thread_pool ("freeze events", 64);
|
||||
/* create per-thread buffers for process() tree to use */
|
||||
|
Loading…
Reference in New Issue
Block a user