diff layer/SpectrogramLayer.cpp @ 326:4f4f38a11cd2

* Factor out uses of "Sonic Visualiser" in "common" code to applicationName() * Add ability to show work title + artist in top-left of pane (thinking of Vect but may be useful in SV in future) * A few other generalisations useful for Vect
author Chris Cannam
date Fri, 09 Nov 2007 17:46:58 +0000
parents 984c1975f1ff
children 29fcf125f98b
line wrap: on
line diff
--- a/layer/SpectrogramLayer.cpp	Wed Nov 07 16:52:52 2007 +0000
+++ b/layer/SpectrogramLayer.cpp	Fri Nov 09 17:46:58 2007 +0000
@@ -1539,7 +1539,8 @@
                                        m_windowSize,
                                        getWindowIncrement(),
                                        fftSize,
-                                       true,
+//!!!                                       true,
+                                       false,
                                        m_candidateFillStartFrame);
 
         if (!model->isOK()) {