Mercurial > hg > sonic-annotator
comparison tests/expected/transforms-summaries-percussiononsets-from-rdf.n3 @ 19:bd1deebe1129
* Set track metadata only if non-empty (the RDF feature writer tests for
existence rather than non-emptiness when determining whether to write
a track)
author | Chris Cannam |
---|---|
date | Tue, 02 Jun 2009 09:48:04 +0000 |
parents | 0f7c8b9410ef |
children | 102bb1729184 |
comparison
equal
deleted
inserted
replaced
18:4eab258f3505 | 19:bd1deebe1129 |
---|---|
15 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | 15 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; |
16 vamp:sample_rate "44100"^^xsd:float ; | 16 vamp:sample_rate "44100"^^xsd:float ; |
17 vamp:step_size "512"^^xsd:int ; | 17 vamp:step_size "512"^^xsd:int ; |
18 a vamp:Transform . | 18 a vamp:Transform . |
19 | 19 |
20 mo:encodes :signal_1 ; | |
20 a mo:AudioFile . | 21 a mo:AudioFile . |
21 | 22 |
22 :signal_1 | 23 :signal_1 |
23 mo:time [ | 24 mo:time [ |
24 tl:onTimeLine :signal_timeline_1 ; | 25 tl:onTimeLine :signal_timeline_1 ; |
25 a tl:Interval | 26 a tl:Interval |
26 ] ; | 27 ] ; |
27 a mo:Signal . | 28 a mo:Signal . |
29 | |
30 :signal_timeline_1 | |
31 a tl:Timeline . | |
28 | 32 |
29 :event_2 | 33 :event_2 |
30 event:time [ | 34 event:time [ |
31 tl:at "PT0.777868480S"^^xsd:duration ; | 35 tl:at "PT0.777868480S"^^xsd:duration ; |
32 tl:onTimeLine :signal_timeline_1 ; | 36 tl:onTimeLine :signal_timeline_1 ; |