1236
|
1 @prefix : <http://light9.bigasterisk.com/> .
|
|
2 @prefix effect: <http://light9.bigasterisk.com/effect/> .
|
|
3 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
4 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
5 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
|
6 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
7
|
|
8 @prefix ch: <http://light9.bigasterisk.com/theater/piedmont/channel/> .
|
|
9 @prefix chase: <http://light9.bigasterisk.com/chase/> .
|
|
10
|
|
11 # when these are inserted, a curve called 'env' will be added to this
|
|
12 # code, so multiply by that. Also if you mention 'music' anywhere, an
|
|
13 # output 'music' will be set to the current song.
|
|
14
|
|
15
|
|
16 effect:cycFlash a :EffectClass;
|
|
17 rdfs:label "cycFlash";
|
|
18 :code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * nsin(t*2) * env" .
|
|
19
|
|
20 # Notes for quneo pads:
|
|
21 # 48 49 50 51
|
|
22 # 44 45 46 47
|
|
23 # 40 41 42 43
|
|
24 # 36 37 38 39
|
|
25
|
|
26
|
|
27 effect:cycToMusic a :EffectClass; rdfs:label "cyc to music";
|
|
28 :quneoNote 36;
|
|
29 :code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * music * env" .
|
|
30
|
|
31
|
|
32 effect:fullToMusic a :EffectClass; rdfs:label "full to music";
|
|
33 :quneoNote 38;
|
1271
|
34 :code "out = <http://light9.bigasterisk.com/show/dance2015/sub/full> * music * env" .
|
1236
|
35
|
|
36 effect:blacklight a :EffectClass;
|
|
37 rdfs:label "blacklight";
|
|
38 :quneoNote 37;
|
|
39 :code
|
|
40 "out = [env * p1, env * p2, env * p4]",
|
|
41 "p1 = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .3",
|
1393
|
42 "p2 = Strip.solid('LRW', (0,0,1))",
|
1236
|
43 "p4 = Blacklight(1)"
|
|
44 .
|
|
45
|
|
46 effect:whiteLed a :EffectClass;
|
|
47 rdfs:label "whiteLed";
|
1393
|
48 :code "out = [Strip.solid('LR', (1,1,1)) * env, Strip.solid('W', (1,.5,.5)) * env]" .
|
1236
|
49
|
|
50 effect:slowColor a :EffectClass;
|
|
51 rdfs:label "slow color chase";
|
|
52 :quneoNote 37;
|
|
53 :code
|
|
54 "period = 5",
|
|
55 "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)",
|
|
56 "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)",
|
|
57 "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)",
|
|
58 "out = [r*env,y*env,b*env]"
|
|
59 .
|
|
60
|
|
61 chase:backchase a :Chase; :channels (
|
1393
|
62 <http://light9.bigasterisk.com/theater/piedmont/channel/b14>
|
|
63 <http://light9.bigasterisk.com/theater/piedmont/channel/b15>
|
|
64 <http://light9.bigasterisk.com/theater/piedmont/channel/b21>
|
|
65 <http://light9.bigasterisk.com/theater/piedmont/channel/b22>
|
|
66 <http://light9.bigasterisk.com/theater/piedmont/channel/b23>
|
|
67 <http://light9.bigasterisk.com/theater/piedmont/channel/b24>
|
|
68 <http://light9.bigasterisk.com/theater/piedmont/channel/b25>
|
|
69 <http://light9.bigasterisk.com/theater/piedmont/channel/b26>
|
|
70 <http://light9.bigasterisk.com/theater/piedmont/channel/b32>
|
|
71 <http://light9.bigasterisk.com/theater/piedmont/channel/b33>
|
1236
|
72 ) .
|
|
73
|
1397
|
74 chase:midrand a :Chase; :channels (
|
|
75 ch:down-c1 ch:down-wide ch:down-c3 ch:down-c4 ch:down-wide ch:down-c1 ch:down-c3 ch:down-c2 ch:down-c3 ch:down-c4 ch:down-wide ch:down-c1 ch:down-c4 ch:down-c2 ch:down-wide ch:down-c2 ch:down-c4 ch:down-c1
|
|
76 ) .
|
|
77
|
|
78 effect:midChase a :EffectClass;
|
|
79 rdfs:label "mid chase";
|
|
80 :code "out = chase(t, names=midrand, ontime=.3, offset=-.11) * env" .
|
1236
|
81
|
|
82 effect:backChase a :EffectClass;
|
|
83 rdfs:label "back chase";
|
|
84 :code "out = chase(t, names=backchase, ontime=.3, offset=-.11) * env" .
|
|
85
|
|
86 effect:backChaseSlower a :EffectClass;
|
|
87 rdfs:label "back chase slower";
|
|
88 :code "out = chase(t, names=backchase, ontime=.7, offset=-.11) * env" .
|
|
89
|
|
90 chase:frontrand a :Chase; :channels (
|
1398
|
91 <http://light9.bigasterisk.com/theater/piedmont/channel/f11>
|
1236
|
92 <http://light9.bigasterisk.com/theater/piedmont/channel/f3>
|
1398
|
93 <http://light9.bigasterisk.com/theater/piedmont/channel/f8>
|
|
94 <http://light9.bigasterisk.com/theater/piedmont/channel/f9>
|
1236
|
95 <http://light9.bigasterisk.com/theater/piedmont/channel/f10>
|
1398
|
96 <http://light9.bigasterisk.com/theater/piedmont/channel/f1>
|
|
97 <http://light9.bigasterisk.com/theater/piedmont/channel/f4>
|
|
98 <http://light9.bigasterisk.com/theater/piedmont/channel/f5>
|
1236
|
99 <http://light9.bigasterisk.com/theater/piedmont/channel/f7>
|
1398
|
100 <http://light9.bigasterisk.com/theater/piedmont/channel/f2-out>
|
1236
|
101 <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn>
|
1398
|
102 <http://light9.bigasterisk.com/theater/piedmont/channel/f12-out>
|
1236
|
103 ) .
|
|
104
|
|
105
|
|
106 effect:frontrandChase a :EffectClass;
|
|
107 rdfs:label "frontrand chase";
|
|
108 :code "out = chase(t, names=frontrand, ontime=.3, offset=-.11) * env" .
|