diff --git a/show/dance2010/patch-source.n3 b/show/dance2010/patch-source.n3 --- a/show/dance2010/patch-source.n3 +++ b/show/dance2010/patch-source.n3 @@ -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 ] . diff --git a/show/dance2010/patch.n3 b/show/dance2010/patch.n3 --- a/show/dance2010/patch.n3 +++ b/show/dance2010/patch.n3 @@ -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" .