Mercurial > hg > svcore
comparison base/Preferences.h @ 1578:07f23b90701a
Remove oversampling from prefs, now that it's in the spectrogram layer properties
author | Chris Cannam |
---|---|
date | Wed, 14 Nov 2018 15:46:35 +0000 |
parents | ea28ee929034 |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
1577:50fe6d6a5ef0 | 1578:07f23b90701a |
---|---|
35 virtual QString getPropertyContainerName() const; | 35 virtual QString getPropertyContainerName() const; |
36 virtual QString getPropertyContainerIconName() const; | 36 virtual QString getPropertyContainerIconName() const; |
37 | 37 |
38 enum SpectrogramSmoothing { | 38 enum SpectrogramSmoothing { |
39 NoSpectrogramSmoothing, | 39 NoSpectrogramSmoothing, |
40 SpectrogramInterpolated, | 40 SpectrogramInterpolated |
41 SpectrogramZeroPadded, | |
42 SpectrogramZeroPaddedAndInterpolated | |
43 }; | 41 }; |
44 | 42 |
45 enum SpectrogramXSmoothing { | 43 enum SpectrogramXSmoothing { |
46 NoSpectrogramXSmoothing, | 44 NoSpectrogramXSmoothing, |
47 SpectrogramXInterpolated | 45 SpectrogramXInterpolated |