changeset 1165:1131e987234d

show 2014 checkpoint Ignore-this: 3603cad1dfb587d8c7cf620c1698faac
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 02:53:21 +0000
parents 65f0179a9254
children f0d752c0a772
files show/dance2014/effectClass.n3 show/dance2014/patch-source.n3 show/dance2014/song8.n3 show/dance2014/sub/front-hi-fill.n3 show/dance2014/sub/pool1.n3 show/dance2014/sub/pool2.n3 show/dance2014/sub/pool3.n3 show/dance2014/sub/sharlyn.n3
diffstat 8 files changed, 180 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/show/dance2014/effectClass.n3	Sun Jun 15 02:23:39 2014 +0000
+++ b/show/dance2014/effectClass.n3	Sun Jun 15 02:53:21 2014 +0000
@@ -19,5 +19,10 @@
     "p3 = Strip.solid('L', (0,0,1))",
     "p4 = Blacklight(1)" 
     .
+
     
+effect:whiteLed a :EffectClass;
+  rdfs:label "whiteLed";
+  :code "out = Strip.solid('LR', (1,1,1))" .
+
     
\ No newline at end of file
--- a/show/dance2014/patch-source.n3	Sun Jun 15 02:23:39 2014 +0000
+++ b/show/dance2014/patch-source.n3	Sun Jun 15 02:53:21 2014 +0000
@@ -1,6 +1,28 @@
 @prefix : <http://light9.bigasterisk.com/prepStatements/> .
 @prefix dmx: <http://light9.bigasterisk.com/dmx/> .
 
+[ :name "f1-blue";   :output dmx:c1 ] .
+[ :name "f2";        :output dmx:c2 ] .
+[ :name "f3";        :output dmx:c3 ] .
+[ :name "f4-pool-l"; :output dmx:c4 ] .
+[ :name "f5-fill";   :output dmx:c5 ] .
+[ :name "sharlyn";   :output dmx:c6 ] .
+[ :name "f7";        :output dmx:c7 ] .
+[ :name "f8-fill";   :output dmx:c8 ] .
+[ :name "f9-pool-r"; :output dmx:c9 ] .
+[ :name "f10";       :output dmx:c10 ] .
+[ :name "f11-blue";  :output dmx:c11 ] .
+[ :name "f12-purp";  :output dmx:c12 ] .
+
+#[ :name "c13"; :output dmx:c13 ] .
+#[ :name "c14"; :output dmx:c14 ] .
+#[ :name "c15"; :output dmx:c15 ] .
+#[ :name "c16"; :output dmx:c16 ] .
+#[ :name "c17"; :output dmx:c17 ] .
+#[ :name "c18"; :output dmx:c18 ] .
+[ :name "down-c-P"; :output dmx:c19 ] .
+#[ :name "c20"; :output dmx:c20 ] .
+
 [ :name "oran1"; :output dmx:c21 ] .
 [ :name "oran2"; :output dmx:c25 ] .
 [ :name "oran3"; :output dmx:c29 ] .
@@ -17,9 +39,21 @@
 [ :name "red2"; :output dmx:c28 ] .
 [ :name "red3"; :output dmx:c32 ] .
 [ :name "red4"; :output dmx:c36 ] .
+
 [ :name "upright"; :output dmx:c37 ] .
 [ :name "upleft"; :output dmx:c38 ] .
 
+#[ :name "c39"; :output dmx:c39 ] .
+#[ :name "c40"; :output dmx:c40 ] .
+#[ :name "c41"; :output dmx:c41 ] .
+
+[ :name "cyc-right"; :output dmx:c42 ] .
+[ :name "cyc-mid"; :output dmx:c43 ] .
+[ :name "cyc-left"; :output dmx:c44 ] .
+
+[ :name "post-l"; :output dmx:c45 ] .
+[ :name "post-r"; :output dmx:c46 ] .
+
 [ :name "strobespeed"; :output dmx:c47 ] .
 [ :name "strobebright"; :output dmx:c48 ] .
 
@@ -44,37 +78,6 @@
 [ :name "b35-x"; :output dmx:c65 ] .
 [ :name "b36-";	 :output dmx:c66 ] .
 
-[ :name "post-l"; :output dmx:c45 ] .
-[ :name "post-r"; :output dmx:c46 ] .
-
-[ :name "c40"; :output dmx:c40 ] .
-
-[ :name "f1-blue";   :output dmx:c1 ] .
-[ :name "f2";        :output dmx:c2 ] .
-[ :name "f3";        :output dmx:c3 ] .
-[ :name "f4-pool-l"; :output dmx:c4 ] .
-[ :name "f5-fill";   :output dmx:c5 ] .
-[ :name "sharlyn";   :output dmx:c6 ] .
-[ :name "f7";        :output dmx:c7 ] .
-[ :name "f8-fill";   :output dmx:c8 ] .
-[ :name "f9-pool-r"; :output dmx:c9 ] .
-[ :name "f10";       :output dmx:c10 ] .
-[ :name "f11-blue";  :output dmx:c11 ] .
-[ :name "f12-purp";  :output dmx:c12 ] .
-
-[ :name ""; :output dmx:c13 ] .
-[ :name "blacklight"; :output dmx:c14 ] .
-[ :name ""; :output dmx:c15 ] .
-[ :name "up-l"; :output dmx:c16 ] .
-[ :name ""; :output dmx:c17 ] .
-[ :name ""; :output dmx:c18 ] .
-[ :name "down-c-P"; :output dmx:c19 ] .
-[ :name "up-r"; :output dmx:c20 ] .
-
-[ :name "cyc-right"; :output dmx:c42 ] .
-[ :name "cyc-mid"; :output dmx:c43 ] .
-[ :name "cyc-left"; :output dmx:c44 ] .
-
 [ :name "house-side"; :output dmx:c68 ] .
 [ :name "house1"; :output dmx:c69 ] .
 [ :name "house4"; :output dmx:c70 ] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/song8.n3	Sun Jun 15 02:53:21 2014 +0000
@@ -0,0 +1,11 @@
+@prefix ns1: <http://light9.bigasterisk.com/> .
+@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#> .
+
+<http://light9.bigasterisk.com/show/dance2014/song8/effect-1> a ns1:Effect,
+        <http://light9.bigasterisk.com/effect/whiteLed> ;
+    rdfs:label "whiteLed" ;
+    ns1:code "out = Strip.solid('LR', (1,1,1))" .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/sub/front-hi-fill.n3	Sun Jun 15 02:53:21 2014 +0000
@@ -0,0 +1,19 @@
+@prefix ns1: <http://light9.bigasterisk.com/> .
+@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#> .
+
+<http://light9.bigasterisk.com/show/dance2014/sub/front-hi-fill> a ns1:Submaster ;
+    rdfs:label "front-hi-fill" ;
+    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402799589.51/map/137729165>,
+        <http://light9.bigasterisk.com/sub/local/1402799589.51/map/318223043> .
+
+<http://light9.bigasterisk.com/sub/local/1402799589.51/map/137729165> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/sub/local/1402799589.51/map/318223043> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill> ;
+    ns1:level 1e+00 .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/sub/pool1.n3	Sun Jun 15 02:53:21 2014 +0000
@@ -0,0 +1,69 @@
+@prefix ns1: <http://light9.bigasterisk.com/> .
+@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#> .
+
+<http://light9.bigasterisk.com/show/dance2014/sub/pool1> a ns1:Submaster ;
+    rdfs:label "pool1" ;
+    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402796973.93/map/101938833>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/198328742>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/258987942>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/444833479>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/461467322>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/560593138>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/576488392>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/662323824>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/715948888>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/747139844>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/969757915>,
+        <http://light9.bigasterisk.com/sub/local/1402796973.93/map/978763526> .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/101938833> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f3> ;
+    ns1:level 0 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/198328742> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f7> ;
+    ns1:level 0 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/258987942> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r> ;
+    ns1:level 0 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/444833479> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue> ;
+    ns1:level 0e+00 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/461467322> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f4-pool-l> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/560593138> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ;
+    ns1:level 0e+00 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/576488392> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp> ;
+    ns1:level 0e+00 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/662323824> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill> ;
+    ns1:level 0 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/715948888> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill> ;
+    ns1:level 0 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/747139844> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f10> ;
+    ns1:level 0 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/969757915> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f2> ;
+    ns1:level 0 .
+
+<http://light9.bigasterisk.com/sub/local/1402796973.93/map/978763526> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue> ;
+    ns1:level 0e+00 .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/sub/pool2.n3	Sun Jun 15 02:53:21 2014 +0000
@@ -0,0 +1,14 @@
+@prefix ns1: <http://light9.bigasterisk.com/> .
+@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#> .
+
+<http://light9.bigasterisk.com/show/dance2014/sub/pool2> a ns1:Submaster ;
+    rdfs:label "pool2" ;
+    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402799556.22/map/123194758> .
+
+<http://light9.bigasterisk.com/sub/local/1402799556.22/map/123194758> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ;
+    ns1:level 1e+00 .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/sub/pool3.n3	Sun Jun 15 02:53:21 2014 +0000
@@ -0,0 +1,14 @@
+@prefix ns1: <http://light9.bigasterisk.com/> .
+@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#> .
+
+<http://light9.bigasterisk.com/show/dance2014/sub/pool3> a ns1:Submaster ;
+    rdfs:label "pool3" ;
+    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402799563.39/map/106585335> .
+
+<http://light9.bigasterisk.com/sub/local/1402799563.39/map/106585335> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r> ;
+    ns1:level 1e+00 .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/sub/sharlyn.n3	Sun Jun 15 02:53:21 2014 +0000
@@ -0,0 +1,14 @@
+@prefix ns1: <http://light9.bigasterisk.com/> .
+@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#> .
+
+<http://light9.bigasterisk.com/show/dance2014/sub/sharlyn> a ns1:Submaster ;
+    rdfs:label "sharlyn" ;
+    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402799573.25/map/214022026> .
+
+<http://light9.bigasterisk.com/sub/local/1402799573.25/map/214022026> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ;
+    ns1:level 1e+00 .
+