mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
fixup freeze operation.
since rev. 1e3a955, Session::write_one_track() gets and drops
thread buffers.
This commit is contained in:
parent
3be01ea502
commit
a0037ee2d8
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue