Changeset - 02f74275a21f
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 11 years ago 2014-06-15 17:08:45
drewp@bigasterisk.com
effectclass mappings
Ignore-this: 14c6fb4e7497f5014f3c59f250c7dfbd
1 file changed with 8 insertions and 2 deletions:
0 comments (0 inline, 0 general)
show/dance2014/effectClass.n3
Show inline comments
 
@@ -12,20 +12,26 @@
 

	
 

	
 
effect:cycFlash a :EffectClass;
 
  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]",
 
    "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))",
0 comments (0 inline, 0 general)