diff main/PreferencesDialog.h @ 299:15ce557e1bf8

* Restore (better quality) y-axis interpolation in spectrogram * Make spectrogram x axis interpolation a preference
author Chris Cannam
date Fri, 06 Feb 2009 15:06:23 +0000
parents 9d47adc3e32d
children a3b2cba73143
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Thu Feb 05 17:33:21 2009 +0000
+++ b/main/PreferencesDialog.h	Fri Feb 06 15:06:23 2009 +0000
@@ -38,6 +38,7 @@
 protected slots:
     void windowTypeChanged(WindowType type);
     void spectrogramSmoothingChanged(int state);
+    void spectrogramXSmoothingChanged(int state);
     void propertyLayoutChanged(int layout);
     void tuningFrequencyChanged(double freq);
     void audioDeviceChanged(int device);
@@ -62,6 +63,7 @@
     
     WindowType m_windowType;
     int m_spectrogramSmoothing;
+    int m_spectrogramXSmoothing;
     int m_propertyLayout;
     float m_tuningFrequency;
     int m_audioDevice;