comparison rdf/generator/template-generator.cpp @ 146:6b80bb85083b

* we spell quantized with a z in the vamp api
author cannam
date Fri, 20 Jun 2008 14:15:02 +0000
parents 521ff35b8b4c
children 27da08f3e951
comparison
equal deleted inserted replaced
145:521ff35b8b4c 146:6b80bb85083b
191 "plugbase:"+plugin->getIdentifier()+"_output_"+o.identifier+" a vamp:DenseOutput ;\n\ 191 "plugbase:"+plugin->getIdentifier()+"_output_"+o.identifier+" a vamp:DenseOutput ;\n\
192 vamp:identifier \""+o.identifier+"\" ;\n\ 192 vamp:identifier \""+o.identifier+"\" ;\n\
193 dc:title \""+o.name+"\" ;\n\ 193 dc:title \""+o.name+"\" ;\n\
194 dc:description \""+o.description+"\" ;\n\ 194 dc:description \""+o.description+"\" ;\n\
195 vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\ 195 vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\
196 vamp:is_quantised \""+(o.isQuantized == 1 ? "true" : "false")+"\" ;\n\ 196 vamp:is_quantized \""+(o.isQuantized == 1 ? "true" : "false")+"\" ;\n\
197 vamp:unit \""+(o.unit)+"\" ;\n"; 197 vamp:unit \""+(o.unit)+"\" ;\n";
198 198
199 199
200 200
201 // FIXME ? Bin names may vary based on plugin setup, so including them here might be misleading... 201 // FIXME ? Bin names may vary based on plugin setup, so including them here might be misleading...