Mercurial > hg > qm-vamp-plugins
comparison plugins/DWT.cpp @ 119:2416ef0e9319
* Some fixes prompted by vamp-plugin-tester
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 08 Jun 2009 12:31:08 +0000 |
parents | 4f18ecc172f0 |
children | fb4688d2cca5 |
comparison
equal
deleted
inserted
replaced
118:4a354c18e688 | 119:2416ef0e9319 |
---|---|
149 d.quantizeStep = 1.0f; | 149 d.quantizeStep = 1.0f; |
150 list.push_back(d); | 150 list.push_back(d); |
151 | 151 |
152 d.identifier = "wavelet"; | 152 d.identifier = "wavelet"; |
153 d.name = "Wavelet"; | 153 d.name = "Wavelet"; |
154 d.description = ""; | 154 d.description = "Wavelet type to use"; |
155 d.unit = ""; | 155 d.unit = ""; |
156 d.minValue = 0.f; | 156 d.minValue = 0.f; |
157 d.maxValue = int(Wavelet::LastType); | 157 d.maxValue = int(Wavelet::LastType); |
158 d.defaultValue = int(Wavelet::Haar); | 158 d.defaultValue = int(Wavelet::Haar); |
159 d.isQuantized = true; | 159 d.isQuantized = true; |