change location of TempoMap::fetch() call in graph main thread to match semantic equivalent in process threads

This commit is contained in:
Paul Davis
2022-04-30 19:16:31 -06:00
parent f3bf91b9b1
commit 8b97abee19

View File

@@ -531,11 +531,11 @@ Graph::main_thread ()
resume_rt_malloc_checks ();
pt->get_buffers ();
Temporal::TempoMap::fetch ();
/* Wait for initial process callback */
again:
_callback_start_sem.wait ();
Temporal::TempoMap::fetch ();
DEBUG_TRACE (DEBUG::ProcessThreads, "main thread is awake\n");