diff base/ViewManager.cpp @ 60:3086ff194ea0

* More structural work on feature extraction plugin C <-> C++ adapter * Allow use of LADSPA/DSSI plugins with control outputs as feature extraction plugins (DSSI with MIDI output still to come) * Reorder labels on spectrogram status box * Minor tweaks in doc etc.
author Chris Cannam
date Mon, 27 Mar 2006 15:03:02 +0000
parents 709d63d90028
children e1aad27029e3
line wrap: on
line diff
--- a/base/ViewManager.cpp	Fri Mar 24 18:15:50 2006 +0000
+++ b/base/ViewManager.cpp	Mon Mar 27 15:03:02 2006 +0000
@@ -76,10 +76,10 @@
 {
     if (m_playbackFrame != f) {
 	m_playbackFrame = f;
+	emit playbackFrameChanged(f);
 	if (m_playSource && m_playSource->isPlaying()) {
 	    m_playSource->play(f);
 	}
-	emit playbackFrameChanged(f);
     }
 }