Changeset - 8a77bb6871ff
[Not reviewed]
show/dance2014/effectClass.n3
Show inline comments
 
@@ -8,4 +8,14 @@
 
effect:cycFlash a :EffectClass;
 
  rdfs:label "cycFlash";
 
  :code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * nsin(t*2)" .
 

	
 
effect:blacklight a :EffectClass;
 
  rdfs:label "blacklight";
 
  :code 
 
  "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-1>",
 
  "p1 = env * <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .5",
 
  "p2 = Strip.solid('R', (0,0,.3)) * env",
 
  "p3 = Strip.solid('L', (0,0,.3)) * env, Blacklight(1) * env",
 
    "out = [p1, p2, p3]"
 
  .
 
  
 
\ No newline at end of file
show/dance2014/networking.n3
Show inline comments
 
@@ -6,11 +6,11 @@ show:dance2014 :networking sh:netHome .
 
sh:netHome
 
  :patchReceiverUpdateHost "localhost";
 
  :rdfdb            <http://localhost:8051/>;
 
  :effectEval       <http://dash:8070/>;
 
  :musicPlayer      <http://dash:8040/>;
 
  :dmxServer        <http://dash:8030/>;
 
  :oscDmxServer     <udp://dash:9050/>;
 
  :curveCalc        <http://dash:8060/>;
 
  :keyboardComposer <http://dash:8050/>;
 
  :picamserve       <http://10.1.0.125:8001/>;
 
  :vidref           <http://dash:8053/> .
 
  :effectEval       <http://plus:8070/>;
 
  :musicPlayer      <http://plus:8040/>;
 
  :dmxServer        <http://plus:8030/>;
 
  :oscDmxServer     <udp://plus:9050/>;
 
  :curveCalc        <http://plus:8060/>;
 
  :keyboardComposer <http://plus:8050/>;
 
  :picamserve       <http://10.2.0.3:8001/>;
 
  :vidref           <http://plus:8053/> .
show/dance2014/song1.n3
Show inline comments
 
new file 100644
 
@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/song1> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song1/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song1/curve-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song1/curve-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song1/curve/c-1401723840.932466>,
 
        <http://light9.bigasterisk.com/show/dance2014/song1/curve/c-1401723843.472865>,
 
        <http://light9.bigasterisk.com/show/dance2014/song1/curve/c-1401723845.144217> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song1/effect-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song1/effect-5> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/curve-3> a ns1:Curve ;
 
    rdfs:label "sub s2" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/effect-1> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/blacklight> ;
 
    rdfs:label "blacklight" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-1>",
 
        "out = [ env * <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .5, Strip.solid('R', (0,0,.3)) * env, Strip.solid('L', (0,0,.3)) * env, Blacklight(1) * env]" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/effect-2> a ns1:Effect ;
 
    ns1:code "out = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * <http://light9.bigasterisk.com/show/dance2014/song1/curve-2>" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/effect-4> a ns1:Effect ;
 
    ns1:code "out = <http://light9.bigasterisk.com/show/dance2014/sub/s2> * <http://light9.bigasterisk.com/show/dance2014/song1/curve-3>" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/effect-led1> a ns1:Effect ;
 
    rdfs:label "led test1" ;
 
    ns1:code "out = Strip.solid('L', (0, nsin(t+.5), 0))" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/effect-led2> a ns1:Effect ;
 
    rdfs:label "led test2" ;
 
    ns1:code "out = Strip.solid('R', (nsin(t+.2), 0, 0))" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/effect-led3> a ns1:Effect ;
 
    rdfs:label "led test3" ;
 
    ns1:code "out = Blacklight(<http://light9.bigasterisk.com/show/dance2014/song1/curve/c-1401723845.144217>) " .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/curve-1> a ns1:Curve ;
 
    rdfs:label "cfour" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/curve-2> a ns1:Curve ;
 
    rdfs:label "sub blue" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/curve-4> a ns1:Curve ;
 
    rdfs:label "sub s2" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/curve/c-1401723840.932466> a ns1:Curve ;
 
    rdfs:label "c1" ;
 
    ns1:points "0 0 25.77 0.1942 27.47 0.3426 28.92 0.4631 29.69 0.5588 30.96 0.63 33.78 0.2942 36.28 0.4781 37.1 0.6226 38.19 0.7906 42.25 0.5545 42.78 0.6192 43.42 0.7144 45.43 0.1418 46.9 0.3179 48.08 0.4577 51.81 0.7408 52.83 0.561 53.7 0.1937 198.2 0" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/curve/c-1401723843.472865> a ns1:Curve ;
 
    rdfs:label "c2" ;
 
    ns1:points "0 0 198.2 0" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/curve/c-1401723845.144217> a ns1:Curve ;
 
    rdfs:label "c3" ;
 
    ns1:points "0 0 26.34 0.2992 26.39 0.6142 26.54 0.8031 26.71 0.5039 26.85 0.8819 26.98 0.5591 27.17 0.2283 27.37 0.8031 27.53 0.3937 27.76 0.5906 27.89 0.8819 28.08 0.8661 28.12 0.8031 28.23 0.2441 28.4 0.7323 28.61 0.4724 28.75 0.4409 28.79 0.4488 28.88 0.3701 29 0.4409 29.14 0.7323 29.28 0.9213 29.46 0.8583 29.66 0.8583 29.79 0.8661 29.85 0.8819 29.91 0 33.16 0.315 33.24 0.5748 33.38 0.5512 33.46 0.4882 33.51 0.3386 33.6 0.126 33.73 0 33.79 0.05512 33.88 0.4252 33.97 0.8268 34.05 0.8898 34.13 0.8661 34.19 0.8425 34.22 0.8031 34.3 0.7717 34.34 0.6535 34.41 0.5276 34.46 0.4724 34.51 0.4252 34.55 0.9134 34.8 0.6614 35.21 0.4961 35.69 0.4803 36.04 0.8425 36.26 0 36.64 0.7795 36.85 0.07874 37.38 0.2598 37.64 0.9764 38.12 0.4882 38.62 0.3622 38.66 0.5118 38.9 0.5197 39.12 0.4724 39.3 0.4646 39.68 0 40.2 0.3937 40.24 0.3858 40.29 0 40.61 0.7165 40.81 0.6535 41.05 0.6378 41.49 1 41.93 0.1024 42.45 0.01575 42.84 0 43.18 0.8583 43.51 0.3622 43.87 0 44.49 0.6535 44.59 0.7795 44.63 0.8819 44.71 0.9134 44.76 0.937 44.86 0 46.35 0.8976 46.55 1 46.89 0.7953 47.18 0 126.9 0.4724 127 0.5984 127.1 0.1102 127.3 0.5039 127.5 0.4488 127.6 0.378 127.7 0.1811 127.7 0.2283 127.8 0 128 0.3307 128.1 0 128.1 0.3937 198.2 0" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/effect-3> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/blacklight> ;
 
    rdfs:label "blacklight" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-1> * <http://light9.bigasterisk.com/show/dance2014/song1music>",
 
        "out = [p1, p2, p3, p4]",
 
        "p1 = env * <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .5",
 
        "p2 = Strip.solid('R', (0,0,1)) * env",
 
        "p3 = Strip.solid('L', (0,0,1)) * env",
 
        "p4 = Blacklight(1) * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song1/effect-5> a ns1:Effect ;
 
    rdfs:label "sub s2" ;
 
    ns1:code "out = <http://light9.bigasterisk.com/show/dance2014/sub/s2> * <http://light9.bigasterisk.com/show/dance2014/song1/curve-4>" .
 

	
show/dance2014/song1/curve-1.n3
Show inline comments
 
new file 100644
 
@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/song1/curve-1> ns1:points "0 0 0 0 0.2424 0.4681 0.2909 0.5426 0.3297 0.5957 0.3879 0.6915 0.4267 0.734 0.4848 0.7979 0.5818 0.8511 0.6497 0.8723 0.6982 0.8617 0.737 0.7872 0.7757 0.7553 0.8339 0.6915 0.8921 0.6277 0.9406 0.5638 0.9794 0.4468 1.018 0.3723 1.067 0.2766 1.105 0.234 1.144 0.2234 1.381 0.06327 1.61 0.2128 1.648 0.2553 1.726 0.3191 1.813 0.4468 1.871 0.5106 1.92 0.6064 1.988 0.734 2.027 0.8191 2.065 0.883 2.133 0.883 2.182 0.8191 2.23 0.734 2.279 0.617 2.376 0.4894 2.434 0.4468 2.473 0.2979 2.521 0.2021 2.579 0.1489 2.618 0.1383 2.667 0.1064 2.725 0.08511 2.793 0.1064 2.851 0.1383 2.938 0.1915 2.977 0.4362 3.035 0.2872 3.093 0.3511 3.142 0.4255 3.161 0.5532 3.181 0.4681 3.248 0.5532 3.248 0.6383 3.287 0.6383 3.316 0.7234 3.336 0.766 3.355 0.766 3.374 0.8191 3.413 0.8404 63.32 0.4149 65.41 0.5426 66.24 0.6489 66.8 0.6064 67.64 0.4681 68.33 0.3723 69.45 0.2979 70.28 0.3511 71.68 0.4787 72.23 0.5638 73.07 0.5426 73.76 0.4894 74.6 0.4043 75.16 0.3617 75.99 0.3085 76.97 0.2979 77.66 0.3511 149.8 1 206.3 0.9256 211.2 0" .
 

	
show/dance2014/song1/curve-2.n3
Show inline comments
 
new file 100644
 
@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/song1/curve-2> ns1:points "0 0 62.76 0" .
 

	
show/dance2014/song1/curve-3.n3
Show inline comments
 
new file 100644
 
@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/song1/curve-3> ns1:points "0 0" .
 

	
show/dance2014/song1/curve-4.n3
Show inline comments
 
new file 100644
 
@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/song1/curve-4> ns1:points "0 0" .
 

	
show/dance2014/song1/curve/c-1401723840.932466.n3
Show inline comments
 
new file 100644
 
@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/song1/curve/c-1401723840.932466> ns1:points "0 0 25.77 0.1942 27.47 0.3426 28.92 0.4631 29.69 0.5588 30.96 0.63 33.78 0.2942 36.28 0.4781 37.1 0.6226 38.19 0.7906 42.25 0.5545 42.78 0.6192 43.42 0.7144 45.43 0.1418 46.9 0.3179 48.08 0.4577 51.81 0.7408 52.83 0.561 53.7 0.1937 198.2 0" .
 

	
show/dance2014/song1/curve/c-1401723843.472865.n3
Show inline comments
 
new file 100644
 
@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/song1/curve/c-1401723843.472865> ns1:points "0 0 120 0.05263 121.3 0.3333 198.2 0" .
 

	
show/dance2014/song1/curve/c-1401723845.144217.n3
Show inline comments
 
new file 100644
 
@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/song1/curve/c-1401723845.144217> ns1:points "0 0 26.34 0.2992 26.39 0.6142 26.54 0.8031 26.71 0.5039 26.85 0.8819 26.98 0.5591 27.17 0.2283 27.37 0.8031 27.53 0.3937 27.76 0.5906 27.89 0.8819 28.08 0.8661 28.12 0.8031 28.23 0.2441 28.4 0.7323 28.61 0.4724 28.75 0.4409 28.79 0.4488 28.88 0.3701 29 0.4409 29.14 0.7323 29.28 0.9213 29.46 0.8583 29.66 0.8583 29.79 0.8661 29.85 0.8819 29.91 0 33.16 0.315 33.24 0.5748 33.38 0.5512 33.46 0.4882 33.51 0.3386 33.6 0.126 33.73 0 33.79 0.05512 33.88 0.4252 33.97 0.8268 34.05 0.8898 34.13 0.8661 34.19 0.8425 34.22 0.8031 34.3 0.7717 34.34 0.6535 34.41 0.5276 34.46 0.4724 34.51 0.4252 34.55 0.9134 34.8 0.6614 35.21 0.4961 35.69 0.4803 36.04 0.8425 36.26 0 36.64 0.7795 36.85 0.07874 37.38 0.2598 37.64 0.9764 38.12 0.4882 38.62 0.3622 38.66 0.5118 38.9 0.5197 39.12 0.4724 39.3 0.4646 39.68 0 40.2 0.3937 40.24 0.3858 40.29 0 40.61 0.7165 40.81 0.6535 41.05 0.6378 41.49 1 41.93 0.1024 42.45 0.01575 42.84 0 43.18 0.8583 43.51 0.3622 43.87 0 44.49 0.6535 44.59 0.7795 44.63 0.8819 44.71 0.9134 44.76 0.937 44.86 0 46.35 0.8976 46.55 1 46.89 0.7953 47.18 0 126.9 0.4724 127 0.5984 127.1 0.1102 127.3 0.5039 127.5 0.4488 127.6 0.378 127.7 0.1811 127.7 0.2283 127.8 0 128 0.3307 128.1 0 128.1 0.3937 198.2 0" .
 

	
show/dance2014/sub/blue.n3
Show inline comments
 
new file 100644
 
@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/blue> a ns1:Submaster ;
 
    rdfs:label "blue" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/381609671>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/536526494>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/642834876>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/68042273>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/721791433>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/761872566>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/940402239> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/381609671> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb2-b> ;
 
    ns1:level 1 .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/536526494> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue4> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/642834876> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue3> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/68042273> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue1> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/721791433> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue2> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/761872566> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-b> ;
 
    ns1:level 4.8e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/940402239> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb1-b> ;
 
    ns1:level 1e+00 .
 

	
0 comments (0 inline, 0 general)