Mercurial > code > home > repos > light9
changeset 1192:5fc6a68b9d76
checkpoint show data
Ignore-this: 35e077973bae23f6734508185c8aaf2b
author | drewp@bigasterisk.com |
---|---|
date | Sun, 15 Jun 2014 19:07:44 +0000 |
parents | 37199cea3a2a |
children | b61740e73e70 |
files | show/dance2014/curves/song6.markers show/dance2014/effectClass.n3 show/dance2014/song2/curve-2.n3 show/dance2014/song4.n3 show/dance2014/song4/curve-1.n3 show/dance2014/song4/curve-2.n3 show/dance2014/song4/curve-3.n3 show/dance2014/song4/curve-4.n3 show/dance2014/song4/curve-5.n3 show/dance2014/song5.n3 show/dance2014/song5/curve-1.n3 show/dance2014/song5/curve-2.n3 show/dance2014/song6.n3 show/dance2014/song6/curve-1.n3 show/dance2014/song6/curve-2.n3 show/dance2014/song6/curve-3.n3 show/dance2014/song6/curve-4.n3 show/dance2014/sub/song4.n3 |
diffstat | 17 files changed, 419 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/show/dance2014/effectClass.n3 Sun Jun 15 18:21:16 2014 +0000 +++ b/show/dance2014/effectClass.n3 Sun Jun 15 19:07:44 2014 +0000 @@ -37,11 +37,9 @@ rdfs:label "blacklight"; :quneoNote 37; :code - "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-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))", + "out = [env * p1, env * p2, env * p4]", + "p1 = env * <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .3", + "p2 = Strip.solid('LR', (0,0,1))", "p4 = Blacklight(1)" . @@ -50,4 +48,16 @@ rdfs:label "whiteLed"; :code "out = Strip.solid('LR', (1,1,1))" . + +effect:slowColor a :EffectClass; + rdfs:label "slow color chase"; + :quneoNote 37; + :code + "period = 5", + "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)", + "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)", + "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)", + "out = [r*env,y*env,b*env]" + . + \ No newline at end of file
--- a/show/dance2014/song2/curve-2.n3 Sun Jun 15 18:21:16 2014 +0000 +++ b/show/dance2014/song2/curve-2.n3 Sun Jun 15 19:07:44 2014 +0000 @@ -4,5 +4,5 @@ @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . -<http://light9.bigasterisk.com/show/dance2014/song2/curve-2> ns1:points "0 0 148.4 0 153.1 0.6626 155.2 0.6626 158.1 0.004065" . +<http://light9.bigasterisk.com/show/dance2014/song2/curve-2> ns1:points "0 0 148.4 0 150.8 0.6626 155.2 0.6626 158.1 0.004065" .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song4.n3 Sun Jun 15 19:07:44 2014 +0000 @@ -0,0 +1,67 @@ +@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/song4> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song4/curve-1>, + <http://light9.bigasterisk.com/show/dance2014/song4/curve-2>, + <http://light9.bigasterisk.com/show/dance2014/song4/curve-3>, + <http://light9.bigasterisk.com/show/dance2014/song4/curve-4>, + <http://light9.bigasterisk.com/show/dance2014/song4/curve-5> ; + ns1:effect <http://light9.bigasterisk.com/show/dance2014/song4/effect-1>, + <http://light9.bigasterisk.com/show/dance2014/song4/effect-2>, + <http://light9.bigasterisk.com/show/dance2014/song4/effect-3>, + <http://light9.bigasterisk.com/show/dance2014/song4/effect-4>, + <http://light9.bigasterisk.com/show/dance2014/song4/effect-5> . + +<http://light9.bigasterisk.com/show/dance2014/song4/curve-1> a ns1:Curve ; + rdfs:label "song4" . + +<http://light9.bigasterisk.com/show/dance2014/song4/curve-2> a ns1:Curve ; + rdfs:label "full" . + +<http://light9.bigasterisk.com/show/dance2014/song4/curve-3> a ns1:Curve ; + rdfs:label "blacklight" . + +<http://light9.bigasterisk.com/show/dance2014/song4/curve-4> a ns1:Curve ; + rdfs:label "blue" . + +<http://light9.bigasterisk.com/show/dance2014/song4/curve-5> a ns1:Curve ; + rdfs:label "slow color chase" . + +<http://light9.bigasterisk.com/show/dance2014/song4/effect-1> a ns1:Effect ; + rdfs:label "song4" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song4/curve-1>", + "out = <http://light9.bigasterisk.com/show/dance2014/sub/song4> * env" . + +<http://light9.bigasterisk.com/show/dance2014/song4/effect-2> a ns1:Effect ; + rdfs:label "full" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song4/curve-2>", + "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" . + +<http://light9.bigasterisk.com/show/dance2014/song4/effect-3> a ns1:Effect, + <http://light9.bigasterisk.com/effect/blacklight> ; + rdfs:label "blacklight" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song4/curve-3>", + "out = [env * p1, env * p2, env * p4]", + "p1 = env * <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .3", + "p2 = Strip.solid('LR', (0,0,1))", + "p4 = Blacklight(1)" . + +<http://light9.bigasterisk.com/show/dance2014/song4/effect-4> a ns1:Effect ; + rdfs:label "blue" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song4/curve-4>", + "out = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * env" . + +<http://light9.bigasterisk.com/show/dance2014/song4/effect-5> a ns1:Effect, + <http://light9.bigasterisk.com/effect/slowColor> ; + rdfs:label "slow color chase" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song4/curve-5>", + "period = 5", + "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)", + "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)", + "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)", + "out = [r,y,b]" . + +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song4/curve-1.n3 Sun Jun 15 19:07:44 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/song4/curve-1> ns1:points "0 0 12.87 0 18.15 0.5479 146.5 0.4335 148.7 0.8431 173.6 1 175.6 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song4/curve-2.n3 Sun Jun 15 19:07:44 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/song4/curve-2> ns1:points "0 0 146.8 0 148.6 0.4206 166.2 0.3757 169 0.7399 174.5 0.7341 176.2 0.004065" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song4/curve-3.n3 Sun Jun 15 19:07:44 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/song4/curve-3> ns1:points "0 0 3.54 0 4.93 1 17.73 1 29.44 0 178.4 0.02083 178.4 1 180.4 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song4/curve-4.n3 Sun Jun 15 19:07:44 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/song4/curve-4> ns1:points "0 0 3.59 0 4.279 0.5744 17.84 0.5691 19.99 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song4/curve-5.n3 Sun Jun 15 19:07:44 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/song4/curve-5> ns1:points "0 0 11.46 0 13.46 1 147.4 1 149.4 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song5.n3 Sun Jun 15 19:07:44 2014 +0000 @@ -0,0 +1,27 @@ +@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/song5> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song5/curve-1>, + <http://light9.bigasterisk.com/show/dance2014/song5/curve-2> ; + ns1:effect <http://light9.bigasterisk.com/show/dance2014/song5/effect-1>, + <http://light9.bigasterisk.com/show/dance2014/song5/effect-2> . + +<http://light9.bigasterisk.com/show/dance2014/song5/curve-1> a ns1:Curve ; + rdfs:label "full" . + +<http://light9.bigasterisk.com/show/dance2014/song5/curve-2> a ns1:Curve ; + rdfs:label "red" . + +<http://light9.bigasterisk.com/show/dance2014/song5/effect-1> a ns1:Effect ; + rdfs:label "full" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song5/curve-1>", + "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" . + +<http://light9.bigasterisk.com/show/dance2014/song5/effect-2> a ns1:Effect ; + rdfs:label "red" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song5/curve-2>", + "out = <http://light9.bigasterisk.com/show/dance2013/sub/red> * env" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song5/curve-1.n3 Sun Jun 15 19:07:44 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/song5/curve-1> ns1:points "0 0 2.132 0 4.132 0.7994 160.1 0.7994 162.7 1 166.3 1 169.5 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song5/curve-2.n3 Sun Jun 15 19:07:44 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/song5/curve-2> ns1:points "0 0 2.36 0 5.63 0.6585 166.2 0.6748 169.2 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song6.n3 Sun Jun 15 19:07:44 2014 +0000 @@ -0,0 +1,52 @@ +@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/song6> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song6/curve-1>, + <http://light9.bigasterisk.com/show/dance2014/song6/curve-2>, + <http://light9.bigasterisk.com/show/dance2014/song6/curve-3>, + <http://light9.bigasterisk.com/show/dance2014/song6/curve-4> ; + ns1:effect <http://light9.bigasterisk.com/show/dance2014/song6/effect-1>, + <http://light9.bigasterisk.com/show/dance2014/song6/effect-2>, + <http://light9.bigasterisk.com/show/dance2014/song6/effect-3>, + <http://light9.bigasterisk.com/show/dance2014/song6/effect-4> . + +<http://light9.bigasterisk.com/show/dance2014/song6/curve-1> a ns1:Curve ; + rdfs:label "slow color chase" . + +<http://light9.bigasterisk.com/show/dance2014/song6/curve-2> a ns1:Curve ; + rdfs:label "strobe98" . + +<http://light9.bigasterisk.com/show/dance2014/song6/curve-3> a ns1:Curve ; + rdfs:label "full" . + +<http://light9.bigasterisk.com/show/dance2014/song6/curve-4> a ns1:Curve ; + rdfs:label "orange" . + +<http://light9.bigasterisk.com/show/dance2014/song6/effect-1> a ns1:Effect, + <http://light9.bigasterisk.com/effect/slowColor> ; + rdfs:label "slow color chase" ; + ns1:code "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)", + "env = <http://light9.bigasterisk.com/show/dance2014/song6/curve-1>", + "out = [r*env,y*env,b*env]", + "period = .8", + "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)", + "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)" . + +<http://light9.bigasterisk.com/show/dance2014/song6/effect-2> a ns1:Effect ; + rdfs:label "strobe98" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song6/curve-2>", + "out = <http://light9.bigasterisk.com/show/dance2014/sub/strobe98> * env" . + +<http://light9.bigasterisk.com/show/dance2014/song6/effect-3> a ns1:Effect ; + rdfs:label "full" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song6/curve-3>", + "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" . + +<http://light9.bigasterisk.com/show/dance2014/song6/effect-4> a ns1:Effect ; + rdfs:label "orange" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song6/curve-4>", + "out = <http://light9.bigasterisk.com/show/dance2013/sub/orange> * env" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song6/curve-1.n3 Sun Jun 15 19:07:44 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/song6/curve-1> ns1:points "0 0 58.59 0 82.92 0 131.7 1 133.7 0 182.5 0 184.3 0.4427 211.1 0.4427 214.6 0.2604 229 0.2604 231.4 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song6/curve-2.n3 Sun Jun 15 19:07:44 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/song6/curve-2> ns1:points "0 0 64.14 0 64.21 1 73.6 0.9896 73.82 0 107.3 0 184 0 184.6 1 211.8 0.9792 212.5 0 216.9 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song6/curve-3.n3 Sun Jun 15 19:07:44 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/song6/curve-3> ns1:points "0 0 3.004 0 6.096 0 8.063 0.1475 9.256 0.4009 44.19 0.4838 45.88 0.7756 63.7 0.7713 64.15 0 72.96 0 73.77 0.7501 183 0.7768 184.8 0 195.4 0 212.1 0.2813 215.6 0.2196 227.9 0.2865 230 1 236.4 1 239 0 242.1 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/song6/curve-4.n3 Sun Jun 15 19:07:44 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/song6/curve-4> ns1:points "0 0 3.699 0 5.699 1 7.308 1 31.4 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/sub/song4.n3 Sun Jun 15 19:07:44 2014 +0000 @@ -0,0 +1,169 @@ +@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/song4> a ns1:Submaster ; + rdfs:label "song4" ; + ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/123983639>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/145372872>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/147343892>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/151252694>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/197179591>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/203332842>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/207236570>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/214138500>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/217693312>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/252677439>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/340516708>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/365106556>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/391680441>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/41036561>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/43998413>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/451787084>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/487449243>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/50463365>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/517103919>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/572533814>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/584695040>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/591261105>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/618939672>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/672978002>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/677658773>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/699653973>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/791761039>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/834206346>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/870140794>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/902621854>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/933554220>, + <http://light9.bigasterisk.com/show/dance2014/sub/song4/map/953630844> . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/123983639> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f7> ; + ns1:level 8.2e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/145372872> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-g> ; + ns1:level 4e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/147343892> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/151252694> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/197179591> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b15-red> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/203332842> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b32-red> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/207236570> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree1> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/214138500> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/217693312> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b14-yel> ; + ns1:level 9.05e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/252677439> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran1> ; + ns1:level 5.8e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/340516708> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b23-up> ; + ns1:level 0e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/365106556> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/391680441> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran4> ; + ns1:level 5.8e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/41036561> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-r> ; + ns1:level 5.4e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/43998413> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red1> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/451787084> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f2> ; + ns1:level 8.2e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/487449243> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill> ; + ns1:level 8.2e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/50463365> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b22-c> ; + ns1:level 6.5e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/517103919> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b34-yel> ; + ns1:level 8.1e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/572533814> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f3> ; + ns1:level 8.2e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/584695040> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue> ; + ns1:level 0e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/591261105> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/618939672> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r> ; + ns1:level 8.2e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/672978002> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f4-pool-l> ; + ns1:level 8.2e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/677658773> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f10> ; + ns1:level 8.2e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/699653973> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran3> ; + ns1:level 5.8e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/791761039> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp> ; + ns1:level 0e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/834206346> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue> ; + ns1:level 0e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/870140794> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ; + ns1:level 8.2e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/902621854> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran2> ; + ns1:level 5.8e-01 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/933554220> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2014/sub/song4/map/953630844> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill> ; + ns1:level 8.2e-01 . +