Mercurial > hg > sonic-annotator
view tests/test-transforms-basic/transforms/percussiononsets.n3 @ 168:3e30dbb68ca2 jams
Write time or start/end based simply on whether the feature has them or not, let's not get clever
author | Chris Cannam |
---|---|
date | Wed, 15 Oct 2014 15:20:16 +0100 |
parents | 7a31201dc42d |
children |
line wrap: on
line source
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix vamp: <http://purl.org/ontology/vamp/>. @prefix examples: <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#>. @prefix : <#>. :transform0 a vamp:Transform; vamp:plugin examples:percussiononsets ; vamp:output examples:percussiononsets_output_onsets ; vamp:step_size "512"; vamp:block_size "1024"; vamp:parameter_binding :param0 ; vamp:parameter_binding :param1 . :param0 a vamp:ParameterBinding; vamp:parameter [ vamp:identifier "sensitivity" ]; vamp:value "40". :param1 a vamp:ParameterBinding; vamp:parameter examples:percussiononsets_param_threshold; vamp:value "3".