diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index afa4b8b026..057077ad0d 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -32,6 +32,7 @@ #include "pbd/pthread_utils.h" #include "temporal/superclock.h" +#include "temporal/tempo.h" #include "ardour/butler.h" #include "ardour/debug.h" @@ -211,6 +212,7 @@ Butler::thread_work () } Temporal::_thread_sample_rate = _session.sample_rate (); + Temporal::TempoMap::fetch (); restart: DEBUG_TRACE (DEBUG::Butler, "at restart for disk work\n");