1664
|
1 @prefix : <http://light9.bigasterisk.com/> .
|
|
2 @prefix dev: <http://light9.bigasterisk.com/device/> .
|
|
3 @prefix effect: <http://light9.bigasterisk.com/effect/> .
|
|
4 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
5 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
6 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
|
7 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
8
|
|
9
|
|
10
|
|
11 #effect:usa a :mockupEffect; rdfs:label "USA"; :chaseOffset 0;
|
|
12 # :chaseTempo 120; :code "chase()"; :devices dev:colorStrip, dev:moving1;
|
|
13 # :fadeShape :fadeCurve1; :palette "#0000ff", "#ff0000", "#ffffff";
|
|
14 # :publishAttr :strength .
|
|
15
|
|
16 #effect:Strobe a :Effect; rdfs:label "strobe"; :publishAttr :duty, :offset, :rate, :strength .
|
|
17
|
|
18
|
|
19 effect:animRainbow a :Effect; rdfs:label "animRainbow"; :publishAttr :strength, :rate ; :group "anim".
|
|
20 effect:aurawash a :Effect; :publishAttr :strength ; :group "anim".
|
|
21 effect:auraSparkles a :Effect; :publishAttr :strength ; :group "anim".
|
|
22 effect:pulseRainbow a :Effect; rdfs:label "pulseRainbow"; :publishAttr :strength, :rate ; :group "main"; :order 6.
|
|
23
|
|
24 effect:orangeSearch a :Effect; :publishAttr :strength ; :group "anim".
|
|
25 effect:qsweep a :Effect; :publishAttr :strength ; :group "anim".
|
|
26 effect:chase1 a :Effect; :publishAttr :strength ; :group "anim".
|
|
27
|
|
28 effect:lightning a :Effect; :publishAttr :strength ; :group "main"; :order 7.
|
|
29
|
|
30 effect:strobewarm :group "anim".
|
|
31
|
|
32 effect:house :group "main"; :order 3 .
|
|
33 effect:houseside :group "main"; :order 4 .
|
|
34 effect:cyc :group "main"; :order 3 .
|
|
35 effect:qwidecenter :group "main"; rdfs:label "qwidecenter [18]"; :order 5 .
|
|
36 effect:curtain2 :group "main"; :order 2 .
|
|
37
|
|
38 effect:centerSpot a :Effect; rdfs:label "center spot";
|
|
39 :group "main"; :order 1; :publishAttr :strength;
|
|
40 :setting effect:centerSpots0, effect:centerSpots1, effect:centerSpots2, effect:centerSpots3, effect:centerSpots4 .
|
|
41 effect:centerSpots0 :device dev:q2; :deviceAttr :color;
|
|
42 :scaledValue "#ffefdf" .
|
|
43 effect:centerSpots1 :device dev:q2; :deviceAttr :focus;
|
|
44 :value 0.31 .
|
|
45 effect:centerSpots2 :device dev:q2; :deviceAttr :rx;
|
|
46 :value 0.50 .
|
|
47 effect:centerSpots3 :device dev:q2; :deviceAttr :ry;
|
|
48 :value 0.01 .
|
|
49 effect:centerSpots4 :device dev:q2; :deviceAttr :zoom;
|
|
50 :value 0.42 .
|
|
51
|
|
52
|
|
53 :fadeCurve1 a :Curve; :point :fc1p0, :fc1p1, :fc1p2, :fc1p3 .
|
|
54 :fc1p0 :time 0.00; :value 0 .
|
|
55 :fc1p1 :time 0.02; :value 1 .
|
|
56 :fc1p2 :time 0.10; :value 1 .
|
|
57 :fc1p3 :time 0.15; :value 0 .
|
|
58 :strength rdfs:label "strength" .
|