Mercurial > code > home > repos > light9
view show/dance2016/effect.n3 @ 1384:6fd81bd4b4a7
song has 25 demo notes. drop Class from EffectClass
Ignore-this: 4e4d40112829b2a46a0ec76145ed80ef
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 09 Jun 2016 05:16:29 +0000 |
parents | 6c2d78dabb8b |
children | 361dbf72618f |
line wrap: on
line source
@prefix : <http://light9.bigasterisk.com/> . @prefix effect: <http://light9.bigasterisk.com/effect/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dev: <http://light9.bigasterisk.com/device/> . effect:RedStrip a :Effect; rdfs:label "red"; :publishAttr :strength; :deviceSetting :ds1, :ds2 . :ds1 :device dev:colorStrip; :attr :red; :value "strength" . :ds2 :device dev:moving1; :attr :red; :value "strength" . effect:BlueStrip a :Effect; rdfs:label "blue"; :publishAttr :strength; :deviceSetting :ds3 . :ds3 :device dev:colorStrip; :attr :blue; :value "strength" . :strength rdfs:label "strength" . effect:usa a :Effect; rdfs:label "USA"; :publishAttr :strength; :code "chase()"; :devices dev:colorStrip, dev:moving1; :fadeShape :fadeCurve1; :chaseTempo 120; :chaseOffset 0; :palette "#ff0000", "#ffffff", "#0000ff" . :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 .