# HG changeset patch # User drewp@bigasterisk.com # Date 2014-06-16 04:55:46 # Node ID 6bc6f08629592cd87f251c198293c49555d21664 # Parent cdd399b5c3fe954fb7a6874a0bc131df75879017 fixes from during the sunday night show Ignore-this: 28e0c6b6142a93f249088923c6b98567 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]" .