fixup freeze operation.
since rev. 1e3a955
, Session::write_one_track() gets and drops
thread buffers.
This commit is contained in:
parent
3be01ea502
commit
a0037ee2d8
@ -3575,10 +3575,8 @@ Editor::freeze_thread ()
|
||||
/* 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 */
|
||||
current_interthread_info->process_thread.get_buffers ();
|
||||
clicked_routeview->audio_track()->freeze_me (*current_interthread_info);
|
||||
current_interthread_info->done = true;
|
||||
current_interthread_info->process_thread.drop_buffers();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user