Mercurial > hg > sonic-annotator
comparison tests/test-midi-destinations/transforms/detectionfunction.n3 @ 149:56dcb5f67ed1 jams
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 14 Oct 2014 11:13:43 +0100 |
parents | 1a6eab755c81 |
children |
comparison
equal
deleted
inserted
replaced
145:3921e0c1f4dd | 149:56dcb5f67ed1 |
---|---|
1 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. | |
2 @prefix vamp: <http://purl.org/ontology/vamp/>. | |
3 @prefix examples: <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#>. | |
4 @prefix : <#>. | |
5 | |
6 :transform0 a vamp:Transform; | |
7 vamp:plugin examples:percussiononsets ; | |
8 vamp:output examples:percussiononsets_output_detectionfunction . | |
9 | |
10 | |
11 |