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
|
|
37
|
|
38 effect:blacklight a :EffectClass;
|
|
39 rdfs:label "blacklight";
|
|
40 :quneoNote 37;
|
|
41 :code
|
|
42 "out = [env * p1, env * p2, env * p4]",
|
|
43 "p1 = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .3",
|
|
44 "p2 = Strip.solid('LR', (0,0,1))",
|
|
45 "p4 = Blacklight(1)"
|
|
46 .
|
|
47
|
|
48
|
|
49 effect:whiteLed a :EffectClass;
|
|
50 rdfs:label "whiteLed";
|
|
51 :code "out = Strip.solid('LR', (1,1,1)) * env" .
|
|
52
|
|
53
|
|
54 effect:slowColor a :EffectClass;
|
|
55 rdfs:label "slow color chase";
|
|
56 :quneoNote 37;
|
|
57 :code
|
|
58 "period = 5",
|
|
59 "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)",
|
|
60 "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)",
|
|
61 "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)",
|
|
62 "out = [r*env,y*env,b*env]"
|
|
63 .
|
|
64
|
|
65 chase:backchase a :Chase; :channels (
|
|
66 <http://light9.bigasterisk.com/theater/piedmont/channel/b14-yel>
|
|
67 <http://light9.bigasterisk.com/theater/piedmont/channel/b15-red>
|
|
68 <http://light9.bigasterisk.com/theater/piedmont/channel/b21-edge>
|
|
69 <http://light9.bigasterisk.com/theater/piedmont/channel/b22-c>
|
|
70 <http://light9.bigasterisk.com/theater/piedmont/channel/b26-edge>
|
|
71 <http://light9.bigasterisk.com/theater/piedmont/channel/b32-red>
|
|
72 <http://light9.bigasterisk.com/theater/piedmont/channel/b34-yel>
|
|
73 ) .
|
|
74
|
|
75
|
|
76 effect:backChase a :EffectClass;
|
|
77 rdfs:label "back chase";
|
|
78 :code "out = chase(t, names=backchase, ontime=.3, offset=-.11) * env" .
|
|
79
|
|
80 effect:backChaseSlower a :EffectClass;
|
|
81 rdfs:label "back chase slower";
|
|
82 :code "out = chase(t, names=backchase, ontime=.7, offset=-.11) * env" .
|
|
83
|
|
84 chase:frontrand a :Chase; :channels (
|
|
85 <http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue>
|
|
86 <http://light9.bigasterisk.com/theater/piedmont/channel/f3>
|
|
87 <http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill>
|
|
88 <http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r>
|
|
89 <http://light9.bigasterisk.com/theater/piedmont/channel/f10>
|
|
90 <http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue>
|
|
91 <http://light9.bigasterisk.com/theater/piedmont/channel/f4-pool-l>
|
|
92 <http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill>
|
|
93 <http://light9.bigasterisk.com/theater/piedmont/channel/f7>
|
|
94 <http://light9.bigasterisk.com/theater/piedmont/channel/f2>
|
|
95 <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn>
|
|
96 <http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp>
|
|
97 ) .
|
|
98
|
|
99
|
|
100 effect:frontrandChase a :EffectClass;
|
|
101 rdfs:label "frontrand chase";
|
|
102 :code "out = chase(t, names=frontrand, ontime=.3, offset=-.11) * env" .
|