comparison rdf/generator/vamp-rdf-template-generator.cpp @ 273:de3e865f92c8 vamp-plugin-sdk-v2.0

* Add transform summary type; use long quotes for descriptions; turn off debug
author cannam
date Fri, 05 Dec 2008 16:25:58 +0000
parents 93c81a6c917a
children 34754c776530
comparison
equal deleted inserted replaced
272:9dc3a5e17600 273:de3e865f92c8
222 222
223 res=\ 223 res=\
224 "plugbase:"+plugin->getIdentifier()+"_output_"+o.identifier+" a vamp:SparseOutput ;\n\ 224 "plugbase:"+plugin->getIdentifier()+"_output_"+o.identifier+" a vamp:SparseOutput ;\n\
225 vamp:identifier \""+o.identifier+"\" ;\n\ 225 vamp:identifier \""+o.identifier+"\" ;\n\
226 dc:title \""+o.name+"\" ;\n\ 226 dc:title \""+o.name+"\" ;\n\
227 dc:description \""+o.description+"\" ;\n\ 227 dc:description \"\"\""+o.description+"\"\"\" ;\n\
228 vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\ 228 vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\
229 vamp:unit \""+(o.unit)+"\" ;\n"; 229 vamp:unit \""+(o.unit)+"\" ;\n";
230 230
231 231
232 //another type of output 232 //another type of output
281 281
282 res=\ 282 res=\
283 "plugbase:"+plugin->getIdentifier()+"_output_"+o.identifier+" a vamp:DenseOutput ;\n\ 283 "plugbase:"+plugin->getIdentifier()+"_output_"+o.identifier+" a vamp:DenseOutput ;\n\
284 vamp:identifier \""+o.identifier+"\" ;\n\ 284 vamp:identifier \""+o.identifier+"\" ;\n\
285 dc:title \""+o.name+"\" ;\n\ 285 dc:title \""+o.name+"\" ;\n\
286 dc:description \""+o.description+"\" ;\n\ 286 dc:description \"\"\""+o.description+"\"\"\" ;\n\
287 vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\ 287 vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\
288 vamp:unit \""+(o.unit)+"\" ;\n"; 288 vamp:unit \""+(o.unit)+"\" ;\n";
289 289
290 290
291 //another type of output 291 //another type of output