Changeset - 6bc6f0862959
[Not reviewed]
default
0 3 0
drewp@bigasterisk.com - 11 years ago 2014-06-16 04:55:46
drewp@bigasterisk.com
fixes from during the sunday night show
Ignore-this: 28e0c6b6142a93f249088923c6b98567
3 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
show/dance2014/song15.n3
Show inline comments
 
@@ -64,13 +64,13 @@
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song15/curve-10>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" .
 

	
 
<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))",
 
        "p3 = Strip.solid('L', (0,0,1))",
 
        "p4 = Blacklight(1)" .
 

	
show/dance2014/song17.n3
Show inline comments
 
@@ -67,13 +67,13 @@
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/effect-6> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/fullToMusic> ;
 
    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" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song17/curve-7>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/patio> * env" .
 

	
show/dance2014/song4.n3
Show inline comments
 
@@ -56,12 +56,12 @@
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song4/effect-5> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/slowColor> ;
 
    rdfs:label "slow color chase" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song4/curve-5>",
 
        "period = 5",
 
    "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)",
 
    "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)",
 
    "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)",
 
    "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]" .
 

	
 

	
0 comments (0 inline, 0 general)