changeset 1202:6bc6f0862959

fixes from during the sunday night show Ignore-this: 28e0c6b6142a93f249088923c6b98567
author drewp@bigasterisk.com
date Mon, 16 Jun 2014 04:55:46 +0000
parents cdd399b5c3fe
children 416b2035b597
files show/dance2014/song15.n3 show/dance2014/song17.n3 show/dance2014/song4.n3
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/show/dance2014/song15.n3	Mon Jun 16 02:01:09 2014 +0000
+++ b/show/dance2014/song15.n3	Mon Jun 16 04:55:46 2014 +0000
@@ -67,7 +67,7 @@
 <http://light9.bigasterisk.com/show/dance2014/song15/effect-2> a ns1:Effect,
         <http://light9.bigasterisk.com/effect/blacklight> ;
     rdfs:label "blacklight" ;
-    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-1> +1.0",
+    ns1: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))",
--- a/show/dance2014/song17.n3	Mon Jun 16 02:01:09 2014 +0000
+++ b/show/dance2014/song17.n3	Mon Jun 16 04:55:46 2014 +0000
@@ -70,7 +70,7 @@
     rdfs:label "full to music" ;
     ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song17/curve-6>",
         "music = <http://light9.bigasterisk.com/show/dance2014/song17music> * 2",
-        "out = <http://light9.bigasterisk.com/show/dance2013/sub/full> * music  * env" .
+        "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * music  * env" .
 
 <http://light9.bigasterisk.com/show/dance2014/song17/effect-7> a ns1:Effect ;
     rdfs:label "patio" ;
--- a/show/dance2014/song4.n3	Mon Jun 16 02:01:09 2014 +0000
+++ b/show/dance2014/song4.n3	Mon Jun 16 04:55:46 2014 +0000
@@ -59,9 +59,9 @@
     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)",
+    "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period) * env",
+    "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period) * env",
+    "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period) * env",
     "out = [r,y,b]" .