Mercurial > hg > vamp-plugin-sdk
diff 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 |
line wrap: on
line diff
--- a/rdf/generator/template-generator.cpp Fri Jun 20 14:09:09 2008 +0000 +++ b/rdf/generator/template-generator.cpp Fri Jun 20 14:15:02 2008 +0000 @@ -193,7 +193,7 @@ dc:title \""+o.name+"\" ;\n\ dc:description \""+o.description+"\" ;\n\ vamp:fixed_bin_count \""+(o.hasFixedBinCount == 1 ? "true" : "false")+"\" ;\n\ - vamp:is_quantised \""+(o.isQuantized == 1 ? "true" : "false")+"\" ;\n\ + vamp:is_quantized \""+(o.isQuantized == 1 ? "true" : "false")+"\" ;\n\ vamp:unit \""+(o.unit)+"\" ;\n";