Mercurial > code > home > repos > light9
diff show/dance2014/effectClass.n3 @ 1197:d91aecab1418
checkpoint show data
Ignore-this: 430b7811ba11dcc8509b45469c4a8ac8
author | drewp@bigasterisk.com |
---|---|
date | Sun, 15 Jun 2014 22:52:40 +0000 |
parents | 19e8a57b060e |
children | 30793e93e4eb |
line wrap: on
line diff
--- a/show/dance2014/effectClass.n3 Sun Jun 15 20:59:09 2014 +0000 +++ b/show/dance2014/effectClass.n3 Sun Jun 15 22:52:40 2014 +0000 @@ -80,3 +80,23 @@ effect:backChaseSlower a :EffectClass; rdfs:label "back chase slower"; :code "out = chase(t, names=backchase, ontime=.7, offset=-.11) * env" . + +chase:frontrand a :Chase; :channels ( +<http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue> +<http://light9.bigasterisk.com/theater/piedmont/channel/f3> +<http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill> +<http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r> +<http://light9.bigasterisk.com/theater/piedmont/channel/f10> +<http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue> +<http://light9.bigasterisk.com/theater/piedmont/channel/f4-pool-l> +<http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill> +<http://light9.bigasterisk.com/theater/piedmont/channel/f7> +<http://light9.bigasterisk.com/theater/piedmont/channel/f2> +<http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> +<http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp> +) . + + +effect:frontrandChase a :EffectClass; + rdfs:label "frontrand chase"; + :code "out = chase(t, names=frontrand, ontime=.3, offset=-.11) * env" .