From 65b7b3f2eb01057cb5bf80cb51fbfdba03448e51 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 20 Jun 2022 08:42:39 -0600 Subject: [PATCH] fix unset per-thread tempo map in AutomationWatch thread --- libs/ardour/automation_watch.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/automation_watch.cc b/libs/ardour/automation_watch.cc index 0f3f1199cf..783c2626ca 100644 --- a/libs/ardour/automation_watch.cc +++ b/libs/ardour/automation_watch.cc @@ -163,6 +163,8 @@ AutomationWatch::timer () return TRUE; } + (void) Temporal::TempoMap::fetch (); + { Glib::Threads::Mutex::Lock lm (automation_watch_lock);