From fa204b632f8faf18b48247fcab2410d9d2a6dd7d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 9 Apr 2022 02:22:10 +0200 Subject: [PATCH] Fetch tempo-map for main process thread (amend 9e69c0d184) --- libs/ardour/graph.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc index bf7c41e437..d379cd297c 100644 --- a/libs/ardour/graph.cc +++ b/libs/ardour/graph.cc @@ -531,6 +531,7 @@ Graph::main_thread () resume_rt_malloc_checks (); pt->get_buffers (); + Temporal::TempoMap::fetch (); /* Wait for initial process callback */ again: