diff show/dance2015/sub/blue.n3 @ 1256:ea2b23f59884

checkpoint show data Ignore-this: 82af460db06604de5b16ea20bfc0900e
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 13 Jun 2015 06:49:49 +0000
parents b5b841cee380
children 86387784ff4b
line wrap: on
line diff
--- a/show/dance2015/sub/blue.n3	Sat Jun 13 06:39:03 2015 +0000
+++ b/show/dance2015/sub/blue.n3	Sat Jun 13 06:49:49 2015 +0000
@@ -7,6 +7,7 @@
 <http://light9.bigasterisk.com/show/dance2013/sub/blue> a ns1:Submaster ;
     rdfs:label "blue" ;
     ns1:color "#0000ff" ;
+    ns1:drivesEffect <http://light9.bigasterisk.com/show/dance2015/blueLed> ;
     ns1:group "color" ;
     ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/285520676>,
         <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/564473998>,
@@ -27,5 +28,9 @@
 
 <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/754352965> a ns1:ChannelSetting ;
     ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue1> ;
-    ns1:level 1e+00 .
+    ns1:level 1 .
 
+<http://light9.bigasterisk.com/show/dance2015/blueLed> a ns1:Effect ;
+    ns1:code "level = currentSubLevel(<http://light9.bigasterisk.com/show/dance2013/sub/blue>)",
+        "out = Strip.solid('LRW', (0,0,1)) * level" .
+