comparison sonic_annotator/vamp_plugins/qm-constantq_standard.n3 @ 0:e34cf1b6fe09 tip

commit
author Daniel Wolff
date Sat, 20 Feb 2016 18:14:24 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e34cf1b6fe09
1 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2 @prefix vamp: <http://purl.org/ontology/vamp/> .
3 @prefix : <#> .
4
5 :transform a vamp:Transform ;
6 vamp:plugin <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-constantq> ;
7 vamp:step_size "2048"^^xsd:int ;
8 vamp:block_size "16384"^^xsd:int ;
9 vamp:plugin_version """3""" ;
10 vamp:parameter_binding [
11 vamp:parameter [ vamp:identifier "bpo" ] ;
12 vamp:value "12"^^xsd:float ;
13 ] ;
14 vamp:parameter_binding [
15 vamp:parameter [ vamp:identifier "maxpitch" ] ;
16 vamp:value "84"^^xsd:float ;
17 ] ;
18 vamp:parameter_binding [
19 vamp:parameter [ vamp:identifier "minpitch" ] ;
20 vamp:value "36"^^xsd:float ;
21 ] ;
22 vamp:parameter_binding [
23 vamp:parameter [ vamp:identifier "normalized" ] ;
24 vamp:value "0"^^xsd:float ;
25 ] ;
26 vamp:parameter_binding [
27 vamp:parameter [ vamp:identifier "tuning" ] ;
28 vamp:value "440"^^xsd:float ;
29 ] ;
30 vamp:output <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-constantq_output_constantq> .