Mercurial > code > home > repos > light9
diff show/dance2015/song14.n3 @ 1398:e1e56c14596b
checkpoint show data
Ignore-this: f92a134fbd7c4a095b81dffe1bedda34
author | drewp@bigasterisk.com |
---|---|
date | Sun, 14 Jun 2015 21:34:49 +0000 |
parents | ae4a67906c39 |
children | 01c33edd1d7c |
line wrap: on
line diff
--- a/show/dance2015/song14.n3 Sun Jun 14 21:28:24 2015 +0000 +++ b/show/dance2015/song14.n3 Sun Jun 14 21:34:49 2015 +0000 @@ -8,12 +8,14 @@ <http://light9.bigasterisk.com/show/dance2015/song14/curve-2>, <http://light9.bigasterisk.com/show/dance2015/song14/curve-3>, <http://light9.bigasterisk.com/show/dance2015/song14/curve-4>, - <http://light9.bigasterisk.com/show/dance2015/song14/curve-5> ; + <http://light9.bigasterisk.com/show/dance2015/song14/curve-5>, + <http://light9.bigasterisk.com/show/dance2015/song14/curve-6> ; ns1:effect <http://light9.bigasterisk.com/show/dance2015/song14/effect-1>, <http://light9.bigasterisk.com/show/dance2015/song14/effect-2>, <http://light9.bigasterisk.com/show/dance2015/song14/effect-3>, <http://light9.bigasterisk.com/show/dance2015/song14/effect-4>, - <http://light9.bigasterisk.com/show/dance2015/song14/effect-5> . + <http://light9.bigasterisk.com/show/dance2015/song14/effect-5>, + <http://light9.bigasterisk.com/show/dance2015/song14/effect-6> . <http://light9.bigasterisk.com/show/dance2015/song14/curve-1> a ns1:Curve ; rdfs:label "center" . @@ -30,6 +32,9 @@ <http://light9.bigasterisk.com/show/dance2015/song14/curve-5> a ns1:Curve ; rdfs:label "whiteLed" . +<http://light9.bigasterisk.com/show/dance2015/song14/curve-6> a ns1:Curve ; + rdfs:label "frontrand chase" . + <http://light9.bigasterisk.com/show/dance2015/song14/effect-1> a ns1:Effect ; rdfs:label "center" ; ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-1>", @@ -56,3 +61,9 @@ ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-5>", "out = [Strip.solid('LR', (1,1,1)) * env, Strip.solid('W', (1,.5,.5)) * env]" . +<http://light9.bigasterisk.com/show/dance2015/song14/effect-6> a ns1:Effect, + <http://light9.bigasterisk.com/effect/frontrandChase> ; + rdfs:label "frontrand chase" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song14/curve-6>", + "out = chase(t, names=frontrand, ontime=.25, offset=0) * env" . +