Changeset - 80b3b2903fb4
[Not reviewed]
default
0 2 0
David McClosky - 15 years ago 2010-06-19 23:10:15
dmcc@bigasterisk.com
2 files changed with 8 insertions and 8 deletions:
0 comments (0 inline, 0 general)
show/dance2010/patch-source.n3
Show inline comments
 
@@ -65,15 +65,15 @@
 
[ :name "down-r"; :output dmx:c16 ] .
 
[ :name "down-l"; :output dmx:c17 ] .
 
[ :name "fr18x"; :output dmx:c18 ] .
 
[ :name "down-c"; :output dmx:c19 ] .
 
[ :name "fr20x"; :output dmx:c20 ] .
 

	
 
[ :name "cyc-left"; :output dmx:c42 ] .
 
[ :name "cyc-right"; :output dmx:c41 ] .
 
[ :name "cyc-mid"; :output dmx:c43 ] .
 
[ :name "cyc-right"; :output dmx:c44 ] .
 
[ :name "cyc-left"; :output dmx:c44 ] .
 

	
 
[ :name "house-side"; :output dmx:c68 ] .
 
[ :name "house1"; :output dmx:c69 ] .
 
[ :name "house4"; :output dmx:c70 ] .
 
[ :name "house3"; :output dmx:c71 ] .
 
[ :name "house2"; :output dmx:c72 ] .
show/dance2010/patch.n3
Show inline comments
 
@@ -100,39 +100,39 @@
 
    
 
    ch:blue4     a :Channel;
 
         :output dmx:c35;
 
         rdfs:label "blue4" .
 
    
 
    ch:cyc-left     a :Channel;
 
         :output dmx:c42;
 
         :output dmx:c44;
 
         rdfs:label "cyc-left" .
 
    
 
    ch:cyc-mid     a :Channel;
 
         :output dmx:c43;
 
         rdfs:label "cyc-mid" .
 
    
 
    ch:cyc-right     a :Channel;
 
         :output dmx:c44;
 
         :output dmx:c41;
 
         rdfs:label "cyc-right" .
 
    
 
    ch:down-c     a :Channel;
 
         :output dmx:c19;
 
         rdfs:label "down-c" .
 
    
 
    ch:down-l     a :Channel;
 
         :output dmx:c17;
 
         rdfs:label "down-l" .
 
    
 
    ch:down-r     a :Channel;
 
         :output dmx:c16;
 
         rdfs:label "down-r" .
 
    
 
    ch:fr18x     a :Channel;
 
         :output dmx:c18;
 
         rdfs:label "fr18x" .
 
    
 
    ch:fr19     a :Channel;
 
         :output dmx:c19;
 
         rdfs:label "fr19" .
 
    
 
    ch:fr20x     a :Channel;
 
         :output dmx:c20;
 
         rdfs:label "fr20x" .
 
    
 
    ch:front1     a :Channel;
 
         :output dmx:c1;
0 comments (0 inline, 0 general)