Mercurial > hg > silvet
view testdata/evaluation/transform.ttl @ 270:62b92d9b566a
Max gain of 10 seems like it should be perfectly adequate! (and tests OK)
author | Chris Cannam |
---|---|
date | Wed, 23 Jul 2014 18:36:41 +0100 |
parents | 40684b5dd478 |
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/silvet#silvet> ; vamp:step_size "1024"^^xsd:int ; vamp:block_size "1024"^^xsd:int ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "finetune" ] ; vamp:value "0"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "instrument" ] ; vamp:value "INSTRUMENT_PARAMETER"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "mode" ] ; vamp:value "MODE_PARAMETER"^^xsd:float ; ] ; .