Changeset - f85cc11b3e8c
[Not reviewed]
default
0 4 0
drewp@bigasterisk.com - 9 years ago 2016-06-11 17:15:30
drewp@bigasterisk.com
checkpoint show data
Ignore-this: 7dc477a7921f92dc9cc8115c6cc2b9cf
4 files changed with 46 insertions and 20 deletions:
0 comments (0 inline, 0 general)
show/dance2016/networking.n3
Show inline comments
 
@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/> .
 
  :webServer        <http://plus:8200/>;
 
  :patchReceiverUpdateHost "plus";
 
  :curveCalc        <http://plus:8201/>;
 
  :collector        <http://plus:8202/>;
 
  :collectorZmq     <http://plus:8203/>;
 
  :effectEval       <http://plus:8204/>;
 
  :effectSequencer  <http://plus:8213/>;
 
  :keyboardComposer <http://plus:8205/>;
 
  :musicPlayer      <http://plus:8206/>;
 
  :oscDmxServer     <udp://plus:8207/>;
 
  :picamserve       <http://10.2.0.5:8208/>;
 
  :rdfdb            <http://plus:8209/>;
 
  :subComposer      <http://plus:8210/>;
 
  :subServer        <http://plus:8211/>;
 
  :vidref           <http://plus:8212/> .
 

	
 
:curveCalc        :urlPath "curveCalc" .
 
:dmxServer        :urlPath "dmxServer" .
 
:effectEval       :urlPath "effectEval" .
 
:keyboardComposer :urlPath "keyboardComposer" .
 
:musicPlayer      :urlPath "ascoltami" .
show/dance2016/playlist.n3
Show inline comments
 
@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";
 
show:dance2016 :musicRoot "show/dance2016/music/pad";
 
: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
show/dance2016/song1.n3
Show inline comments
 
@@ -5,16 +5,43 @@
 
@prefix song: <http://light9.bigasterisk.com/show/dance2016/song1/> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
:a01 :effectAttr :chaseOffset; :value 0.12 .
 
:ao0 :effectAttr :chaseTempo; :value 100 .
 
<http://light9.bigasterisk.com/show/dance2016/song1> :note song:n3 .
 
<http://light9.bigasterisk.com/show/dance2016/song1> :note song:n0, song:n1, song:n2, song:n3 .
 

	
 
song:n0 a :Note; :curve song:n0c0; :effectClass effect:Curtain;
 
     :originTime 35.653 .
 

	
 
song:n0c0 a :Curve; :attr :strength; :point song:n0c0p0, song:n0c0p1, song:n0c0p2, song:n0c0p3 .
 
song:n0c0p0 :time 0.000; :value 0.000 .
 
song:n0c0p1 :time 1.000; :value 1.000 .
 
song:n0c0p2 :time 2.000; :value 1.000 .
 
song:n0c0p3 :time 3.000; :value 0.000 .
 

	
 
song:n1 a :Note; :curve song:n1c0; :effectClass effect:Curtain;
 
     :originTime 39.152 .
 

	
 
song:n1c0 a :Curve; :attr :strength; :point song:n1c0p0, song:n1c0p1, song:n1c0p2, song:n1c0p3 .
 
song:n1c0p0 :time 0.000; :value 0.000 .
 
song:n1c0p1 :time 1.000; :value 1.000 .
 
song:n1c0p2 :time 2.000; :value 1.000 .
 
song:n1c0p3 :time 3.000; :value 0.000 .
 

	
 
song:n2 a :Note; :curve song:n2c0; :effectClass effect:Curtain;
 
     :originTime 43.806 .
 

	
 
song:n2c0 a :Curve; :attr :strength; :point song:n2c0p0, song:n2c0p1, song:n2c0p2, song:n2c0p3 .
 
song:n2c0p0 :time 0.000; :value 0.000 .
 
song:n2c0p1 :time 1.000; :value 1.000 .
 
song:n2c0p2 :time 2.000; :value 1.000 .
 
song:n2c0p3 :time 3.000; :value 0.000 .
 

	
 
song:n3 a :Note; :curve song:n3c0; :effectClass effect:Curtain;
 
     :originTime 32.297 .
 

	
 
song:n3c0 a :Curve; :attr :strength; :point song:n3c0p0, song:n3c0p1, song:n3c0p2, song:n3c0p3 .
 
song:n3c0p0 :time 0.000; :value 0.000 .
 
song:n3c0p1 :time 1.000; :value 1.000 .
 
song:n3c0p2 :time 2.000; :value 1.000 .
 
song:n3c0p3 :time 3.000; :value 0.000 .
 
song:n3c0p3 :time 2.928; :value 0.000 .
show/dance2016/vidrefConfig.n3
Show inline comments
 
@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> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016> ns1:vidrefCamRequest <http://10.2.0.5:8208/pic?resize=1080&shutter=75062&exposure_mode=fixedfps&awb_mode=flash&brightness=51&redgain=1.4&bluegain=1&iso=480&exposure_compensation=-20&rotation=180&x=0&y=0.3025830258302583&w=1&h=0.6> .
0 comments (0 inline, 0 general)