Files
@ b1d8abc96f06
Branch filter:
Location: light9/show/dance2016/effect.n3 - annotation
b1d8abc96f06
1.7 KiB
text/plain
don't run rotations to zero when no one is requesting them.
Ignore-this: 48894c486ba3ac9a229a3b34d4b81a0b
Ignore-this: 48894c486ba3ac9a229a3b34d4b81a0b
6c2d78dabb8b 278b76976e00 6c2d78dabb8b 278b76976e00 6c2d78dabb8b 278b76976e00 278b76976e00 6c2d78dabb8b 6c2d78dabb8b 278b76976e00 278b76976e00 278b76976e00 6c2d78dabb8b 038eca7ff708 50fe80faebab 50fe80faebab 50fe80faebab 278b76976e00 278b76976e00 278b76976e00 278b76976e00 74d803ff3c11 a7a17dd7dc20 a156742f2005 6c2d78dabb8b 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 278b76976e00 6c2d78dabb8b 6c2d78dabb8b 6c2d78dabb8b 6c2d78dabb8b 278b76976e00 | @prefix : <http://light9.bigasterisk.com/> .
@prefix dev: <http://light9.bigasterisk.com/device/> .
@prefix effect: <http://light9.bigasterisk.com/effect/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
effect:Strobe a :Effect; rdfs:label "strobe"; :publishAttr :duty, :offset, :rate, :strength .
effect:animRainbow a :Effect; rdfs:label "animRainbow"; :publishAttr :strength, :rate .
effect:usa a :mockupEffect; rdfs:label "USA"; :chaseOffset 0;
:chaseTempo 120; :code "chase()"; :devices dev:colorStrip, dev:moving1;
:fadeShape :fadeCurve1; :palette "#0000ff", "#ff0000", "#ffffff";
:publishAttr :strength .
effect:house :group "main" .
effect:cyc :group "main" .
effect:centerSpot a :Effect; rdfs:label "center spot";
:group "main"; :order 3; :publishAttr :strength;
:setting effect:centerSpots0, effect:centerSpots1, effect:centerSpots2, effect:centerSpots3, effect:centerSpots4 .
effect:centerSpots0 :device dev:q2; :deviceAttr :color;
:scaledValue "#ffffff" .
effect:centerSpots1 :device dev:q2; :deviceAttr :focus;
:value 0.31 .
effect:centerSpots2 :device dev:q2; :deviceAttr :rx;
:value 0.50 .
effect:centerSpots3 :device dev:q2; :deviceAttr :ry;
:value 0.26 .
effect:centerSpots4 :device dev:q2; :deviceAttr :zoom;
:value 0.42 .
:fadeCurve1 a :Curve; :point :fc1p0, :fc1p1, :fc1p2, :fc1p3 .
:fc1p0 :time 0.00; :value 0 .
:fc1p1 :time 0.02; :value 1 .
:fc1p2 :time 0.10; :value 1 .
:fc1p3 :time 0.15; :value 0 .
:strength rdfs:label "strength" .
|