Mercurial > code > home > repos > light9
comparison show/dance2016/song1.n3 @ 1364:b7023c28dd4f
rm demo adjusters. build first real adjuster on originTime of note
Ignore-this: 22f1b870b3f742aa5dc47d9427ba3847
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 06 Jun 2016 06:45:01 +0000 |
parents | 39aa22c3bf0f |
children | e32eee849766 |
comparison
equal
deleted
inserted
replaced
1363:233b81d9bd9d | 1364:b7023c28dd4f |
---|---|
2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
4 @prefix xml: <http://www.w3.org/XML/1998/namespace> . | 4 @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
6 | 6 |
7 ns1:demoResource0 ns1:endTime 120.3 ; | |
8 ns1:startTime 3.421 . | |
9 | |
10 ns1:demoResource1 ns1:endTime 16 ; | |
11 ns1:startTime 6.791 . | |
12 | |
13 ns1:demoResource2 ns1:endTime 60 ; | |
14 ns1:startTime 38 . | |
15 | |
16 ns1:demoResource3 ns1:endTime 62.149 ; | |
17 ns1:startTime 56 . | |
18 | |
19 ns1:demoResource4 ns1:endTime 78.599 ; | |
20 ns1:startTime 73 . | |
21 | |
22 ns1:demoResource5 ns1:endTime 105 ; | |
23 ns1:startTime 87.573 . | |
24 | |
25 ns1:demoResource6 ns1:endTime 113.942 ; | |
26 ns1:startTime 109.328 . | |
27 | |
28 ns1:demoResource7 ns1:endTime 140.711 ; | |
29 ns1:startTime 130.447 . | |
30 | |
31 <http://light9.bigasterisk.com/show/dance2016/song1> ns1:note <http://light9.bigasterisk.com/show/dance2016/song1/n1> . | 7 <http://light9.bigasterisk.com/show/dance2016/song1> ns1:note <http://light9.bigasterisk.com/show/dance2016/song1/n1> . |
32 | 8 |
33 <http://light9.bigasterisk.com/show/dance2016/song1/n1> a ns1:Note ; | 9 <http://light9.bigasterisk.com/show/dance2016/song1/n1> a ns1:Note ; |
34 ns1:curve <http://light9.bigasterisk.com/show/dance2016/song1/n1c1> ; | 10 ns1:curve <http://light9.bigasterisk.com/show/dance2016/song1/n1c1> ; |
35 ns1:originTime 5 . | 11 ns1:originTime 29.932 . |
36 | 12 |
37 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1> a ns1:Curve ; | 13 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1> a ns1:Curve ; |
38 ns1:attr ns1:strength ; | 14 ns1:attr ns1:strength ; |
39 ns1:point <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p0>, | 15 ns1:point <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p0>, |
40 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p1>, | 16 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p1>, |
42 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p3> . | 18 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p3> . |
43 | 19 |
44 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p0> ns1:time 0.00 ; | 20 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p0> ns1:time 0.00 ; |
45 ns1:value 0 . | 21 ns1:value 0 . |
46 | 22 |
47 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p1> ns1:time 0.02 ; | 23 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p1> ns1:time 12.08 ; |
48 ns1:value 1 . | 24 ns1:value 1 . |
49 | 25 |
50 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p2> ns1:time 0.10 ; | 26 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p2> ns1:time 15.10 ; |
51 ns1:value 1 . | 27 ns1:value 1 . |
52 | 28 |
53 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p3> ns1:time 0.65 ; | 29 <http://light9.bigasterisk.com/show/dance2016/song1/n1c1p3> ns1:time 23.65 ; |
54 ns1:value 0 . | 30 ns1:value 0 . |
55 | 31 |