Mercurial > hg > lowfreq
comparison LowFreq.cpp @ 1:411c5c28fc43
Makefiles, and build fix
author | Chris Cannam |
---|---|
date | Wed, 05 Mar 2014 10:47:15 +0000 |
parents | b26975f6a1f1 |
children | a84bae4ee627 |
comparison
equal
deleted
inserted
replaced
0:b26975f6a1f1 | 1:411c5c28fc43 |
---|---|
98 d.maxValue = 10; | 98 d.maxValue = 10; |
99 d.defaultValue = defaultPShort; | 99 d.defaultValue = defaultPShort; |
100 d.isQuantized = false; | 100 d.isQuantized = false; |
101 list.push_back(d); | 101 list.push_back(d); |
102 | 102 |
103 ParameterDescriptor d; | |
104 d.identifier = "p_long"; | 103 d.identifier = "p_long"; |
105 d.name = "Longest Period"; | 104 d.name = "Longest Period"; |
106 d.description = "Period in seconds of the lowest-frequency component to include in the spectrogram. That is, 1/f where f is the lowest frequency (in Hz) spanned by the spectrogram."; | 105 d.description = "Period in seconds of the lowest-frequency component to include in the spectrogram. That is, 1/f where f is the lowest frequency (in Hz) spanned by the spectrogram."; |
107 d.unit = "s"; | 106 d.unit = "s"; |
108 d.minValue = 0.01; | 107 d.minValue = 0.01; |