changeset 576:80b3b2903fb4

cp Ignore-this: bdc2d9570880198f7e0888b6dc474d91
author David McClosky <dmcc@bigasterisk.com>
date Sat, 19 Jun 2010 23:10:15 +0000
parents a0d3f95ed154
children 7ecde61ebff1
files show/dance2010/patch-source.n3 show/dance2010/patch.n3
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/show/dance2010/patch-source.n3	Sat Jun 19 22:46:51 2010 +0000
+++ b/show/dance2010/patch-source.n3	Sat Jun 19 23:10:15 2010 +0000
@@ -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 ] .
--- a/show/dance2010/patch.n3	Sat Jun 19 22:46:51 2010 +0000
+++ b/show/dance2010/patch.n3	Sat Jun 19 23:10:15 2010 +0000
@@ -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" .