diff --git a/show/dance2014/song15.n3 b/show/dance2014/song15.n3 --- a/show/dance2014/song15.n3 +++ b/show/dance2014/song15.n3 @@ -67,7 +67,7 @@ a ns1:Effect, ; rdfs:label "blacklight" ; - ns1:code "env = +1.0", + ns1:code "env = ", "out = [env * p1, env * p2, env * p3, env * p4]", "p1 = env * * .5", "p2 = Strip.solid('R', (0,0,1))", diff --git a/show/dance2014/song17.n3 b/show/dance2014/song17.n3 --- a/show/dance2014/song17.n3 +++ b/show/dance2014/song17.n3 @@ -70,7 +70,7 @@ rdfs:label "full to music" ; ns1:code "env = ", "music = * 2", - "out = * music * env" . + "out = * music * env" . a ns1:Effect ; rdfs:label "patio" ; diff --git a/show/dance2014/song4.n3 b/show/dance2014/song4.n3 --- a/show/dance2014/song4.n3 +++ b/show/dance2014/song4.n3 @@ -59,9 +59,9 @@ rdfs:label "slow color chase" ; ns1:code "env = ", "period = 5", - "r = * nsin(t / period)", - "y = * nsin((t+.3) / period)", - "b = * nsin((t+.6) / period)", + "r = * nsin(t / period) * env", + "y = * nsin((t+.3) / period) * env", + "b = * nsin((t+.6) / period) * env", "out = [r,y,b]" .