Mercurial > code > home > repos > light9
changeset 1183:02f74275a21f
effectclass mappings
Ignore-this: 14c6fb4e7497f5014f3c59f250c7dfbd
author | drewp@bigasterisk.com |
---|---|
date | Sun, 15 Jun 2014 17:08:45 +0000 |
parents | 78973ed9e986 |
children | 499ef7c133eb |
files | show/dance2014/effectClass.n3 |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/show/dance2014/effectClass.n3 Sun Jun 15 15:47:47 2014 +0000 +++ b/show/dance2014/effectClass.n3 Sun Jun 15 17:08:45 2014 +0000 @@ -15,14 +15,20 @@ rdfs:label "cycFlash"; :code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * nsin(t*2)" . +# Notes for quneo pads: +# 48 49 50 51 +# 44 45 46 47 +# 40 41 42 43 +# 36 37 38 39 + effect:cycToMusic a :EffectClass; rdfs:label "cyc to music"; -:quneoNote 26; +:quneoNote 36; :code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * music * env" . effect:blacklight a :EffectClass; rdfs:label "blacklight"; - :quneoNote 23; + :quneoNote 37; :code "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-1>", "out = [env * p1, env * p2, env * p3, env * p4]",