diff main/PreferencesDialog.h @ 115:c9930ec7a3f9

* Add fuzzy interpolation option as an alternative to zero padding in spectrogram (looks terrible though) * Make spectrogram appear more quickly by having the FFT server notify of updates more often near the start of its run
author Chris Cannam
date Mon, 05 Mar 2007 15:32:55 +0000
parents e3b32dc5180b
children 652b22dcd4ed
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Fri Mar 02 14:00:12 2007 +0000
+++ b/main/PreferencesDialog.h	Mon Mar 05 15:32:55 2007 +0000
@@ -33,7 +33,7 @@
 
 protected slots:
     void windowTypeChanged(WindowType type);
-    void smoothSpectrogramChanged(int state);
+    void spectrogramSmoothingChanged(int state);
     void propertyLayoutChanged(int layout);
     void tuningFrequencyChanged(double freq);
     void resampleQualityChanged(int quality);
@@ -47,7 +47,7 @@
     QPushButton *m_applyButton;
     
     WindowType m_windowType;
-    bool  m_smoothSpectrogram;
+    int   m_spectrogramSmoothing;
     int   m_propertyLayout;
     float m_tuningFrequency;
     int   m_resampleQuality;