Mercurial > hg > dml-open-backendtools
comparison sonic_annotator/vamp_plugins/silvet_settings_slow_finetune_allinstruments.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/silvet#silvet> ; | |
7 vamp:step_size "1024"^^xsd:int ; | |
8 vamp:block_size "1024"^^xsd:int ; | |
9 vamp:parameter_binding [ | |
10 vamp:parameter [ vamp:identifier "finetune" ] ; | |
11 vamp:value "1"^^xsd:float ; | |
12 ] ; | |
13 vamp:parameter_binding [ | |
14 vamp:parameter [ vamp:identifier "instrument" ] ; | |
15 vamp:value "0"^^xsd:float ; | |
16 ] ; | |
17 vamp:parameter_binding [ | |
18 vamp:parameter [ vamp:identifier "mode" ] ; | |
19 vamp:value "1"^^xsd:float ; | |
20 ] ; | |
21 vamp:output <http://vamp-plugins.org/rdf/plugins/silvet#silvet_output_notes> . |