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);