Mercurial > hg > sonic-annotator
view tests/test-transforms-basic/transforms/percussiononsets-set-step-and-block-size.n3 @ 121:5200446bbc6b test-reorg
Check for multiple transforms. But one of these tests fails, so we'd better go back to development branch and sort out why!
author | Chris Cannam |
---|---|
date | Wed, 08 Oct 2014 15:38:34 +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 "345"; vamp:block_size "512".