Mercurial > code > home > repos > light9
annotate show/dance2016/song1.n3 @ 1371:6c2d78dabb8b
show data, sample notes & effects
Ignore-this: 8beebd464daa5c084ec3df4cc7059fd7
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 07 Jun 2016 10:50:35 +0000 |
parents | e32eee849766 |
children | 6fd81bd4b4a7 |
rev | line source |
---|---|
1368 | 1 @prefix : <http://light9.bigasterisk.com/> . |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
2 @prefix effect: <http://light9.bigasterisk.com/effect/> . |
1349
d28e8b76b36f
show 2016 checkpoint
Drew Perttula <drewp@bigasterisk.com>
parents:
1347
diff
changeset
|
3 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
d28e8b76b36f
show 2016 checkpoint
Drew Perttula <drewp@bigasterisk.com>
parents:
1347
diff
changeset
|
4 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
1368 | 5 @prefix song: <http://light9.bigasterisk.com/show/dance2016/song1/> . |
1349
d28e8b76b36f
show 2016 checkpoint
Drew Perttula <drewp@bigasterisk.com>
parents:
1347
diff
changeset
|
6 @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
d28e8b76b36f
show 2016 checkpoint
Drew Perttula <drewp@bigasterisk.com>
parents:
1347
diff
changeset
|
7 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
d28e8b76b36f
show 2016 checkpoint
Drew Perttula <drewp@bigasterisk.com>
parents:
1347
diff
changeset
|
8 |
1368 | 9 :a01 :effectAttr :chaseOffset ; |
10 :value 0.12 . | |
1359 | 11 |
1368 | 12 <http://light9.bigasterisk.com/show/dance2016/song1> :note song:n1, |
13 song:n2 . | |
14 | |
15 :ao0 :effectAttr :chaseTempo ; | |
16 :value 100 . | |
1349
d28e8b76b36f
show 2016 checkpoint
Drew Perttula <drewp@bigasterisk.com>
parents:
1347
diff
changeset
|
17 |
1368 | 18 song:n1 a :Note ; |
19 :attrOverride :ao0, | |
20 :ao1 ; | |
21 :curve song:n1c1 ; | |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
22 :effectClass effect:RedStrip ; |
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
23 :originTime 30.824 . |
1368 | 24 |
25 song:n1c1 a :Curve ; | |
26 :attr :strength ; | |
27 :point song:n1c1p0, | |
28 song:n1c1p1, | |
29 song:n1c1p2, | |
30 song:n1c1p3 . | |
31 | |
32 song:n1c1p0 :time 0.00 ; | |
33 :value 0 . | |
34 | |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
35 song:n1c1p1 :time 1 ; |
1368 | 36 :value 1 . |
1359 | 37 |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
38 song:n1c1p2 :time 2 ; |
1368 | 39 :value 1 . |
1349
d28e8b76b36f
show 2016 checkpoint
Drew Perttula <drewp@bigasterisk.com>
parents:
1347
diff
changeset
|
40 |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
41 song:n1c1p3 :time 3 ; |
1368 | 42 :value 0 . |
43 | |
44 song:n2 a :Note ; | |
45 :curve song:n2c1 ; | |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
46 :effectClass effect:BlueStrip ; |
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
47 :originTime 33.161 . |
1349
d28e8b76b36f
show 2016 checkpoint
Drew Perttula <drewp@bigasterisk.com>
parents:
1347
diff
changeset
|
48 |
1368 | 49 song:n2c1 a :Curve ; |
50 :attr :strength ; | |
51 :point song:n2c1p0, | |
52 song:n2c1p1, | |
53 song:n2c1p2, | |
54 song:n2c1p3 . | |
55 | |
56 song:n2c1p0 :time 0.00 ; | |
57 :value 0 . | |
1359 | 58 |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
59 song:n2c1p1 :time 1 ; |
1368 | 60 :value 1 . |
1359 | 61 |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
62 song:n2c1p2 :time 2 ; |
1368 | 63 :value 1 . |
64 | |
1371
6c2d78dabb8b
show data, sample notes & effects
Drew Perttula <drewp@bigasterisk.com>
parents:
1368
diff
changeset
|
65 song:n2c1p3 :time 3 ; |
1368 | 66 :value 0 . |
67 |