# HG changeset patch # User Chris Cannam # Date 1444666243 -3600 # Node ID 4f1d280903ad2ef71ff9592bb32b6c25ca24d654 # Parent 7c779438edc37f74f297bc3b634f99161295a523 Update analysis stuff when recording starts (and when model is added) rather than when it ends. Not continuing to update during recording though... diff -r 7c779438edc3 -r 4f1d280903ad framework/MainWindowBase.cpp --- a/framework/MainWindowBase.cpp Mon Oct 12 15:06:02 2015 +0100 +++ b/framework/MainWindowBase.cpp Mon Oct 12 17:10:43 2015 +0100 @@ -2801,6 +2801,8 @@ updateMenuStates(); m_recentFiles.addFile(model->getLocation()); currentPaneChanged(m_paneStack->getCurrentPane()); + + emit audioFileLoaded(); } void @@ -3033,7 +3035,6 @@ { if (m_recordTarget->isRecording()) { m_recordTarget->stopRecording(); - emit audioFileLoaded(); } m_playSource->stop();