1271
|
1 @prefix ns1: <http://light9.bigasterisk.com/> .
|
|
2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
4 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
|
5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
6
|
|
7 <http://light9.bigasterisk.com/show/dance2015/song14> ns1:curve <http://light9.bigasterisk.com/show/dance2015/song14/curve-1>,
|
|
8 <http://light9.bigasterisk.com/show/dance2015/song14/curve-2>,
|
|
9 <http://light9.bigasterisk.com/show/dance2015/song14/curve-3>,
|
1397
|
10 <http://light9.bigasterisk.com/show/dance2015/song14/curve-4>,
|
1398
|
11 <http://light9.bigasterisk.com/show/dance2015/song14/curve-5>,
|
1399
|
12 <http://light9.bigasterisk.com/show/dance2015/song14/curve-6>,
|
1404
|
13 <http://light9.bigasterisk.com/show/dance2015/song14/curve-7>,
|
|
14 <http://light9.bigasterisk.com/show/dance2015/song14/curve-8> ;
|
1271
|
15 ns1:effect <http://light9.bigasterisk.com/show/dance2015/song14/effect-1>,
|
|
16 <http://light9.bigasterisk.com/show/dance2015/song14/effect-2>,
|
|
17 <http://light9.bigasterisk.com/show/dance2015/song14/effect-3>,
|
1397
|
18 <http://light9.bigasterisk.com/show/dance2015/song14/effect-4>,
|
1398
|
19 <http://light9.bigasterisk.com/show/dance2015/song14/effect-5>,
|
1399
|
20 <http://light9.bigasterisk.com/show/dance2015/song14/effect-6>,
|
1404
|
21 <http://light9.bigasterisk.com/show/dance2015/song14/effect-7>,
|
|
22 <http://light9.bigasterisk.com/show/dance2015/song14/effect-8> .
|
1271
|
23
|
|
24 <http://light9.bigasterisk.com/show/dance2015/song14/curve-1> a ns1:Curve ;
|
|
25 rdfs:label "center" .
|
|
26
|
|
27 <http://light9.bigasterisk.com/show/dance2015/song14/curve-2> a ns1:Curve ;
|
|
28 rdfs:label "cools" .
|
|
29
|
|
30 <http://light9.bigasterisk.com/show/dance2015/song14/curve-3> a ns1:Curve ;
|
|
31 rdfs:label "f-normal" .
|
|
32
|
|
33 <http://light9.bigasterisk.com/show/dance2015/song14/curve-4> a ns1:Curve ;
|
|
34 rdfs:label "full" .
|
|
35
|
1397
|
36 <http://light9.bigasterisk.com/show/dance2015/song14/curve-5> a ns1:Curve ;
|
|
37 rdfs:label "whiteLed" .
|
|
38
|
1398
|
39 <http://light9.bigasterisk.com/show/dance2015/song14/curve-6> a ns1:Curve ;
|
|
40 rdfs:label "frontrand chase" .
|
|
41
|
1399
|
42 <http://light9.bigasterisk.com/show/dance2015/song14/curve-7> a ns1:Curve ;
|
|
43 rdfs:label "slow color chase" .
|
|
44
|
1404
|
45 <http://light9.bigasterisk.com/show/dance2015/song14/curve-8> a ns1:Curve ;
|
|
46 rdfs:label "strobe" .
|
|
47
|
1271
|
48 <http://light9.bigasterisk.com/show/dance2015/song14/effect-1> a ns1:Effect ;
|
|
49 rdfs:label "center" ;
|
|
50 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-1>",
|
|
51 "out = <http://light9.bigasterisk.com/show/dance2015/sub/center> * env" .
|
|
52
|
|
53 <http://light9.bigasterisk.com/show/dance2015/song14/effect-2> a ns1:Effect ;
|
|
54 rdfs:label "cools" ;
|
|
55 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-2>",
|
|
56 "out = <http://light9.bigasterisk.com/show/dance2015/sub/cools> * env" .
|
|
57
|
|
58 <http://light9.bigasterisk.com/show/dance2015/song14/effect-3> a ns1:Effect ;
|
|
59 rdfs:label "f-normal" ;
|
|
60 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-3>",
|
|
61 "out = <http://light9.bigasterisk.com/show/dance2015/sub/f-normal> * env" .
|
|
62
|
|
63 <http://light9.bigasterisk.com/show/dance2015/song14/effect-4> a ns1:Effect ;
|
|
64 rdfs:label "full" ;
|
|
65 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-4>",
|
|
66 "out = <http://light9.bigasterisk.com/show/dance2015/sub/full> * env" .
|
|
67
|
1397
|
68 <http://light9.bigasterisk.com/show/dance2015/song14/effect-5> a ns1:Effect,
|
|
69 <http://light9.bigasterisk.com/effect/whiteLed> ;
|
|
70 rdfs:label "whiteLed" ;
|
|
71 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-5>",
|
|
72 "out = [Strip.solid('LR', (1,1,1)) * env, Strip.solid('W', (1,.5,.5)) * env]" .
|
|
73
|
1398
|
74 <http://light9.bigasterisk.com/show/dance2015/song14/effect-6> a ns1:Effect,
|
|
75 <http://light9.bigasterisk.com/effect/frontrandChase> ;
|
|
76 rdfs:label "frontrand chase" ;
|
|
77 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-6>",
|
|
78 "out = chase(t, names=frontrand, ontime=.25, offset=0) * env" .
|
|
79
|
1399
|
80 <http://light9.bigasterisk.com/show/dance2015/song14/effect-7> a ns1:Effect,
|
|
81 <http://light9.bigasterisk.com/effect/slowColor> ;
|
|
82 rdfs:label "slow color chase" ;
|
|
83 ns1:code "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)",
|
|
84 "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-7>",
|
|
85 "out = [r*env,y*env,b*env]",
|
|
86 "period = 1",
|
|
87 "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)",
|
|
88 "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)" .
|
|
89
|
1404
|
90 <http://light9.bigasterisk.com/show/dance2015/song14/effect-8> a ns1:Effect ;
|
|
91 rdfs:label "strobe" ;
|
|
92 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-8>",
|
|
93 "out = <http://light9.bigasterisk.com/show/dance2015/sub/strobe> * env" .
|
|
94
|