diff --git a/show/dance2015/song14.n3 b/show/dance2015/song14.n3 --- a/show/dance2015/song14.n3 +++ b/show/dance2015/song14.n3 @@ -9,13 +9,15 @@ , , , - ; + , + ; ns1:effect , , , , , - . + , + . a ns1:Curve ; rdfs:label "center" . @@ -35,6 +37,9 @@ a ns1:Curve ; rdfs:label "frontrand chase" . + a ns1:Curve ; + rdfs:label "slow color chase" . + a ns1:Effect ; rdfs:label "center" ; ns1:code "env = ", @@ -67,3 +72,13 @@ ns1:code "env = ", "out = chase(t, names=frontrand, ontime=.25, offset=0) * env" . + a ns1:Effect, + ; + rdfs:label "slow color chase" ; + ns1:code "b = * nsin((t+.6) / period)", + "env = ", + "out = [r*env,y*env,b*env]", + "period = 1", + "r = * nsin(t / period)", + "y = * nsin((t+.3) / period)" . +