mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
call ProcessThread::init() to correctly setup per-thread process buffers for use during freeze() operations
git-svn-id: svn://localhost/ardour2/branches/3.0@11867 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fcff349ba5
commit
760db6493b
1 changed files with 2 additions and 0 deletions
|
|
@ -3389,6 +3389,8 @@ Editor::_freeze_thread (void* arg)
|
|||
void*
|
||||
Editor::freeze_thread ()
|
||||
{
|
||||
/* create per-thread buffers for process() calls */
|
||||
ProcessThread::init ();
|
||||
/* 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…
Add table
Add a link
Reference in a new issue