# HG changeset patch # User cannam # Date 1213971302 0 # Node ID 6b80bb85083b64920fc86671a1d3de81d306b246 # Parent 521ff35b8b4c79197ae364bb79857c23dd108d1a * we spell quantized with a z in the vamp api diff -r 521ff35b8b4c -r 6b80bb85083b rdf/generator/template-generator.cpp --- 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"; diff -r 521ff35b8b4c -r 6b80bb85083b rdf/vamp.n3 --- a/rdf/vamp.n3 Fri Jun 20 14:09:09 2008 +0000 +++ b/rdf/vamp.n3 Fri Jun 20 14:15:02 2008 +0000 @@ -307,9 +307,9 @@ vamp:is_quantized a rdf:Property; a owl:DatatypeProperty; - rdfs:label "is quantised"; + rdfs:label "is quantized"; rdfs:comment """ - Quantised. A boolean type. + Quantized. A boolean type. """; rdfs:domain vamp:PluginOutput; vs:term_status "unstable"; @@ -345,7 +345,7 @@ a owl:DatatypeProperty; rdfs:label "quantized step"; rdfs:comment """ - Quantize step. Only defined if is_quantised is true + Quantize step. Only defined if is_quantized is true """; rdfs:domain vamp:PluginOutput; rdfs:domain vamp:ParameterDescriptor;