From 5ed05218e6280e81c46e9deea8217143ee551f93 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 3 Oct 2015 11:20:37 +1000 Subject: Update sample rate and CPU load in status bar when AudioEngine stopped --- gtk2_ardour/ardour_ui.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index b690fa3324..7309f7378e 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -471,6 +471,8 @@ ARDOUR_UI::engine_stopped () ENSURE_GUI_THREAD (*this, &ARDOUR_UI::engine_stopped) ActionManager::set_sensitive (ActionManager::engine_sensitive_actions, false); ActionManager::set_sensitive (ActionManager::engine_opposite_sensitive_actions, true); + update_sample_rate (0); + update_cpu_load (); } void -- cgit v1.2.3