diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc index ae41554cc5..2f8adb8575 100644 --- a/gtk2_ardour/editor_timefx.cc +++ b/gtk2_ardour/editor_timefx.cc @@ -439,6 +439,7 @@ void* Editor::timefx_thread (void *arg) { SessionEvent::create_per_thread_pool ("timefx events", 64); + Temporal::TempoMap::fetch (); TimeFXDialog* tsd = static_cast(arg);