Mercurial > hg > nnls-chroma
comparison NNLSBase.cpp @ 48:6e76c7710fa1 matthiasm-plugin
removed subtraction in chroma dictionary, added to-the-power-of-1.5 in chordino
author | matthiasm |
---|---|
date | Mon, 25 Oct 2010 16:58:32 +0900 |
parents | d01f94d58ef0 |
children | b6cddb109482 |
comparison
equal
deleted
inserted
replaced
47:ea35e6e804f1 | 48:6e76c7710fa1 |
---|---|
164 d0.description = "The bins below the spectral roll-on quantile will be set to 0."; | 164 d0.description = "The bins below the spectral roll-on quantile will be set to 0."; |
165 d0.unit = ""; | 165 d0.unit = ""; |
166 d0.minValue = 0; | 166 d0.minValue = 0; |
167 d0.maxValue = 0.05; | 167 d0.maxValue = 0.05; |
168 d0.defaultValue = 0; | 168 d0.defaultValue = 0; |
169 d0.isQuantized = false; | 169 d0.isQuantized = true; |
170 d0.quantizeStep = 0.005; | |
170 list.push_back(d0); | 171 list.push_back(d0); |
171 | 172 |
172 ParameterDescriptor d1; | 173 ParameterDescriptor d1; |
173 d1.identifier = "tuningmode"; | 174 d1.identifier = "tuningmode"; |
174 d1.name = "tuning mode"; | 175 d1.name = "tuning mode"; |