changeset 1371:6c2d78dabb8b

show data, sample notes & effects Ignore-this: 8beebd464daa5c084ec3df4cc7059fd7
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 07 Jun 2016 10:50:35 +0000
parents b246e25b0f25
children f427801da9f6
files show/dance2016/URI show/dance2016/effect.n3 show/dance2016/networking.n3 show/dance2016/playlist.n3 show/dance2016/song1.n3 show/dance2016/theaterLightConfig.n3 show/dance2016/vidrefConfig.n3
diffstat 7 files changed, 180 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2016/URI	Tue Jun 07 10:50:35 2016 +0000
@@ -0,0 +1,1 @@
+http://light9.bigasterisk.com/show/dance2016
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2016/effect.n3	Tue Jun 07 10:50:35 2016 +0000
@@ -0,0 +1,38 @@
+@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 :EffectClass;
+  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 :EffectClass;
+  rdfs:label "blue";
+  :publishAttr :strength;
+  :deviceSetting :ds3 .
+:ds3 :device dev:colorStrip; :attr :blue; :value "strength" .
+
+:strength rdfs:label "strength" .
+
+effect:usa a :EffectClass;
+  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 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2016/networking.n3	Tue Jun 07 10:50:35 2016 +0000
@@ -0,0 +1,34 @@
+@prefix : <http://light9.bigasterisk.com/> .
+@prefix show: <http://light9.bigasterisk.com/show/> .
+@prefix sh: <http://light9.bigasterisk.com/show/dance2016/> .
+
+show:dance2016 :networking sh:netHome .
+sh:netHome
+  :webServer        <http://dash:8200/>;
+  :patchReceiverUpdateHost "dash";
+  :curveCalc        <http://dash:8201/>;
+  :collector        <http://dash:8202/>;
+  :collectorZmq     <http://dash:8203/>;
+  :effectEval       <http://dash:8204/>;
+  :effectSequencer  <http://dash:8213/>;
+  :keyboardComposer <http://dash:8205/>;
+  :musicPlayer      <http://dash:8206/>;
+  :oscDmxServer     <udp://dash:8207/>;
+  :picamserve       <http://10.1.0.103:8208/>;
+  :rdfdb            <http://dash:8209/>;
+  :subComposer      <http://dash:8210/>;
+  :subServer        <http://dash:8211/>;
+  :vidref           <http://dash:8212/> .
+
+:curveCalc        :urlPath "curveCalc" .
+:dmxServer        :urlPath "dmxServer" .
+:effectEval       :urlPath "effectEval" .
+:keyboardComposer :urlPath "keyboardComposer" .
+:musicPlayer      :urlPath "ascoltami" .
+:picamserve       :urlPath "picamserve" .
+:rdfdb            :urlPath "rdfdb" .
+:subComposer      :urlPath "subComposer" .
+:subServer        :urlPath "subServer" .
+:vidref           :urlPath "vidref" .
+:collector        :urlPath "collector" .
+:effectSequencer  :urlPath "effectSequencer" .
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2016/playlist.n3	Tue Jun 07 10:50:35 2016 +0000
@@ -0,0 +1,35 @@
+@prefix : <http://light9.bigasterisk.com/> .
+@prefix show: <http://light9.bigasterisk.com/show/> .
+@prefix sh: <http://light9.bigasterisk.com/show/dance2016/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+show:dance2016 :musicRoot "show/dance2016/music";
+:spectrogramUrlRoot "/show/dance2016/spectrogram" .
+
+show:dance2016 :playList (
+  sh:song1  sh:song2  sh:song3  sh:song4  sh:song5
+  sh:song6  sh:song7  sh:song8  sh:song9  sh:song10
+  sh:song11 sh:song12 sh:song13 sh:song14 sh:song15
+  sh:song16 sh:song17
+) .
+
+sh:song1 a :Song; rdfs:label  "01 dream";          :songFilename "01-dream.wav" .
+sh:song2 a :Song; rdfs:label  "02 madeforme";      :songFilename "02-madeforme.wav" .
+sh:song3 a :Song; rdfs:label  "03 fun-cut1";       :songFilename "03-fun-cut1.wav" .
+sh:song4 a :Song; rdfs:label  "04 rockette";       :songFilename "04-rockette.wav" .
+sh:song5 a :Song; rdfs:label  "05 browneyed";      :songFilename "05-browneyed.wav" .
+sh:song6 a :Song; rdfs:label  "06 western";        :songFilename "06-western.wav" .
+sh:song7 a :Song; rdfs:label  "07 broadwaymelody"; :songFilename "07-broadwaymelody.wav" .
+sh:song8 a :Song; rdfs:label  "08 mama";           :songFilename "08-mama.wav" .
+sh:song9 a :Song; rdfs:label  "09 barbie";         :songFilename "09-barbie.wav" .
+sh:song10 a :Song; rdfs:label "10 long";           :songFilename "10-long.wav" .
+sh:song11 a :Song; rdfs:label "11 itsthegirl";     :songFilename "11-itsthegirl.wav" .
+sh:song12 a :Song; rdfs:label "12 eleanor";        :songFilename "12-eleanor.wav" .
+sh:song13 a :Song; rdfs:label "13 california";     :songFilename "13-california.wav" .
+sh:song14 a :Song; rdfs:label "14 enjoy";          :songFilename "14-enjoy.wav" .
+sh:song15 a :Song; rdfs:label "15 britney";        :songFilename "15-britney.wav" .
+sh:song16 a :Song; rdfs:label "16 hiphop-cut1";    :songFilename "16-hiphop-cut1.wav" .
+sh:song17 a :Song; rdfs:label "17 fight";          :songFilename "17-fight.wav" .
+
+
--- a/show/dance2016/song1.n3	Tue Jun 07 08:17:13 2016 +0000
+++ b/show/dance2016/song1.n3	Tue Jun 07 10:50:35 2016 +0000
@@ -1,4 +1,5 @@
 @prefix : <http://light9.bigasterisk.com/> .
+@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 song: <http://light9.bigasterisk.com/show/dance2016/song1/> .
@@ -18,8 +19,8 @@
     :attrOverride :ao0,
         :ao1 ;
     :curve song:n1c1 ;
-    :effectClass :usa ;
-    :originTime 25.656 .
+    :effectClass effect:RedStrip ;
+    :originTime 30.824 .
 
 song:n1c1 a :Curve ;
     :attr :strength ;
@@ -31,18 +32,19 @@
 song:n1c1p0 :time 0.00 ;
     :value 0 .
 
-song:n1c1p1 :time 12.08 ;
+song:n1c1p1 :time 1 ;
     :value 1 .
 
-song:n1c1p2 :time 15.10 ;
+song:n1c1p2 :time 2 ;
     :value 1 .
 
-song:n1c1p3 :time 23.65 ;
+song:n1c1p3 :time 3 ;
     :value 0 .
 
 song:n2 a :Note ;
     :curve song:n2c1 ;
-    :originTime 65.792 .
+    :effectClass effect:BlueStrip ;
+    :originTime 33.161 .
 
 song:n2c1 a :Curve ;
     :attr :strength ;
@@ -54,12 +56,12 @@
 song:n2c1p0 :time 0.00 ;
     :value 0 .
 
-song:n2c1p1 :time 12.08 ;
+song:n2c1p1 :time 1 ;
     :value 1 .
 
-song:n2c1p2 :time 15.10 ;
+song:n2c1p2 :time 2 ;
     :value 1 .
 
-song:n2c1p3 :time 23.65 ;
+song:n2c1p3 :time 3 ;
     :value 0 .
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2016/theaterLightConfig.n3	Tue Jun 07 10:50:35 2016 +0000
@@ -0,0 +1,53 @@
+@prefix : <http://light9.bigasterisk.com/> .
+@prefix dev: <http://light9.bigasterisk.com/device/> .
+@prefix udmx: <http://light9.bigasterisk.com/output/udmx/> .
+@prefix dmx0: <http://light9.bigasterisk.com/output/dmx0/> .
+
+dmx0:c87 :connectedTo dev:colorStripMode .
+dmx0:c88 :connectedTo dev:colorStripRed .
+dmx0:c89 :connectedTo dev:colorStripGreen .
+dmx0:c90 :connectedTo dev:colorStripBlue .
+
+dev:colorStrip a :ChauvetColorStrip, :Device;
+  :mode dev:colorStripMode;
+  :red dev:colorStripRed;
+  :green dev:colorStripGreen;
+  :blue dev:colorStripBlue .
+
+# All these bnodes don't refresh well, but they need to be rewritten
+# as offsets from a single dmx start index, and they need to be
+# inherited with the device type
+dev:moving1 a :Mini15, :Device;
+  :xRotation      [ is :connectedTo of udmx:c5 ];
+  :xFine          [ is :connectedTo of udmx:c6 ];
+  :yRotation      [ is :connectedTo of udmx:c7 ];
+  :yFine          [ is :connectedTo of udmx:c8 ];
+  :rotationSpeed  [ is :connectedTo of udmx:c9 ];
+  :dimmer         [ is :connectedTo of udmx:c10 ];
+  :red            [ is :connectedTo of udmx:c11 ];
+  :green          [ is :connectedTo of udmx:c12 ];
+  :blue           [ is :connectedTo of udmx:c13 ];
+  :colorChange    [ is :connectedTo of udmx:c14 ];
+  :colorSpeed     [ is :connectedTo of udmx:c15 ];
+  :goboShake      [ is :connectedTo of udmx:c16 ];
+  :goboChoose     [ is :connectedTo of udmx:c17 ] .
+
+# [ :name "cyc-right"; :output dmx:c42 ] .
+# [ :name "cyc-mid"; :output dmx:c43 ] .
+# [ :name "cyc-left"; :output dmx:c44 ] .
+# [ :name "oran1"; :output dmx:c21 ] .
+# [ :name "oran2"; :output dmx:c25 ] .
+# [ :name "oran3"; :output dmx:c29 ] .
+# [ :name "oran4"; :output dmx:c33 ] .
+# [ :name "gree1"; :output dmx:c22 ] .
+# [ :name "gree2"; :output dmx:c26 ] .
+# [ :name "gree3"; :output dmx:c30 ] .
+# [ :name "gree4"; :output dmx:c34 ] .
+# [ :name "blue1"; :output dmx:c23 ] .
+# [ :name "blue2"; :output dmx:c27 ] .
+# [ :name "blue3"; :output dmx:c31 ] .
+# [ :name "blue4"; :output dmx:c35 ] .
+# [ :name "red1"; :output dmx:c24 ] .
+# [ :name "red2"; :output dmx:c28 ] .
+# [ :name "red3"; :output dmx:c32 ] .
+# [ :name "red4"; :output dmx:c36 ] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2016/vidrefConfig.n3	Tue Jun 07 10:50:35 2016 +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/dance2016> ns1:vidrefCamRequest <http://10.1.0.103:8208/pic?resize=1080&shutter=25832&exposure_mode=sports&awb_mode=tungsten&brightness=46&redgain=1&bluegain=1&iso=700&exposure_compensation=0&rotation=180&x=0.012037037037037037&y=0.5584255842558425&w=0.3712962962962963&h=0.37761377613776137> .
+