changeset 1163:9973d4623928

show 2014 checkpoint Ignore-this: 85002f84ca149326db9f253794a14cec
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 02:21:24 +0000
parents 487f0877b7c6
children 65f0179a9254
files show/dance2014/networking.n3 show/dance2014/patch-source.n3 show/dance2014/snapshots.n3 show/dance2014/song10.n3 show/dance2014/song10/curve-1.n3 show/dance2014/song17.n3 show/dance2014/song17/curve-1.n3 show/dance2014/sub/fronts.n3 show/dance2014/sub/patio.n3
diffstat 9 files changed, 145 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/show/dance2014/networking.n3	Sun Jun 15 00:33:51 2014 +0000
+++ b/show/dance2014/networking.n3	Sun Jun 15 02:21:24 2014 +0000
@@ -12,5 +12,6 @@
   :oscDmxServer     <udp://plus:9050/>;
   :curveCalc        <http://plus:8060/>;
   :keyboardComposer <http://plus:8050/>;
+  :subComposer <http://plus:8054/>;
   :picamserve       <http://10.2.0.3:8001/>;
   :vidref           <http://plus:8053/> .
--- a/show/dance2014/patch-source.n3	Sun Jun 15 00:33:51 2014 +0000
+++ b/show/dance2014/patch-source.n3	Sun Jun 15 02:21:24 2014 +0000
@@ -49,18 +49,18 @@
 
 [ :name "c40"; :output dmx:c40 ] .
 
-[ :name "c1"; :output dmx:c1 ] .
-[ :name "c2"; :output dmx:c2 ] .
-[ :name "c3"; :output dmx:c3 ] .
-[ :name "front4-r"; :output dmx:c4 ] .
-[ :name "front5-l"; :output dmx:c5 ] .
-[ :name "sharlyn"; :output dmx:c6 ] .
-[ :name "pool"; :output dmx:c7 ] .
-[ :name "front8-r"; :output dmx:c8 ] .
-[ :name "front9-l"; :output dmx:c9 ] .
-[ :name "front10-r2"; :output dmx:c10 ] .
-[ :name "c11"; :output dmx:c11 ] .
-[ :name "c12"; :output dmx:c12 ] .
+[ :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 ] .
--- a/show/dance2014/snapshots.n3	Sun Jun 15 00:33:51 2014 +0000
+++ b/show/dance2014/snapshots.n3	Sun Jun 15 02:21:24 2014 +0000
@@ -7,5 +7,9 @@
 
 <http://light9.bigasterisk.com/show/dance2013/sub/blue> ns2:image <http://plus:8053/snapshot/1402724825.77.jpg> .
 
+<http://light9.bigasterisk.com/show/dance2014/sub/backs> ns2:image <http://plus:8053/snapshot/1402792923.84.jpg> .
+
 <http://plus:8053/snapshot/1402724825.77.jpg> ns1:created "2014-06-13T22:47:05.828915-07:00"^^xsd:dateTime .
 
+<http://plus:8053/snapshot/1402792923.84.jpg> ns1:created "2014-06-14T17:42:03.929240-07:00"^^xsd:dateTime .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/song10.n3	Sun Jun 15 02:21:24 2014 +0000
@@ -0,0 +1,22 @@
+@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/song10> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song10/curve-1> ;
+    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song10/effect-1> .
+
+<http://light9.bigasterisk.com/show/dance2014/song10/curve-1> a ns1:Curve ;
+    rdfs:label "black" .
+
+<http://light9.bigasterisk.com/show/dance2014/song10/effect-1> a ns1:Effect,
+        <http://light9.bigasterisk.com/effect/blacklight> ;
+    rdfs:label "blacklight" ;
+    ns1:code "env = 0*<http://light9.bigasterisk.com/show/dance2014/song10/curve-1> + 1",
+        "out = [env * p1, env * p2, env * p3,  env * p4]",
+        "p1 = env * <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .5",
+        "p2 = Strip.solid('R', (0,0,1))",
+        "p3 = Strip.solid('L', (0,0,1))",
+        "p4 = Blacklight(1)" .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/song10/curve-1.n3	Sun Jun 15 02:21:24 2014 +0000
@@ -0,0 +1,8 @@
+@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/song10/curve-1> ns1:points "0 0 0 0 179.4 0" .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/song17.n3	Sun Jun 15 02:21:24 2014 +0000
@@ -0,0 +1,16 @@
+@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/song17> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song17/curve-1> ;
+    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song17/effect-1> .
+
+<http://light9.bigasterisk.com/show/dance2014/song17/curve-1> a ns1:Curve ;
+    rdfs:label "sub patio" .
+
+<http://light9.bigasterisk.com/show/dance2014/song17/effect-1> a ns1:Effect ;
+    rdfs:label "sub patio" ;
+    ns1:code "out = <http://light9.bigasterisk.com/show/dance2013/sub/patio> * <http://light9.bigasterisk.com/show/dance2014/song17/curve-1>" .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/song17/curve-1.n3	Sun Jun 15 02:21:24 2014 +0000
@@ -0,0 +1,8 @@
+@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/song17/curve-1> ns1:points "0 0 147 0.08383 147.9 0.3293 148.7 0.6228 149.4 0.7006 150.5 0.7545 151.3 0.7784 154.3 0.7605 162.6 0.7485 165.7 0.7485 166.7 0.7246 167.4 0.6527 168.2 0.5808 170.1 0.4311 173.8 0.2575 175.5 0.1737 176.4 0.07784" .
+
--- a/show/dance2014/sub/fronts.n3	Sun Jun 15 00:33:51 2014 +0000
+++ b/show/dance2014/sub/fronts.n3	Sun Jun 15 02:21:24 2014 +0000
@@ -6,10 +6,20 @@
 
 <http://light9.bigasterisk.com/show/dance2013/sub/fronts> a ns1:Submaster ;
     rdfs:label "fronts" ;
-    ns1:lightLevel 
+    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/119253156>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/186089527>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/226442152>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/247450411>,
         <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/501020695>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/546714304>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/601496616>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/661484424>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/685794483>,
         <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/741703837>,
         <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/811657984>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/873444335>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/890586083>,
+        <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/980186119>,
         <http://light9.bigasterisk.com/sub/local/1371318831.44/map/18408589>,
         <http://light9.bigasterisk.com/sub/local/1371318831.44/map/468212036>,
         <http://light9.bigasterisk.com/sub/local/1371318831.44/map/594730072>,
@@ -18,10 +28,42 @@
         <http://light9.bigasterisk.com/sub/local/1371318831.44/map/754773796>,
         <http://light9.bigasterisk.com/sub/local/1371318831.44/map/923676501> .
 
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/119253156> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/186089527> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f10> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/226442152> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/247450411> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue> ;
+    ns1:level 1e+00 .
+
 <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/501020695> a ns1:ChannelSetting ;
     ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/c2> ;
     ns1:level 1e+00 .
 
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/546714304> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/601496616> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/661484424> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f4-pool-l> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/685794483> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f3> ;
+    ns1:level 1e+00 .
+
 <http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/741703837> a ns1:ChannelSetting ;
     ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/pool> ;
     ns1:level 1e+00 .
@@ -30,6 +72,18 @@
     ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/c1> ;
     ns1:level 1e+00 .
 
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/873444335> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f7> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/890586083> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill> ;
+    ns1:level 1e+00 .
+
+<http://light9.bigasterisk.com/show/dance2013/sub/fronts/map/980186119> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f2> ;
+    ns1:level 1e+00 .
+
 <http://light9.bigasterisk.com/sub/local/1371318831.44/map/18408589> a ns1:ChannelSetting ;
     ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/front5-l> ;
     ns1:level 1e+00 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/sub/patio.n3	Sun Jun 15 02:21:24 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/dance2013/sub/patio> a ns1:Submaster ;
+    rdfs:label "patio" ;
+    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1371320332.68/map/916981013>,
+        <http://light9.bigasterisk.com/sub/local/1371320332.68/map/953892364> .
+
+<http://light9.bigasterisk.com/sub/local/1371320332.68/map/916981013> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/post-r> ;
+    ns1:level 6.1e-01 .
+
+<http://light9.bigasterisk.com/sub/local/1371320332.68/map/953892364> a ns1:ChannelSetting ;
+    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/post-l> ;
+    ns1:level 1e+00 .
+