Mercurial > hg > audiodb
view examples/iAudioDB/rdf/qm_chroma.n3 @ 770:c54bc2ffbf92 tip
update tags
author | convert-repo |
---|---|
date | Fri, 16 Dec 2011 11:34:01 +0000 |
parents | e78e5a80b73d |
children |
line wrap: on
line source
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix vamp: <http://purl.org/ontology/vamp/> . @prefix : <#> . :transform a vamp:Transform ; vamp:plugin <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-chromagram> ; vamp:step_size "HOP_SIZE"^^xsd:int ; vamp:block_size "WINDOW_SIZE"^^xsd:int ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "bpo" ] ; vamp:value "12"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "maxpitch" ] ; vamp:value "96"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "minpitch" ] ; vamp:value "36"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "normalization" ] ; vamp:value "0"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "tuning" ] ; vamp:value "440"^^xsd:float ; ] ; vamp:output <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-chromagram_output_chromagram> .