Mercurial > hg > svcore
comparison base/Preferences.h @ 1317:ea28ee929034 3.0-integration
Remove resampler quality option (#1760)
| author | Chris Cannam |
|---|---|
| date | Mon, 05 Dec 2016 16:39:03 +0000 |
| parents | ff9697592bef |
| children | 07f23b90701a |
comparison
equal
deleted
inserted
replaced
| 1316:a421e752d22c | 1317:ea28ee929034 |
|---|---|
| 49 | 49 |
| 50 SpectrogramSmoothing getSpectrogramSmoothing() const { return m_spectrogramSmoothing; } | 50 SpectrogramSmoothing getSpectrogramSmoothing() const { return m_spectrogramSmoothing; } |
| 51 SpectrogramXSmoothing getSpectrogramXSmoothing() const { return m_spectrogramXSmoothing; } | 51 SpectrogramXSmoothing getSpectrogramXSmoothing() const { return m_spectrogramXSmoothing; } |
| 52 double getTuningFrequency() const { return m_tuningFrequency; } | 52 double getTuningFrequency() const { return m_tuningFrequency; } |
| 53 WindowType getWindowType() const { return m_windowType; } | 53 WindowType getWindowType() const { return m_windowType; } |
| 54 int getResampleQuality() const { return m_resampleQuality; } | |
| 55 | 54 |
| 56 bool getRunPluginsInProcess() const { return m_runPluginsInProcess; } | 55 bool getRunPluginsInProcess() const { return m_runPluginsInProcess; } |
| 57 | 56 |
| 58 //!!! harmonise with PaneStack | 57 //!!! harmonise with PaneStack |
| 59 enum PropertyBoxLayout { | 58 enum PropertyBoxLayout { |
| 116 void setSpectrogramSmoothing(SpectrogramSmoothing smoothing); | 115 void setSpectrogramSmoothing(SpectrogramSmoothing smoothing); |
| 117 void setSpectrogramXSmoothing(SpectrogramXSmoothing smoothing); | 116 void setSpectrogramXSmoothing(SpectrogramXSmoothing smoothing); |
| 118 void setTuningFrequency(double freq); | 117 void setTuningFrequency(double freq); |
| 119 void setPropertyBoxLayout(PropertyBoxLayout layout); | 118 void setPropertyBoxLayout(PropertyBoxLayout layout); |
| 120 void setWindowType(WindowType type); | 119 void setWindowType(WindowType type); |
| 121 void setResampleQuality(int quality); | |
| 122 void setRunPluginsInProcess(bool r); | 120 void setRunPluginsInProcess(bool r); |
| 123 void setOmitTempsFromRecentFiles(bool omit); | 121 void setOmitTempsFromRecentFiles(bool omit); |
| 124 void setTemporaryDirectoryRoot(QString tempDirRoot); | 122 void setTemporaryDirectoryRoot(QString tempDirRoot); |
| 125 void setFixedSampleRate(sv_samplerate_t); | 123 void setFixedSampleRate(sv_samplerate_t); |
| 126 void setResampleOnLoad(bool); | 124 void setResampleOnLoad(bool); |
| 155 SpectrogramSmoothing m_spectrogramSmoothing; | 153 SpectrogramSmoothing m_spectrogramSmoothing; |
| 156 SpectrogramXSmoothing m_spectrogramXSmoothing; | 154 SpectrogramXSmoothing m_spectrogramXSmoothing; |
| 157 double m_tuningFrequency; | 155 double m_tuningFrequency; |
| 158 PropertyBoxLayout m_propertyBoxLayout; | 156 PropertyBoxLayout m_propertyBoxLayout; |
| 159 WindowType m_windowType; | 157 WindowType m_windowType; |
| 160 int m_resampleQuality; | |
| 161 bool m_runPluginsInProcess; | 158 bool m_runPluginsInProcess; |
| 162 bool m_omitRecentTemps; | 159 bool m_omitRecentTemps; |
| 163 QString m_tempDirRoot; | 160 QString m_tempDirRoot; |
| 164 sv_samplerate_t m_fixedSampleRate; | 161 sv_samplerate_t m_fixedSampleRate; |
| 165 bool m_resampleOnLoad; | 162 bool m_resampleOnLoad; |
