comparison 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
comparison
equal deleted inserted replaced
298:7872a95ee530 299:15ce557e1bf8
36 void applicationClosing(bool quickly); 36 void applicationClosing(bool quickly);
37 37
38 protected slots: 38 protected slots:
39 void windowTypeChanged(WindowType type); 39 void windowTypeChanged(WindowType type);
40 void spectrogramSmoothingChanged(int state); 40 void spectrogramSmoothingChanged(int state);
41 void spectrogramXSmoothingChanged(int state);
41 void propertyLayoutChanged(int layout); 42 void propertyLayoutChanged(int layout);
42 void tuningFrequencyChanged(double freq); 43 void tuningFrequencyChanged(double freq);
43 void audioDeviceChanged(int device); 44 void audioDeviceChanged(int device);
44 void resampleQualityChanged(int quality); 45 void resampleQualityChanged(int quality);
45 void resampleOnLoadChanged(int state); 46 void resampleOnLoadChanged(int state);
60 61
61 QLineEdit *m_tempDirRootEdit; 62 QLineEdit *m_tempDirRootEdit;
62 63
63 WindowType m_windowType; 64 WindowType m_windowType;
64 int m_spectrogramSmoothing; 65 int m_spectrogramSmoothing;
66 int m_spectrogramXSmoothing;
65 int m_propertyLayout; 67 int m_propertyLayout;
66 float m_tuningFrequency; 68 float m_tuningFrequency;
67 int m_audioDevice; 69 int m_audioDevice;
68 int m_resampleQuality; 70 int m_resampleQuality;
69 bool m_resampleOnLoad; 71 bool m_resampleOnLoad;