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
 
@@ -68,9 +68,9 @@
 
[ :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 ] .
show/dance2010/patch.n3
Show inline comments
 
@@ -103,7 +103,7 @@
 
         rdfs:label "blue4" .
 
    
 
    ch:cyc-left     a :Channel;
 
         :output dmx:c42;
 
         :output dmx:c44;
 
         rdfs:label "cyc-left" .
 
    
 
    ch:cyc-mid     a :Channel;
 
@@ -111,9 +111,13 @@
 
         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" .
 
@@ -126,10 +130,6 @@
 
         :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" .
0 comments (0 inline, 0 general)