Changeset - 9279c85de972
show/dance2016/effect.n3
Show inline comments
 
@@ -14,15 +14,19 @@
 
#     :publishAttr :strength .
 

	
 
#effect:Strobe a :Effect; rdfs:label "strobe"; :publishAttr :duty, :offset, :rate, :strength .
 

	
 

	
 
effect:animRainbow a :Effect; rdfs:label "animRainbow"; :publishAttr :strength, :rate ; :group "anim".
 
effect:aurawash a :Effect; :publishAttr :strength ; :group "anim".
 
effect:pulseRainbow a :Effect; rdfs:label "pulseRainbow"; :publishAttr :strength, :rate ; :group "main"; :order 6.
 

	
 
effect:orangeSearch a :Effect; :publishAttr :strength ; :group "anim".
 
effect:qsweep a :Effect; :publishAttr :strength ; :group "anim".
 
effect:chase1 a :Effect; :publishAttr :strength ; :group "anim".
 

	
 
effect:lightning a :Effect; :publishAttr :strength ; :group "main"; :order 7.
 

	
 
effect:strobewarm :group "anim".
 

	
 
effect:house :group "main"; :order 3 .
 
effect:houseside :group "main"; :order 4 .
show/dance2016/effect/aurasuperwide.n3
Show inline comments
 
new file 100644
 
@prefix : <http://light9.bigasterisk.com/> .
 
@prefix dev: <http://light9.bigasterisk.com/device/> .
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 

	
 
effect:aurasuperwide a :Effect; rdfs:label "aurasuperwide";
 
     :publishAttr :strength; :setting effect:aurasuperwide_set0, effect:aurasuperwide_set1, effect:aurasuperwide_set10, effect:aurasuperwide_set11, effect:aurasuperwide_set12, effect:aurasuperwide_set13, effect:aurasuperwide_set14, effect:aurasuperwide_set15, effect:aurasuperwide_set16, effect:aurasuperwide_set17, effect:aurasuperwide_set18, effect:aurasuperwide_set19, effect:aurasuperwide_set2, effect:aurasuperwide_set3, effect:aurasuperwide_set4, effect:aurasuperwide_set5, effect:aurasuperwide_set6, effect:aurasuperwide_set7, effect:aurasuperwide_set8, effect:aurasuperwide_set9 .
 
effect:aurasuperwide_set0 :device dev:aura2; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:aurasuperwide_set1 :device dev:aura3; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:aurasuperwide_set10 :device dev:aura4; :deviceAttr :ry;
 
     :value 0.086 .
 
effect:aurasuperwide_set11 :device dev:aura5; :deviceAttr :ry;
 
     :value 0.082 .
 
effect:aurasuperwide_set12 :device dev:aura5; :deviceAttr :rx;
 
     :value 0.820 .
 
effect:aurasuperwide_set13 :device dev:aura4; :deviceAttr :zoom;
 
     :value 0.419 .
 
effect:aurasuperwide_set14 :device dev:aura5; :deviceAttr :zoom;
 
     :value 0.417 .
 
effect:aurasuperwide_set15 :device dev:aura3; :deviceAttr :zoom;
 
     :value 0.435 .
 
effect:aurasuperwide_set16 :device dev:aura2; :deviceAttr :zoom;
 
     :value 0.425 .
 
effect:aurasuperwide_set17 :device dev:aura1; :deviceAttr :zoom;
 
     :value 0.435 .
 
effect:aurasuperwide_set18 :device dev:aura3; :deviceAttr :rx;
 
     :value 0.557 .
 
effect:aurasuperwide_set19 :device dev:aura4; :deviceAttr :rx;
 
     :value 0.659 .
 
effect:aurasuperwide_set2 :device dev:aura4; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:aurasuperwide_set3 :device dev:aura5; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:aurasuperwide_set4 :device dev:aura1; :deviceAttr :rx;
 
     :value 0.153 .
 
effect:aurasuperwide_set5 :device dev:aura2; :deviceAttr :rx;
 
     :value 0.368 .
 
effect:aurasuperwide_set6 :device dev:aura2; :deviceAttr :ry;
 
     :value 0.173 .
 
effect:aurasuperwide_set7 :device dev:aura1; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:aurasuperwide_set8 :device dev:aura1; :deviceAttr :ry;
 
     :value 0.175 .
 
effect:aurasuperwide_set9 :device dev:aura3; :deviceAttr :ry;
 
     :value 0.077 .
show/dance2016/effect/houseside.n3
Show inline comments
 
@@ -5,7 +5,9 @@
 
@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#> .
 

	
 

	
 
effect:houseside a :Effect; rdfs:label "houseside";
 
     :publishAttr :strength .
 
     :publishAttr :strength; :setting effect:houseside_set0 .
 
effect:houseside_set0 :device dev:houseSide; :deviceAttr :brightness;
 
     :scaledValue 1.000 .
show/dance2016/effect/lip.n3
Show inline comments
 
new file 100644
 
@prefix : <http://light9.bigasterisk.com/> .
 
@prefix dev: <http://light9.bigasterisk.com/device/> .
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 

	
 
effect:lip a :Effect; rdfs:label "lip"; :publishAttr :strength;
 
     :setting effect:lip_set0, effect:lip_set1, effect:lip_set2, effect:lip_set3, effect:lip_set4 .
 
effect:lip_set0 :device dev:lip1; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:lip_set1 :device dev:lip2; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:lip_set2 :device dev:lip3; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:lip_set3 :device dev:lip4; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:lip_set4 :device dev:lip5; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
show/dance2016/effect/posts.n3
Show inline comments
 
new file 100644
 
@prefix : <http://light9.bigasterisk.com/> .
 
@prefix dev: <http://light9.bigasterisk.com/device/> .
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 

	
 
effect:posts a :Effect; rdfs:label "posts"; :publishAttr :strength;
 
     :setting effect:posts_set0, effect:posts_set1, effect:posts_set2, effect:posts_set3, effect:posts_set4, effect:posts_set5 .
 
effect:posts_set0 :device dev:postL1; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:posts_set1 :device dev:postL2; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:posts_set2 :device dev:postL3; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:posts_set3 :device dev:postR1; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:posts_set4 :device dev:postR2; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
 
effect:posts_set5 :device dev:postR3; :deviceAttr :color;
 
     :scaledValue "#ffffff" .
show/dance2016/readme
Show inline comments
 
#18 ~26sec for party. try animRainbow with literalColor(scl * .6, scl * 0, scl * 1)
 

	
 
#1 low on lip
 

	
 
TL isn't getting duration of paused song. it also needs to resize to the extent of the new song
 

	
 
#4 exit not fast enough
 

	
 
need to see autostop!
 

	
 

	
 
main spot fadeout curve is bad
 

	
 
TL zoomout cursors seem misaligned
 

	
 
6 no ending
 

	
 
8 started at t<0
 

	
 
middle zoom slider doesn't update zoomed audio
 

	
 
main spot fadeout curve is bad
 
ok- TL isn't getting duration of paused song. it also needs to resize to the extent of the new song
 

	
 
---
 

	
 
11 end bad
 
#18 ~26sec for party. try animRainbow with literalColor(scl * .6, scl * 0, scl * 1)
 

	
 
ok #1 low on lip
 

	
 
ok #4 exit not fast enough
 

	
 
12 blue is unfinished
 
ok 6 no ending
 

	
 
ok 8 started at t<0
 

	
 
13 end broken, girls downstage too
 
ok 11 end bad
 

	
 
ok 12 blue is unfinished
 

	
 
ok 13 end broken, girls downstage too
 

	
 
14 too fast to wwhite, loses it before stop
 

	
 
16 t=90 needs whiite ctr. also 260
 
360-470
 
fix 377 strobe blackout
 
409 & 411, 442 & 444 accent hands up
 
425 decorate & 457
 

	
 
17 missing houseside
 

	
 
ok- houseside sub isn't done
 

	
 
10 t=232 dress flip, look busier. strong color
 

	
 

	
 
need a way to make it brighter, maybe by grabbing every zoom
 

	
 
it would be nice to see the light brightness and rotation lags in the timeline, so i can align their end with some event
 

	
 

	
 

	
show/dance2016/song1.n3
Show inline comments
 
@@ -6,13 +6,13 @@
 
@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:n1, song:n2 .
 
<http://light9.bigasterisk.com/show/dance2016/song1> :note song:n1, song:n2, song:n4, song:n5, song:n6, song:n7 .
 

	
 
song:n0 a :Note; :curve song:n0c0; :effectClass effect:centerSpot;
 
     :originTime 30.836 .
 

	
 
song:n3 a :Note; :curve song:n3c0; :effectClass effect:Curtain;
 
     :originTime 32.932 .
 
@@ -24,14 +24,14 @@ song:n0c0p2 :time 4.170; :value 1.000 .
 
song:n0c0p3 :time 5.772; :value 0.000 .
 

	
 
song:n1 a :Note; :curve song:n1c0; :effectClass effect:qfill;
 
     :originTime 4.168 .
 

	
 
song:n1c0 a :Curve; :attr :strength; :point song:n1c0p0, song:n1c0p1, song:n1c0p2, song:n1c0p3 .
 
song:n1c0p0 :time -1.018; :value 0.000 .
 
song:n1c0p1 :time 0.294; :value 1.000 .
 
song:n1c0p0 :time 7.033; :value 0.000 .
 
song:n1c0p1 :time 12.480; :value 1.000 .
 
song:n1c0p2 :time 202.106; :value 1.000 .
 
song:n1c0p3 :time 204.953; :value 0.000 .
 

	
 
song:n2 a :Note; :curve song:n2c0; :effectClass effect:lowdancers;
 
     :originTime 86.515 .
 

	
 
@@ -43,6 +43,43 @@ song:n2c0p3 :time 122.376; :value 0.000 
 

	
 
song:n3c0 a :Curve; :attr :strength; :point song:n3c0p0, song:n3c0p1, song:n3c0p2, song:n3c0p3 .
 
song:n3c0p0 :time 0.153; :value 0.000 .
 
song:n3c0p1 :time 1.000; :value 1.000 .
 
song:n3c0p2 :time 2.000; :value 1.000 .
 
song:n3c0p3 :time 3.236; :value 0.000 .
 

	
 
song:n4 a :Note; :curve song:n4c0; :effectClass effect:aurafill;
 
     :originTime 10.840 .
 

	
 
song:n4c0 a :Curve; :attr :strength; :point song:n4c0p0, song:n4c0p1, song:n4c0p2, song:n4c0p3 .
 
song:n4c0p0 :time -7.277; :value 0.000 .
 
song:n4c0p1 :time -1.266; :value 1.000 .
 
song:n4c0p2 :time 195.788; :value 1.000 .
 
song:n4c0p3 :time 198.719; :value 0.000 .
 

	
 
song:n5 a :Note; :curve song:n5c0; :effectClass effect:qfill;
 
     :originTime 2.900; :setting song:n5set0 .
 

	
 
song:n5c0 a :Curve; :attr :strength; :point song:n5c0p0, song:n5c0p1, song:n5c0p2, song:n5c0p3 .
 
song:n5c0p0 :time 0.000; :value 0.000 .
 
song:n5c0p1 :time 1.056; :value 1.000 .
 
song:n5c0p2 :time 40.887; :value 1.000 .
 
song:n5c0p3 :time 66.065; :value 0.000 .
 
song:n5set0 :effectAttr :colorScale; :value "#ea09f0" .
 

	
 
song:n6 a :Note; :curve song:n6c0; :effectClass effect:lip;
 
     :originTime 82.956 .
 

	
 
song:n6c0 a :Curve; :attr :strength; :point song:n6c0p0, song:n6c0p1, song:n6c0p2, song:n6c0p3 .
 
song:n6c0p0 :time 1.750; :value 0.000 .
 
song:n6c0p1 :time 10.370; :value 1.000 .
 
song:n6c0p2 :time 123.242; :value 1.000 .
 
song:n6c0p3 :time 126.248; :value 0.000 .
 

	
 
song:n7 a :Note; :curve song:n7c0; :effectClass effect:centerSpot;
 
     :originTime 123.871 .
 

	
 
song:n7c0 a :Curve; :attr :strength; :point song:n7c0p0, song:n7c0p1, song:n7c0p2, song:n7c0p3 .
 
song:n7c0p0 :time 9.125; :value 0.000 .
 
song:n7c0p1 :time 9.307; :value 1.000 .
 
song:n7c0p2 :time 47.304; :value 1.000 .
 
song:n7c0p3 :time 50.532; :value 0.000 .
show/dance2016/song10.n3
Show inline comments
 
@prefix : <http://light9.bigasterisk.com/> .
 
@prefix dev: <http://light9.bigasterisk.com/device/> .
 
@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/song10/> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10> :note <http://light9.bigasterisk.com/show/dance2016/song10/n0>, <http://light9.bigasterisk.com/show/dance2016/song10/n1>, <http://light9.bigasterisk.com/show/dance2016/song10/n2>, <http://light9.bigasterisk.com/show/dance2016/song10/n3>, <http://light9.bigasterisk.com/show/dance2016/song10/n4>, <http://light9.bigasterisk.com/show/dance2016/song10/n5>, <http://light9.bigasterisk.com/show/dance2016/song10/n6>, <http://light9.bigasterisk.com/show/dance2016/song10/n7>, <http://light9.bigasterisk.com/show/dance2016/song10/n8> .
 
<http://light9.bigasterisk.com/show/dance2016/song10> :note song:n0, song:n1, song:n10, song:n12, song:n13, song:n2, song:n3, song:n4, song:n5, song:n6, song:n7, song:n8, song:n9 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n0c0>;
 
     :effectClass effect:strobewarm; :originTime 113.444 .
 
song:n11 a :Note; :curve song:n11c0; :effectClass effect:aurawash;
 
     :originTime 270.804 .
 
:n9set0 :effectAttr :period; :value 0.675 .
 

	
 
song:n0 a :Note; :curve song:n0c0; :effectClass effect:strobewarm;
 
     :originTime 113.444 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n0c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n0c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n0c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n0c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n0c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n0c0p0> :time -1.558;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n0c0p1> :time 0.804;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n0c0p2> :time 12.513;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n0c0p3> :time 20.295;
 
     :value 0.000 .
 
song:n0c0 a :Curve; :attr :strength; :point song:n0c0p0, song:n0c0p1, song:n0c0p2, song:n0c0p3 .
 
song:n0c0p0 :time -1.558; :value 0.000 .
 
song:n0c0p1 :time 0.804; :value 1.000 .
 
song:n0c0p2 :time 12.513; :value 1.000 .
 
song:n0c0p3 :time 20.295; :value 0.000 .
 

	
 
song:n1 a :Note; :curve song:n1c0; :effectClass effect:orangeSearch;
 
     :originTime 135.670 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n1> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n1c0>;
 
     :effectClass effect:orangeSearch; :originTime 135.670 .
 
song:n10 a :Note; :curve song:n10c0; :effectClass effect:aurafill;
 
     :originTime 243.484; :setting song:n10set0 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n1c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n1c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n1c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n1c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n1c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n1c0p0> :time 1.417;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n1c0p1> :time 1.955;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n1c0p2> :time 12.652;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n1c0p3> :time 14.637;
 
     :value 0.000 .
 
song:n10c0 a :Curve; :attr :strength; :point song:n10c0p0, song:n10c0p1, song:n10c0p2, song:n10c0p3 .
 
song:n10c0p0 :time 0.000; :value 0.000 .
 
song:n10c0p1 :time 5.320; :value 1.000 .
 
song:n10c0p2 :time 85.717; :value 1.000 .
 
song:n10c0p3 :time 87.087; :value 0.000 .
 
song:n10set0 :effectAttr :colorScale; :value "#f5e71d" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n2> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n2c0>;
 
     :effectClass effect:animRainbow; :originTime 150.057 .
 
song:n11c0 a :Curve; :attr :strength; :point song:n11c0p0, song:n11c0p1, song:n11c0p2, song:n11c0p3 .
 
song:n11c0p0 :time 0.000; :value 0.000 .
 
song:n11c0p1 :time 11.758; :value 1.000 .
 
song:n11c0p2 :time 23.517; :value 1.000 .
 
song:n11c0p3 :time 35.275; :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n2c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n2c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n2c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n2c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n2c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n2c0p0> :time -12.401;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n2c0p1> :time -2.782;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n2c0p2> :time 3.910;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n2c0p3> :time 5.866;
 
     :value 0.000 .
 
song:n12 a :Note; :curve song:n12c0; :effectClass effect:qfill;
 
     :originTime 323.110; :setting song:n12set0 .
 

	
 
song:n12c0 a :Curve; :attr :strength; :point song:n12c0p0, song:n12c0p1, song:n12c0p2, song:n12c0p3 .
 
song:n12c0p0 :time 0.000; :value 0.000 .
 
song:n12c0p1 :time 6.930; :value 1.000 .
 
song:n12c0p2 :time 17.194; :value 1.000 .
 
song:n12c0p3 :time 19.253; :value 0.000 .
 
song:n12set0 :effectAttr :colorScale; :value "#f7d4d4" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n3> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n3c0>;
 
     :effectClass effect:qfill; :originTime 150.749;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song10/n3set0> .
 
song:n13 a :Note; :curve song:n13c0; :effectClass effect:aurafill;
 
     :originTime 330.871; :setting song:n13set0 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n3c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n3c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n3c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n3c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n3c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n3c0p0> :time -4.485;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n3c0p1> :time -1.469;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n3c0p2> :time 47.240;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n3c0p3> :time 47.573;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n3set0> :effectAttr :colorScale;
 
     :value "#d5adad" .
 
song:n13c0 a :Curve; :attr :strength; :point song:n13c0p0, song:n13c0p1, song:n13c0p2, song:n13c0p3 .
 
song:n13c0p0 :time 0.000; :value 0.000 .
 
song:n13c0p1 :time 1.568; :value 1.000 .
 
song:n13c0p2 :time 9.308; :value 1.000 .
 
song:n13c0p3 :time 11.419; :value 0.000 .
 
song:n13set0 :effectAttr :colorScale; :value "#f6caca" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n4> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n4c0>;
 
     :effectClass effect:blacklight; :originTime 197.341 .
 
song:n1c0 a :Curve; :attr :strength; :point song:n1c0p0, song:n1c0p1, song:n1c0p2, song:n1c0p3 .
 
song:n1c0p0 :time 1.417; :value 0.000 .
 
song:n1c0p1 :time 1.955; :value 1.000 .
 
song:n1c0p2 :time 12.652; :value 1.000 .
 
song:n1c0p3 :time 14.637; :value 0.000 .
 

	
 
song:n2 a :Note; :curve song:n2c0; :effectClass effect:animRainbow;
 
     :originTime 150.057 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n4c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n4c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n4c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n4c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n4c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n4c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n4c0p1> :time 0.992;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n4c0p2> :time 22.763;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n4c0p3> :time 25.960;
 
     :value 0.000 .
 
song:n2c0 a :Curve; :attr :strength; :point song:n2c0p0, song:n2c0p1, song:n2c0p2, song:n2c0p3 .
 
song:n2c0p0 :time -12.401; :value 0.000 .
 
song:n2c0p1 :time -2.782; :value 1.000 .
 
song:n2c0p2 :time 3.910; :value 1.000 .
 
song:n2c0p3 :time 5.866; :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n5> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n5c0>;
 
     :effectClass effect:aurafill; :originTime 210.037;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song10/n5set0> .
 
song:n3 a :Note; :curve song:n3c0; :effectClass effect:qfill;
 
     :originTime 150.749; :setting song:n3set0 .
 

	
 
song:n3c0 a :Curve; :attr :strength; :point song:n3c0p0, song:n3c0p1, song:n3c0p2, song:n3c0p3 .
 
song:n3c0p0 :time -4.485; :value 0.000 .
 
song:n3c0p1 :time -1.469; :value 1.000 .
 
song:n3c0p2 :time 47.240; :value 1.000 .
 
song:n3c0p3 :time 47.750; :value 0.000 .
 
song:n3set0 :effectAttr :colorScale; :value "#d5adad" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n5c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n5c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n5c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n5c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n5c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n5c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n5c0p1> :time 10.044;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n5c0p2> :time 130.136;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n5c0p3> :time 133.875;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n5set0> :effectAttr :colorScale;
 
     :value "#f3c3c3" .
 
song:n4 a :Note; :curve song:n4c0; :effectClass effect:blacklight;
 
     :originTime 197.341 .
 

	
 
song:n4c0 a :Curve; :attr :strength; :point song:n4c0p0, song:n4c0p1, song:n4c0p2, song:n4c0p3 .
 
song:n4c0p0 :time 0.000; :value 0.000 .
 
song:n4c0p1 :time 0.992; :value 1.000 .
 
song:n4c0p2 :time 22.763; :value 1.000 .
 
song:n4c0p3 :time 25.960; :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n6> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n6c0>;
 
     :effectClass effect:rainbow; :originTime 8.106 .
 
song:n5 a :Note; :curve song:n5c0; :effectClass effect:aurafill;
 
     :originTime 210.037; :setting song:n5set0 .
 

	
 
song:n5c0 a :Curve; :attr :strength; :point song:n5c0p0, song:n5c0p1, song:n5c0p2, song:n5c0p3 .
 
song:n5c0p0 :time 0.000; :value 0.000 .
 
song:n5c0p1 :time 10.044; :value 1.000 .
 
song:n5c0p2 :time 21.461; :value 1.000 .
 
song:n5c0p3 :time 23.000; :value 0.000 .
 
song:n5set0 :effectAttr :colorScale; :value "#f3c3c3" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n6c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n6c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n6c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n6c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n6c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n6c0p0> :time -1.556;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n6c0p1> :time 1.603;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n6c0p2> :time 93.816;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n6c0p3> :time 104.784;
 
     :value 0.000 .
 
song:n6 a :Note; :curve song:n6c0; :effectClass effect:rainbow;
 
     :originTime 8.106 .
 

	
 
song:n6c0 a :Curve; :attr :strength; :point song:n6c0p0, song:n6c0p1, song:n6c0p2, song:n6c0p3 .
 
song:n6c0p0 :time -1.556; :value 0.000 .
 
song:n6c0p1 :time 1.603; :value 1.000 .
 
song:n6c0p2 :time 93.816; :value 1.000 .
 
song:n6c0p3 :time 104.784; :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n7> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n7c0>;
 
     :effectClass effect:lightning; :originTime 95.428 .
 
song:n7 a :Note; :curve song:n7c0; :effectClass effect:lightning;
 
     :originTime 95.428 .
 

	
 
song:n7c0 a :Curve; :attr :strength; :point song:n7c0p0, song:n7c0p1, song:n7c0p2, song:n7c0p3 .
 
song:n7c0p0 :time 0.000; :value 0.000 .
 
song:n7c0p1 :time 5.179; :value 1.000 .
 
song:n7c0p2 :time 10.358; :value 1.000 .
 
song:n7c0p3 :time 15.932; :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n7c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n7c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n7c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n7c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n7c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n7c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n7c0p1> :time 5.179;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n7c0p2> :time 10.358;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n7c0p3> :time 15.932;
 
     :value 0.000 .
 
song:n8 a :Note; :curve song:n8c0; :effectClass effect:animRainbow;
 
     :originTime 305.243 .
 

	
 
song:n8c0 a :Curve; :attr :strength; :point song:n8c0p0, song:n8c0p1, song:n8c0p2, song:n8c0p3 .
 
song:n8c0p0 :time 1.791; :value 0.000 .
 
song:n8c0p1 :time 4.353; :value 1.000 .
 
song:n8c0p2 :time 23.256; :value 1.000 .
 
song:n8c0p3 :time 26.418; :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n8> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song10/n8c0>;
 
     :effectClass effect:animRainbow; :originTime 305.243 .
 
song:n9 a :Note; :curve song:n9c0; :effectClass effect:aurawash;
 
     :originTime 94.240; :setting :n9set0, song:n9set0 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song10/n8c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song10/n8c0p0>, <http://light9.bigasterisk.com/show/dance2016/song10/n8c0p1>, <http://light9.bigasterisk.com/show/dance2016/song10/n8c0p2>, <http://light9.bigasterisk.com/show/dance2016/song10/n8c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n8c0p0> :time 1.791;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n8c0p1> :time 4.353;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n8c0p2> :time 26.398;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song10/n8c0p3> :time 26.418;
 
     :value 0.000 .
 
song:n9c0 a :Curve; :attr :strength; :point song:n9c0p0, song:n9c0p1, song:n9c0p2, song:n9c0p3 .
 
song:n9c0p0 :time 136.579; :value 0.000 .
 
song:n9c0p1 :time 137.404; :value 1.000 .
 
song:n9c0p2 :time 147.543; :value 1.000 .
 
song:n9c0p3 :time 155.979; :value 0.000 .
 
song:n9set0 :effectAttr :colorScale; :value "#e90cd4" .
show/dance2016/song11.n3
Show inline comments
 
@@ -18,13 +18,13 @@
 
<http://light9.bigasterisk.com/show/dance2016/song11/n0c0p0> :time -5.824;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n0c0p1> :time -3.412;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n0c0p2> :time 292.421;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n0c0p3> :time 296.818;
 
<http://light9.bigasterisk.com/show/dance2016/song11/n0c0p3> :time 294.694;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n0set0> :effectAttr :colorScale;
 
     :value "#760e0e" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song11/n1c0>;
 
@@ -34,12 +34,12 @@
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song11/n1c0p0>, <http://light9.bigasterisk.com/show/dance2016/song11/n1c0p1>, <http://light9.bigasterisk.com/show/dance2016/song11/n1c0p2>, <http://light9.bigasterisk.com/show/dance2016/song11/n1c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1c0p0> :time -15.097;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1c0p1> :time -13.532;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1c0p2> :time 283.732;
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1c0p2> :time 283.483;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1c0p3> :time 287.866;
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1c0p3> :time 285.604;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song11/n1set0> :effectAttr :colorScale;
 
     :value "#f3cba4" .
show/dance2016/song12.n3
Show inline comments
 
@@ -62,15 +62,15 @@
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song12/n3c0>;
 
     :effectClass effect:aurafill; :originTime 35.193;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song12/n3set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song12/n3c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song12/n3c0p0>, <http://light9.bigasterisk.com/show/dance2016/song12/n3c0p1>, <http://light9.bigasterisk.com/show/dance2016/song12/n3c0p2>, <http://light9.bigasterisk.com/show/dance2016/song12/n3c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song12/n3c0p0> :time 0.000;
 
<http://light9.bigasterisk.com/show/dance2016/song12/n3c0p0> :time -32.926;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song12/n3c0p1> :time 8.295;
 
<http://light9.bigasterisk.com/show/dance2016/song12/n3c0p1> :time -23.296;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song12/n3c0p2> :time 104.419;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song12/n3c0p3> :time 106.791;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song12/n3set0> :effectAttr :colorScale;
show/dance2016/song13.n3
Show inline comments
 
@@ -3,21 +3,21 @@
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song13> :note <http://light9.bigasterisk.com/show/dance2016/song13/n0>, <http://light9.bigasterisk.com/show/dance2016/song13/n1>, <http://light9.bigasterisk.com/show/dance2016/song13/n2>, <http://light9.bigasterisk.com/show/dance2016/song13/n3> .
 
<http://light9.bigasterisk.com/show/dance2016/song13> :note <http://light9.bigasterisk.com/show/dance2016/song13/n0>, <http://light9.bigasterisk.com/show/dance2016/song13/n1>, <http://light9.bigasterisk.com/show/dance2016/song13/n2>, <http://light9.bigasterisk.com/show/dance2016/song13/n3>, <http://light9.bigasterisk.com/show/dance2016/song13/n4> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song13/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song13/n0c0>;
 
     :effectClass effect:downmagenta; :originTime 9.892 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song13/n0c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song13/n0c0p0>, <http://light9.bigasterisk.com/show/dance2016/song13/n0c0p1>, <http://light9.bigasterisk.com/show/dance2016/song13/n0c0p2>, <http://light9.bigasterisk.com/show/dance2016/song13/n0c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n0c0p0> :time -9.541;
 
<http://light9.bigasterisk.com/show/dance2016/song13/n0c0p0> :time -7.113;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n0c0p1> :time -4.478;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n0c0p2> :time 20.489;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n0c0p3> :time 72.785;
 
@@ -33,13 +33,13 @@
 
<http://light9.bigasterisk.com/show/dance2016/song13/n1c0p0> :time -20.305;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n1c0p1> :time -6.456;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n1c0p2> :time 147.655;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n1c0p3> :time 151.838;
 
<http://light9.bigasterisk.com/show/dance2016/song13/n1c0p3> :time 155.297;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n1set0> :effectAttr :colorScale;
 
     :value "#f590cd" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song13/n2> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song13/n2c0>;
 
@@ -48,15 +48,15 @@
 
<http://light9.bigasterisk.com/show/dance2016/song13/n2c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song13/n2c0p0>, <http://light9.bigasterisk.com/show/dance2016/song13/n2c0p1>, <http://light9.bigasterisk.com/show/dance2016/song13/n2c0p2>, <http://light9.bigasterisk.com/show/dance2016/song13/n2c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n2c0p0> :time -14.372;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n2c0p1> :time -6.980;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n2c0p2> :time 9.366;
 
<http://light9.bigasterisk.com/show/dance2016/song13/n2c0p2> :time 8.772;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n2c0p3> :time 11.254;
 
<http://light9.bigasterisk.com/show/dance2016/song13/n2c0p3> :time 10.838;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song13/n3> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song13/n3c0>;
 
     :effectClass effect:pulseRainbow; :originTime 186.689 .
 

	
 
@@ -65,8 +65,23 @@
 
<http://light9.bigasterisk.com/show/dance2016/song13/n3c0p0> :time -2.420;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n3c0p1> :time 3.694;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n3c0p2> :time 33.882;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n3c0p3> :time 44.518;
 
<http://light9.bigasterisk.com/show/dance2016/song13/n3c0p3> :time 54.924;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song13/n4> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song13/n4c0>;
 
     :effectClass effect:aurafill; :originTime 232.587 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song13/n4c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song13/n4c0p0>, <http://light9.bigasterisk.com/show/dance2016/song13/n4c0p1>, <http://light9.bigasterisk.com/show/dance2016/song13/n4c0p2>, <http://light9.bigasterisk.com/show/dance2016/song13/n4c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n4c0p0> :time -11.926;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n4c0p1> :time -4.066;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n4c0p2> :time 7.052;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song13/n4c0p3> :time 9.418;
 
     :value 0.000 .
show/dance2016/song14.n3
Show inline comments
 
@@ -10,29 +10,29 @@
 
<http://light9.bigasterisk.com/show/dance2016/song14> :note song:n0, song:n1, song:n2 .
 

	
 
song:n0 a :Note; :curve song:n0c0; :effectClass effect:qfill;
 
     :originTime 272.735 .
 

	
 
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 16.949; :value 1.000 .
 
song:n0c0p0 :time 6.270; :value 0.000 .
 
song:n0c0p1 :time 9.376; :value 1.000 .
 
song:n0c0p2 :time 18.507; :value 1.000 .
 
song:n0c0p3 :time 21.021; :value 0.000 .
 

	
 
song:n1 a :Note; :curve song:n1c0; :effectClass effect:song14rainbow;
 
     :originTime 5.603 .
 

	
 
song:n1c0 a :Curve; :attr :strength; :point song:n1c0p0, song:n1c0p1, song:n1c0p2, song:n1c0p3 .
 
song:n1c0p0 :time -5.104; :value 0.000 .
 
song:n1c0p1 :time -1.760; :value 1.000 .
 
song:n1c0p2 :time 283.916; :value 1.000 .
 
song:n1c0p2 :time 286.063; :value 1.000 .
 
song:n1c0p3 :time 287.594; :value 0.000 .
 

	
 
song:n2 a :Note; :curve song:n2c0; :effectClass effect:qfill;
 
     :originTime 144.595; :setting song:n2set0 .
 

	
 
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 28.810; :value 1.000 .
 
song:n2c0p2 :time 133.393; :value 1.000 .
 
song:n2c0p3 :time 140.267; :value 0.000 .
 
song:n2c0p2 :time 146.740; :value 1.000 .
 
song:n2c0p3 :time 149.088; :value 0.000 .
 
song:n2set0 :effectAttr :colorScale; :value "#a19e9e" .
show/dance2016/song15.n3
Show inline comments
 
@@ -3,22 +3,175 @@
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15> :note <http://light9.bigasterisk.com/show/dance2016/song15/n0> .
 
<http://light9.bigasterisk.com/show/dance2016/song15> :note <http://light9.bigasterisk.com/show/dance2016/song15/n10>, <http://light9.bigasterisk.com/show/dance2016/song15/n2>, <http://light9.bigasterisk.com/show/dance2016/song15/n3>, <http://light9.bigasterisk.com/show/dance2016/song15/n4>, <http://light9.bigasterisk.com/show/dance2016/song15/n5>, <http://light9.bigasterisk.com/show/dance2016/song15/n6>, <http://light9.bigasterisk.com/show/dance2016/song15/n7>, <http://light9.bigasterisk.com/show/dance2016/song15/n8>, <http://light9.bigasterisk.com/show/dance2016/song15/n9> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n0c0>;
 
     :effectClass effect:aurafill; :originTime 42.598 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n1> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n1c0>;
 
     :effectClass effect:lowdancers; :originTime 26.964 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n0c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n0c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n0c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n0c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0c0p0> :time 0.000;
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0c0p0> :time -4.365;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0c0p1> :time 7.739;
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0c0p1> :time 3.374;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0c0p2> :time 15.478;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0c0p3> :time 43.038;
 
<http://light9.bigasterisk.com/show/dance2016/song15/n0c0p3> :time 48.343;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n10> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n10c0>;
 
     :effectClass effect:qwidecenter; :originTime 217.948 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n10c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n10c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n10c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n10c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n10c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n10c0p0> :time 3.673;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n10c0p1> :time 3.752;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n10c0p2> :time 11.033;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n10c0p3> :time 13.896;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n1c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n1c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n1c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n1c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n1c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n1c0p0> :time 1.552;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n1c0p1> :time 9.981;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n1c0p2> :time 19.961;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n1c0p3> :time 29.942;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n2> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n2c0>;
 
     :effectClass effect:strobewarm; :originTime 90.447 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n2c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n2c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n2c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n2c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n2c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n2c0p0> :time 2.719;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n2c0p1> :time 2.871;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n2c0p2> :time 11.221;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n2c0p3> :time 14.426;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n3> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n3c0>;
 
     :effectClass effect:downmagenta; :originTime 9.643 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n3c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n3c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n3c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n3c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n3c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n3c0p0> :time -4.451;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n3c0p1> :time 0.964;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n3c0p2> :time 46.435;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n3c0p3> :time 69.652;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n4> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n4c0>;
 
     :effectClass effect:aurawash; :originTime 16.566 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n4c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n4c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n4c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n4c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n4c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n4c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n4c0p1> :time 3.415;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n4c0p2> :time 9.739;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n4c0p3> :time 14.608;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n5> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n5c0>;
 
     :effectClass effect:aurawash; :originTime 55.297 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n5c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n5c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n5c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n5c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n5c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n5c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n5c0p1> :time 2.802;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n5c0p2> :time 5.603;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n5c0p3> :time 8.405;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n6> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n6c0>;
 
     :effectClass effect:downback; :originTime 136.186 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n6c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n6c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n6c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n6c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n6c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n6c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n6c0p1> :time 2.397;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n6c0p2> :time 23.401;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n6c0p3> :time 36.863;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n7> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n7c0>;
 
     :effectClass effect:downback; :originTime 154.739;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song15/n7set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n7c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n7c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n7c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n7c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n7c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n7c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n7c0p1> :time 5.848;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n7c0p2> :time 26.023;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n7c0p3> :time 66.161;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n7set0> :effectAttr :colorScale;
 
     :value "#9598f7" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n8> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n8c0>;
 
     :effectClass effect:blacklight; :originTime 166.357 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n8c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n8c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n8c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n8c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n8c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n8c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n8c0p1> :time 9.979;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n8c0p2> :time 19.957;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n8c0p3> :time 29.936;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n9> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song15/n9c0>;
 
     :effectClass effect:aurafill; :originTime 216.287 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song15/n9c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song15/n9c0p0>, <http://light9.bigasterisk.com/show/dance2016/song15/n9c0p1>, <http://light9.bigasterisk.com/show/dance2016/song15/n9c0p2>, <http://light9.bigasterisk.com/show/dance2016/song15/n9c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n9c0p0> :time 4.331;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n9c0p1> :time 5.067;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n9c0p2> :time 12.522;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song15/n9c0p3> :time 15.745;
 
     :value 0.000 .
show/dance2016/song16.n3
Show inline comments
 
@@ -4,13 +4,13 @@
 
@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/song16/> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song16> :note song:n0, song:n1, song:n10, song:n11, song:n12, song:n13, song:n14, song:n15, song:n16, song:n2, song:n3, song:n4, song:n5, song:n6, song:n8, song:n9 .
 
<http://light9.bigasterisk.com/show/dance2016/song16> :note song:n0, song:n1, song:n10, song:n11, song:n12, song:n13, song:n14, song:n15, song:n16, song:n17, song:n18, song:n19, song:n2, song:n20, song:n21, song:n22, song:n23, song:n3, song:n4, song:n5, song:n6, song:n8, song:n9 .
 

	
 
song:n7 a :Note; :curve song:n7c0; :effectClass effect:qwidecenter;
 
     :originTime 316.925 .
 

	
 
song:n0 a :Note; :curve song:n0c0; :effectClass effect:downback;
 
     :originTime 195.666 .
 
@@ -27,25 +27,25 @@ song:n1 a :Note; :curve song:n1c0; :effe
 
song:n10 a :Note; :curve song:n10c0; :effectClass effect:downback;
 
     :originTime 355.217; :setting song:n10set0 .
 

	
 
song:n10c0 a :Curve; :attr :strength; :point song:n10c0p0, song:n10c0p1, song:n10c0p2, song:n10c0p3 .
 
song:n10c0p0 :time 0.000; :value 0.000 .
 
song:n10c0p1 :time 4.523; :value 1.000 .
 
song:n10c0p2 :time 117.094; :value 1.000 .
 
song:n10c0p3 :time 118.715; :value 0.000 .
 
song:n10c0p2 :time 22.613; :value 1.000 .
 
song:n10c0p3 :time 22.638; :value 0.000 .
 
song:n10set0 :effectAttr :colorScale; :value "#e107e7" .
 

	
 
song:n11 a :Note; :curve song:n11c0; :effectClass effect:aurafill;
 
     :originTime 474.538; :setting song:n11set0 .
 

	
 
song:n11c0 a :Curve; :attr :strength; :point song:n11c0p0, song:n11c0p1, song:n11c0p2, song:n11c0p3 .
 
song:n11c0p0 :time 6.631; :value 0.000 .
 
song:n11c0p1 :time 14.831; :value 1.000 .
 
song:n11c0p2 :time 156.480; :value 1.000 .
 
song:n11c0p3 :time 159.408; :value 0.000 .
 
song:n11set0 :effectAttr :colorScale; :value "#f3dcdc" .
 
song:n11set0 :effectAttr :colorScale; :value "#282323" .
 

	
 
song:n12 a :Note; :curve song:n12c0; :effectClass effect:strobewarm;
 
     :originTime 475.077 .
 

	
 
song:n12c0 a :Curve; :attr :strength; :point song:n12c0p0, song:n12c0p1, song:n12c0p2, song:n12c0p3 .
 
song:n12c0p0 :time -1.090; :value 0.000 .
 
@@ -76,48 +76,115 @@ song:n14set0 :effectAttr :colorScale; :v
 
song:n15 a :Note; :curve song:n15c0; :effectClass effect:qfill;
 
     :originTime 432.472; :setting song:n15set0 .
 

	
 
song:n15c0 a :Curve; :attr :strength; :point song:n15c0p0, song:n15c0p1, song:n15c0p2, song:n15c0p3 .
 
song:n15c0p0 :time -77.336; :value 0.000 .
 
song:n15c0p1 :time -75.231; :value 1.000 .
 
song:n15c0p2 :time 22.373; :value 1.000 .
 
song:n15c0p3 :time 41.300; :value 0.000 .
 
song:n15c0p2 :time -54.438; :value 1.000 .
 
song:n15c0p3 :time -54.041; :value 0.000 .
 
song:n15set0 :effectAttr :colorScale; :value "#6a075e" .
 

	
 
song:n16 a :Note; :curve song:n16c0; :effectClass effect:animRainbow;
 
     :originTime 557.596 .
 

	
 
song:n16c0 a :Curve; :attr :strength; :point song:n16c0p0, song:n16c0p1, song:n16c0p2, song:n16c0p3 .
 
song:n16c0p0 :time -68.071; :value 0.000 .
 
song:n16c0p1 :time -61.998; :value 1.000 .
 
song:n16c0p2 :time 2.679; :value 1.000 .
 
song:n16c0p3 :time 66.927; :value 0.000 .
 

	
 
song:n17 a :Note; :curve song:n17c0; :effectClass effect:strobewarm;
 
     :originTime 378.380 .
 

	
 
song:n17c0 a :Curve; :attr :strength; :point song:n17c0p0, song:n17c0p1, song:n17c0p2, song:n17c0p3 .
 
song:n17c0p0 :time -0.569; :value 0.000 .
 
song:n17c0p1 :time -0.517; :value 1.000 .
 
song:n17c0p2 :time 15.021; :value 1.000 .
 
song:n17c0p3 :time 15.215; :value 0.000 .
 

	
 
song:n18 a :Note; :curve song:n18c0; :effectClass effect:aurawash;
 
     :originTime 96.444; :setting song:n18set0 .
 

	
 
song:n18c0 a :Curve; :attr :strength; :point song:n18c0p0, song:n18c0p1, song:n18c0p2, song:n18c0p3 .
 
song:n18c0p0 :time -28.931; :value 0.000 .
 
song:n18c0p1 :time -21.142; :value 1.000 .
 
song:n18c0p2 :time 41.877; :value 1.000 .
 
song:n18c0p3 :time 56.448; :value 0.000 .
 
song:n18set0 :effectAttr :colorScale; :value "#193e2f" .
 

	
 
song:n19 a :Note; :curve song:n19c0; :effectClass effect:aurawash;
 
     :originTime 309.338 .
 

	
 
song:n19c0 a :Curve; :attr :strength; :point song:n19c0p0, song:n19c0p1, song:n19c0p2, song:n19c0p3 .
 
song:n19c0p0 :time 0.000; :value 0.000 .
 
song:n19c0p1 :time 12.998; :value 1.000 .
 
song:n19c0p2 :time 25.996; :value 1.000 .
 
song:n19c0p3 :time 38.994; :value 0.000 .
 

	
 
song:n1c0 a :Curve; :attr :strength; :point song:n1c0p0, song:n1c0p1, song:n1c0p2, song:n1c0p3 .
 
song:n1c0p0 :time -2.322; :value 0.000 .
 
song:n1c0p1 :time 0.829; :value 1.000 .
 
song:n1c0p2 :time 60.152; :value 1.000 .
 
song:n1c0p3 :time 60.968; :value 0.000 .
 
song:n1set0 :effectAttr :colorScale; :value "#ff0000" .
 

	
 
song:n2 a :Note; :curve song:n2c0; :effectClass effect:aurafill;
 
     :originTime 169.395; :setting song:n2set0 .
 

	
 
song:n20 a :Note; :curve song:n20c0; :effectClass effect:aurawash;
 
     :originTime 317.351; :setting song:n20set0 .
 

	
 
song:n20c0 a :Curve; :attr :strength; :point song:n20c0p0, song:n20c0p1, song:n20c0p2, song:n20c0p3 .
 
song:n20c0p0 :time -17.853; :value 0.000 .
 
song:n20c0p1 :time -15.420; :value 1.000 .
 
song:n20c0p2 :time 30.903; :value 1.000 .
 
song:n20c0p3 :time 38.650; :value 0.000 .
 
song:n20set0 :effectAttr :colorScale; :value "#362727" .
 

	
 
song:n21 a :Note; :curve song:n21c0; :effectClass effect:downback;
 
     :originTime 396.982; :setting song:n21set0 .
 

	
 
song:n21c0 a :Curve; :attr :strength; :point song:n21c0p0, song:n21c0p1, song:n21c0p2, song:n21c0p3 .
 
song:n21c0p0 :time -3.508; :value 0.000 .
 
song:n21c0p1 :time -2.700; :value 1.000 .
 
song:n21c0p2 :time 15.322; :value 1.000 .
 
song:n21c0p3 :time 22.982; :value 0.000 .
 
song:n21set0 :effectAttr :colorScale; :value "#be1da1" .
 

	
 
song:n22 a :Note; :curve song:n22c0; :effectClass effect:qfill;
 
     :originTime 395.957; :setting song:n22set0 .
 

	
 
song:n22c0 a :Curve; :attr :strength; :point song:n22c0p0, song:n22c0p1, song:n22c0p2, song:n22c0p3 .
 
song:n22c0p0 :time 0.541; :value 0.000 .
 
song:n22c0p1 :time 2.761; :value 1.000 .
 
song:n22c0p2 :time 78.103; :value 1.000 .
 
song:n22c0p3 :time 78.193; :value 0.000 .
 
song:n22set0 :effectAttr :colorScale; :value "#ba1bd5" .
 

	
 
song:n23 a :Note; :curve song:n23c0; :effectClass effect:qfill;
 
     :originTime 565.552 .
 

	
 
song:n23c0 a :Curve; :attr :strength; :point song:n23c0p0, song:n23c0p1, song:n23c0p2, song:n23c0p3 .
 
song:n23c0p0 :time 33.904; :value 0.000 .
 
song:n23c0p1 :time 58.769; :value 1.000 .
 
song:n23c0p2 :time 63.826; :value 1.000 .
 
song:n23c0p3 :time 69.139; :value 0.000 .
 

	
 
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 3.101; :value 1.000 .
 
song:n2c0p2 :time 53.252; :value 1.000 .
 
song:n2c0p3 :time 59.696; :value 0.000 .
 
song:n2set0 :effectAttr :colorScale; :value "#0d1561" .
 

	
 
song:n3 a :Note; :curve song:n3c0; :effectClass effect:aurafill;
 
     :originTime 4.479; :setting song:n3set0 .
 

	
 
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 4.333; :value 1.000 .
 
song:n3c0p1 :time 3.933; :value 1.000 .
 
song:n3c0p2 :time 64.937; :value 1.000 .
 
song:n3c0p3 :time 66.959; :value 0.000 .
 
song:n3set0 :effectAttr :colorScale; :value "#a846d1" .
 

	
 
song:n4 a :Note; :curve song:n4c0; :effectClass effect:down;
 
     :originTime 70.624; :setting song:n4set0 .
 
@@ -157,13 +224,13 @@ song:n7c0p3 :time 28.726; :value 0.000 .
 
song:n8 a :Note; :curve song:n8c0; :effectClass effect:qfill;
 
     :originTime 310.337 .
 

	
 
song:n8c0 a :Curve; :attr :strength; :point song:n8c0p0, song:n8c0p1, song:n8c0p2, song:n8c0p3 .
 
song:n8c0p0 :time -13.443; :value 0.000 .
 
song:n8c0p1 :time -13.028; :value 1.000 .
 
song:n8c0p2 :time 44.567; :value 1.000 .
 
song:n8c0p2 :time 44.248; :value 1.000 .
 
song:n8c0p3 :time 49.742; :value 0.000 .
 

	
 
song:n9 a :Note; :curve song:n9c0; :effectClass effect:cyc;
 
     :originTime 355.108 .
 

	
 
song:n9c0 a :Curve; :attr :strength; :point song:n9c0p0, song:n9c0p1, song:n9c0p2, song:n9c0p3 .
show/dance2016/song17.n3
Show inline comments
 
@@ -3,13 +3,13 @@
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17> :note <http://light9.bigasterisk.com/show/dance2016/song17/n0>, <http://light9.bigasterisk.com/show/dance2016/song17/n1>, <http://light9.bigasterisk.com/show/dance2016/song17/n2>, <http://light9.bigasterisk.com/show/dance2016/song17/n3>, <http://light9.bigasterisk.com/show/dance2016/song17/n4>, <http://light9.bigasterisk.com/show/dance2016/song17/n5> .
 
<http://light9.bigasterisk.com/show/dance2016/song17> :note <http://light9.bigasterisk.com/show/dance2016/song17/n0>, <http://light9.bigasterisk.com/show/dance2016/song17/n1>, <http://light9.bigasterisk.com/show/dance2016/song17/n2>, <http://light9.bigasterisk.com/show/dance2016/song17/n3>, <http://light9.bigasterisk.com/show/dance2016/song17/n4>, <http://light9.bigasterisk.com/show/dance2016/song17/n5>, <http://light9.bigasterisk.com/show/dance2016/song17/n6>, <http://light9.bigasterisk.com/show/dance2016/song17/n7>, <http://light9.bigasterisk.com/show/dance2016/song17/n8>, <http://light9.bigasterisk.com/show/dance2016/song17/n9> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song17/n0c0>;
 
     :effectClass effect:downmagenta; :originTime 2.752 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n0c0> a :Curve;
 
@@ -100,6 +100,66 @@
 
<http://light9.bigasterisk.com/show/dance2016/song17/n5c0p1> :time 2.432;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n5c0p2> :time 35.394;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n5c0p3> :time 36.555;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n6> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song17/n6c0>;
 
     :effectClass effect:houseside; :originTime 101.988 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n6c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song17/n6c0p0>, <http://light9.bigasterisk.com/show/dance2016/song17/n6c0p1>, <http://light9.bigasterisk.com/show/dance2016/song17/n6c0p2>, <http://light9.bigasterisk.com/show/dance2016/song17/n6c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n6c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n6c0p1> :time 5.376;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n6c0p2> :time 108.994;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n6c0p3> :time 109.338;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n7> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song17/n7c0>;
 
     :effectClass effect:down; :originTime 207.284 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n7c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song17/n7c0p0>, <http://light9.bigasterisk.com/show/dance2016/song17/n7c0p1>, <http://light9.bigasterisk.com/show/dance2016/song17/n7c0p2>, <http://light9.bigasterisk.com/show/dance2016/song17/n7c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n7c0p0> :time -27.381;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n7c0p1> :time -18.363;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n7c0p2> :time 3.885;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n7c0p3> :time 5.319;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n8> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song17/n8c0>;
 
     :effectClass effect:posts; :originTime 191.291 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n8c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song17/n8c0p0>, <http://light9.bigasterisk.com/show/dance2016/song17/n8c0p1>, <http://light9.bigasterisk.com/show/dance2016/song17/n8c0p2>, <http://light9.bigasterisk.com/show/dance2016/song17/n8c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n8c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n8c0p1> :time 5.881;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n8c0p2> :time 19.699;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n8c0p3> :time 21.137;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n9> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song17/n9c0>;
 
     :effectClass effect:aurasuperwide; :originTime 222.597 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song17/n9c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song17/n9c0p0>, <http://light9.bigasterisk.com/show/dance2016/song17/n9c0p1>, <http://light9.bigasterisk.com/show/dance2016/song17/n9c0p2>, <http://light9.bigasterisk.com/show/dance2016/song17/n9c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n9c0p0> :time -18.127;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n9c0p1> :time -15.649;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n9c0p2> :time -11.000;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song17/n9c0p3> :time -10.257;
 
     :value 0.000 .
show/dance2016/song2.n3
Show inline comments
 
@@ -4,13 +4,13 @@
 
@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/song2> ns1:note <http://light9.bigasterisk.com/show/dance2016/song2/n1>, <http://light9.bigasterisk.com/show/dance2016/song2/n2> .
 
<http://light9.bigasterisk.com/show/dance2016/song2> ns1:note <http://light9.bigasterisk.com/show/dance2016/song2/n1>, <http://light9.bigasterisk.com/show/dance2016/song2/n2>, <http://light9.bigasterisk.com/show/dance2016/song2/n3> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song2/n0> a ns1:Note;
 
     ns1:curve <http://light9.bigasterisk.com/show/dance2016/song2/n0c0>;
 
     ns1:effectClass effect:Curtain; ns1:originTime 27.567 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song2/n0c0> a ns1:Curve;
 
@@ -52,10 +52,28 @@
 
<http://light9.bigasterisk.com/show/dance2016/song2/n2c0p0> ns1:time -17.426;
 
     ns1:value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n2c0p1> ns1:time -1.673;
 
     ns1:value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n2c0p2> ns1:time 154.624;
 
     ns1:value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n2c0p3> ns1:time 157.514;
 
<http://light9.bigasterisk.com/show/dance2016/song2/n2c0p3> ns1:time 157.534;
 
     ns1:value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n2set0> ns1:effectAttr ns1:colorScale;
 
     ns1:value "#f3c8c8" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song2/n3> a ns1:Note;
 
     ns1:curve <http://light9.bigasterisk.com/show/dance2016/song2/n3c0>;
 
     ns1:effectClass effect:aurafill; ns1:originTime 86.267;
 
     ns1:setting <http://light9.bigasterisk.com/show/dance2016/song2/n3set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song2/n3c0> a ns1:Curve;
 
     ns1:attr ns1:strength; ns1:point <http://light9.bigasterisk.com/show/dance2016/song2/n3c0p0>, <http://light9.bigasterisk.com/show/dance2016/song2/n3c0p1>, <http://light9.bigasterisk.com/show/dance2016/song2/n3c0p2>, <http://light9.bigasterisk.com/show/dance2016/song2/n3c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n3c0p0> ns1:time -85.407;
 
     ns1:value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n3c0p1> ns1:time -69.853;
 
     ns1:value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n3c0p2> ns1:time 86.679;
 
     ns1:value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n3c0p3> ns1:time 89.792;
 
     ns1:value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song2/n3set0> ns1:effectAttr ns1:colorScale;
 
     ns1:value "#201a1a" .
show/dance2016/song3.n3
Show inline comments
 
@@ -3,13 +3,13 @@
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song3> :note <http://light9.bigasterisk.com/show/dance2016/song3/n0>, <http://light9.bigasterisk.com/show/dance2016/song3/n1>, <http://light9.bigasterisk.com/show/dance2016/song3/n2>, <http://light9.bigasterisk.com/show/dance2016/song3/n3>, <http://light9.bigasterisk.com/show/dance2016/song3/n4>, <http://light9.bigasterisk.com/show/dance2016/song3/n5>, <http://light9.bigasterisk.com/show/dance2016/song3/n6>, <http://light9.bigasterisk.com/show/dance2016/song3/n7>, <http://light9.bigasterisk.com/show/dance2016/song3/n8>, <http://light9.bigasterisk.com/show/dance2016/song3/n9> .
 
<http://light9.bigasterisk.com/show/dance2016/song3> :note <http://light9.bigasterisk.com/show/dance2016/song3/n0>, <http://light9.bigasterisk.com/show/dance2016/song3/n1>, <http://light9.bigasterisk.com/show/dance2016/song3/n10>, <http://light9.bigasterisk.com/show/dance2016/song3/n2>, <http://light9.bigasterisk.com/show/dance2016/song3/n3>, <http://light9.bigasterisk.com/show/dance2016/song3/n4>, <http://light9.bigasterisk.com/show/dance2016/song3/n5>, <http://light9.bigasterisk.com/show/dance2016/song3/n6>, <http://light9.bigasterisk.com/show/dance2016/song3/n7>, <http://light9.bigasterisk.com/show/dance2016/song3/n8>, <http://light9.bigasterisk.com/show/dance2016/song3/n9> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song3/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song3/n0c0>;
 
     :effectClass effect:strobewarm; :originTime 215.468 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song3/n0c0> a :Curve;
 
@@ -25,12 +25,30 @@
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song3/n1> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song3/n1c0>;
 
     :effectClass effect:down; :originTime 239.371;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song3/n1set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song3/n10> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song3/n10c0>;
 
     :effectClass effect:qsweep; :originTime 144.450;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song3/n10set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song3/n10c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song3/n10c0p0>, <http://light9.bigasterisk.com/show/dance2016/song3/n10c0p1>, <http://light9.bigasterisk.com/show/dance2016/song3/n10c0p2>, <http://light9.bigasterisk.com/show/dance2016/song3/n10c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song3/n10c0p0> :time 0.000;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song3/n10c0p1> :time 48.740;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song3/n10c0p2> :time 81.865;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song3/n10c0p3> :time 82.616;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song3/n10set0> :effectAttr :colorScale;
 
     :value "#a95627" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song3/n1c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song3/n1c0p0>, <http://light9.bigasterisk.com/show/dance2016/song3/n1c0p1>, <http://light9.bigasterisk.com/show/dance2016/song3/n1c0p2>, <http://light9.bigasterisk.com/show/dance2016/song3/n1c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song3/n1c0p0> :time -2.938;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song3/n1c0p1> :time 6.191;
 
     :value 1.000 .
show/dance2016/song4.n3
Show inline comments
 
@@ -21,13 +21,13 @@
 
<http://light9.bigasterisk.com/show/dance2016/song4/n0c0p0> :time 2.086;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song4/n0c0p1> :time 9.736;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song4/n0c0p2> :time 239.494;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song4/n0c0p3> :time 252.415;
 
<http://light9.bigasterisk.com/show/dance2016/song4/n0c0p3> :time 241.625;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song4/n1c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song4/n1c0p0>, <http://light9.bigasterisk.com/show/dance2016/song4/n1c0p1>, <http://light9.bigasterisk.com/show/dance2016/song4/n1c0p2>, <http://light9.bigasterisk.com/show/dance2016/song4/n1c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song4/n1c0p0> :time 0.000;
 
     :value 0.000 .
 
@@ -47,8 +47,8 @@
 
<http://light9.bigasterisk.com/show/dance2016/song4/n2c0p0> :time -16.608;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song4/n2c0p1> :time -1.668;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song4/n2c0p2> :time 11.120;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song4/n2c0p3> :time 19.089;
 
<http://light9.bigasterisk.com/show/dance2016/song4/n2c0p3> :time 13.994;
 
     :value 0.000 .
show/dance2016/song5.n3
Show inline comments
 
@@ -3,37 +3,52 @@
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song5> :note <http://light9.bigasterisk.com/show/dance2016/song5/n0>, <http://light9.bigasterisk.com/show/dance2016/song5/n1> .
 
<http://light9.bigasterisk.com/show/dance2016/song5> :note <http://light9.bigasterisk.com/show/dance2016/song5/n0>, <http://light9.bigasterisk.com/show/dance2016/song5/n1>, <http://light9.bigasterisk.com/show/dance2016/song5/n2> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song5/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song5/n0c0>;
 
     :effectClass effect:qfill; :originTime 62.512 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song5/n0c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song5/n0c0p0>, <http://light9.bigasterisk.com/show/dance2016/song5/n0c0p1>, <http://light9.bigasterisk.com/show/dance2016/song5/n0c0p2>, <http://light9.bigasterisk.com/show/dance2016/song5/n0c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n0c0p0> :time -61.745;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n0c0p1> :time -57.926;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n0c0p2> :time 128.740;
 
<http://light9.bigasterisk.com/show/dance2016/song5/n0c0p2> :time 127.749;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n0c0p3> :time 131.268;
 
<http://light9.bigasterisk.com/show/dance2016/song5/n0c0p3> :time 130.317;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song5/n1> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song5/n1c0>;
 
     :effectClass effect:aurafill; :originTime 52.252 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song5/n1c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song5/n1c0p0>, <http://light9.bigasterisk.com/show/dance2016/song5/n1c0p1>, <http://light9.bigasterisk.com/show/dance2016/song5/n1c0p2>, <http://light9.bigasterisk.com/show/dance2016/song5/n1c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n1c0p0> :time -51.582;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n1c0p1> :time -47.023;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n1c0p2> :time 138.883;
 
<http://light9.bigasterisk.com/show/dance2016/song5/n1c0p2> :time 138.240;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n1c0p3> :time 141.089;
 
<http://light9.bigasterisk.com/show/dance2016/song5/n1c0p3> :time 140.727;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song5/n2> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song5/n2c0>;
 
     :effectClass effect:down; :originTime 168.923 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song5/n2c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song5/n2c0p0>, <http://light9.bigasterisk.com/show/dance2016/song5/n2c0p1>, <http://light9.bigasterisk.com/show/dance2016/song5/n2c0p2>, <http://light9.bigasterisk.com/show/dance2016/song5/n2c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n2c0p0> :time 2.357;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n2c0p1> :time 11.808;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n2c0p2> :time 21.759;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song5/n2c0p3> :time 24.845;
 
     :value 0.000 .
show/dance2016/song6.n3
Show inline comments
 
@@ -3,13 +3,13 @@
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song6> :note <http://light9.bigasterisk.com/show/dance2016/song6/n0>, <http://light9.bigasterisk.com/show/dance2016/song6/n1>, <http://light9.bigasterisk.com/show/dance2016/song6/n2>, <http://light9.bigasterisk.com/show/dance2016/song6/n3>, <http://light9.bigasterisk.com/show/dance2016/song6/n4> .
 
<http://light9.bigasterisk.com/show/dance2016/song6> :note <http://light9.bigasterisk.com/show/dance2016/song6/n0>, <http://light9.bigasterisk.com/show/dance2016/song6/n1>, <http://light9.bigasterisk.com/show/dance2016/song6/n2>, <http://light9.bigasterisk.com/show/dance2016/song6/n3>, <http://light9.bigasterisk.com/show/dance2016/song6/n4>, <http://light9.bigasterisk.com/show/dance2016/song6/n5> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song6/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song6/n0c0>;
 
     :effectClass effect:twolines; :originTime 83.715 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song6/n0c0> a :Curve;
 
@@ -88,6 +88,21 @@
 
<http://light9.bigasterisk.com/show/dance2016/song6/n4c0p2> :time 165.615;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song6/n4c0p3> :time 168.574;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song6/n4set0> :effectAttr :colorScale;
 
     :value "#938585" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song6/n5> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song6/n5c0>;
 
     :effectClass effect:qfill; :originTime 523.264 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song6/n5c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song6/n5c0p0>, <http://light9.bigasterisk.com/show/dance2016/song6/n5c0p1>, <http://light9.bigasterisk.com/show/dance2016/song6/n5c0p2>, <http://light9.bigasterisk.com/show/dance2016/song6/n5c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song6/n5c0p0> :time 21.619;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song6/n5c0p1> :time 25.342;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song6/n5c0p2> :time 32.431;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song6/n5c0p3> :time 34.939;
 
     :value 0.000 .
show/dance2016/song7.n3
Show inline comments
 
@@ -16,13 +16,13 @@ song:n0 a :Note; :curve song:n0c0; :effe
 

	
 
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 2.702; :value 1.000 .
 
song:n0c0p2 :time 219.002; :value 1.000 .
 
song:n0c0p3 :time 222.379; :value 0.000 .
 
song:n0set0 :effectAttr :colorScale; :value "#b1ad3f" .
 
song:n0set0 :effectAttr :colorScale; :value "#e8e365" .
 

	
 
song:n1 a :Note; :curve song:n1c1; :effectClass effect:qfill;
 
     :originTime 185.498 .
 
song:n1c0p0 :time -0.420; :value 0.000 .
 
song:n1c0p1 :time 12.472; :value 1.000 .
 
song:n1c0p2 :time 24.944; :value 1.000 .
 
@@ -39,7 +39,7 @@ song:n2 a :Note; :curve song:n2c0; :effe
 

	
 
song:n2c0 a :Curve; :attr :strength; :point song:n2c0p0, song:n2c0p1, song:n2c0p2, song:n2c0p3 .
 
song:n2c0p0 :time -1.861; :value 0.000 .
 
song:n2c0p1 :time 2.312; :value 1.000 .
 
song:n2c0p2 :time 218.894; :value 1.000 .
 
song:n2c0p3 :time 222.454; :value 0.000 .
 
song:n2set0 :effectAttr :colorScale; :value "#e37474" .
 
song:n2set0 :effectAttr :colorScale; :value "#f38080" .
show/dance2016/song8.n3
Show inline comments
 
@@ -3,25 +3,43 @@
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song8> :note <http://light9.bigasterisk.com/show/dance2016/song8/n0> .
 
<http://light9.bigasterisk.com/show/dance2016/song8> :note <http://light9.bigasterisk.com/show/dance2016/song8/n0>, <http://light9.bigasterisk.com/show/dance2016/song8/n1> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song8/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song8/n0c0>;
 
     :effectClass effect:aurafill; :originTime 26.653;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song8/n0set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song8/n0c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song8/n0c0p0>, <http://light9.bigasterisk.com/show/dance2016/song8/n0c0p1>, <http://light9.bigasterisk.com/show/dance2016/song8/n0c0p2>, <http://light9.bigasterisk.com/show/dance2016/song8/n0c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n0c0p0> :time -26.054;
 
<http://light9.bigasterisk.com/show/dance2016/song8/n0c0p0> :time -23.929;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n0c0p1> :time -21.924;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n0c0p2> :time 180.038;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n0c0p3> :time 181.918;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n0set0> :effectAttr :colorScale;
 
     :value "#fbe3e3" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song8/n1> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song8/n1c0>;
 
     :effectClass effect:chase; :originTime 160.082;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song8/n1set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song8/n1c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song8/n1c0p0>, <http://light9.bigasterisk.com/show/dance2016/song8/n1c0p1>, <http://light9.bigasterisk.com/show/dance2016/song8/n1c0p2>, <http://light9.bigasterisk.com/show/dance2016/song8/n1c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n1c0p0> :time -8.467;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n1c0p1> :time 18.503;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n1c0p2> :time 37.570;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n1c0p3> :time 38.309;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song8/n1set0> :effectAttr :colorScale;
 
     :value "#df5858" .
show/dance2016/song9.n3
Show inline comments
 
@@ -3,25 +3,25 @@
 
@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 xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9> :note <http://light9.bigasterisk.com/show/dance2016/song9/n0>, <http://light9.bigasterisk.com/show/dance2016/song9/n1>, <http://light9.bigasterisk.com/show/dance2016/song9/n2> .
 
<http://light9.bigasterisk.com/show/dance2016/song9> :note <http://light9.bigasterisk.com/show/dance2016/song9/n0>, <http://light9.bigasterisk.com/show/dance2016/song9/n1>, <http://light9.bigasterisk.com/show/dance2016/song9/n2>, <http://light9.bigasterisk.com/show/dance2016/song9/n3>, <http://light9.bigasterisk.com/show/dance2016/song9/n4> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n0> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song9/n0c0>;
 
     :effectClass effect:aurayellow; :originTime 4.390 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n0c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song9/n0c0p0>, <http://light9.bigasterisk.com/show/dance2016/song9/n0c0p1>, <http://light9.bigasterisk.com/show/dance2016/song9/n0c0p2>, <http://light9.bigasterisk.com/show/dance2016/song9/n0c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n0c0p0> :time -4.354;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n0c0p1> :time 3.290;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n0c0p2> :time 187.403;
 
<http://light9.bigasterisk.com/show/dance2016/song9/n0c0p2> :time 188.782;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n0c0p3> :time 192.081;
 
     :value 0.000 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n1> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song9/n1c0>;
 
@@ -40,18 +40,54 @@
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n1set0> :effectAttr :colorScale;
 
     :value "#434343" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n2> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song9/n2c0>;
 
     :effectClass effect:lightning; :originTime 183.402 .
 
     :effectClass effect:lightning; :originTime 183.402;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song9/n2set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n2c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song9/n2c0p0>, <http://light9.bigasterisk.com/show/dance2016/song9/n2c0p1>, <http://light9.bigasterisk.com/show/dance2016/song9/n2c0p2>, <http://light9.bigasterisk.com/show/dance2016/song9/n2c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n2c0p0> :time 1.037;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n2c0p1> :time 1.738;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n2c0p2> :time 3.951;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n2c0p3> :time 4.217;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n2set0> :effectAttr :colorScale;
 
     :value "#350a0a" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n3> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song9/n3c0>;
 
     :effectClass effect:chase1; :originTime 106.975;
 
     :setting <http://light9.bigasterisk.com/show/dance2016/song9/n3set0> .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n3c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song9/n3c0p0>, <http://light9.bigasterisk.com/show/dance2016/song9/n3c0p1>, <http://light9.bigasterisk.com/show/dance2016/song9/n3c0p2>, <http://light9.bigasterisk.com/show/dance2016/song9/n3c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n3c0p0> :time 2.889;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n3c0p1> :time 5.240;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n3c0p2> :time 77.320;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n3c0p3> :time 77.496;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n3set0> :effectAttr :colorScale;
 
     :value "#3b3b3b" .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n4> a :Note;
 
     :curve <http://light9.bigasterisk.com/show/dance2016/song9/n4c0>;
 
     :effectClass effect:qfill; :originTime 188.462 .
 

	
 
<http://light9.bigasterisk.com/show/dance2016/song9/n4c0> a :Curve;
 
     :attr :strength; :point <http://light9.bigasterisk.com/show/dance2016/song9/n4c0p0>, <http://light9.bigasterisk.com/show/dance2016/song9/n4c0p1>, <http://light9.bigasterisk.com/show/dance2016/song9/n4c0p2>, <http://light9.bigasterisk.com/show/dance2016/song9/n4c0p3> .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n4c0p0> :time -2.615;
 
     :value 0.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n4c0p1> :time -0.897;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n4c0p2> :time 4.742;
 
     :value 1.000 .
 
<http://light9.bigasterisk.com/show/dance2016/song9/n4c0p3> :time 7.885;
 
     :value 0.000 .
0 comments (0 inline, 0 general)