Mercurial > code > home > repos > light9
annotate show/dance2008/config.n3 @ 2450:a4052905ca7d default tip
notes about how rdfdb syncs, or should sync
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Jun 2024 23:01:54 -0700 |
parents | ab99105cd4fe |
children |
rev | line source |
---|---|
421 | 1 @prefix : <http://light9.bigasterisk.com/> . |
448 | 2 @prefix ch: <http://light9.bigasterisk.com/theater/piedmont/channel/> . |
421 | 3 @prefix chase: <http://light9.bigasterisk.com/chase/> . |
4 @prefix dmx: <http://light9.bigasterisk.com/dmx/> . | |
5 @prefix group: <http://light9.bigasterisk.com/group/> . | |
6 @prefix mus: <http://light9.bigasterisk.com/music/> . | |
7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
9 @prefix sh: <http://light9.bigasterisk.com/show/dance2008/> . | |
10 @prefix show: <http://light9.bigasterisk.com/show/> . | |
11 @prefix sub: <http://light9.bigasterisk.com/sub/> . | |
12 | |
433
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
13 mus:preSong :showPath "dance2008/silence-4sec.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
14 mus:postSong :showPath "dance2008/silence-15sec.ogg" . |
421 | 15 |
16 show:dance2008 :playList ( | |
17 sh:song1 sh:song2 sh:song3 sh:song4 sh:song5 | |
18 sh:song6 sh:song7 sh:song8 sh:song9 sh:song10 | |
19 sh:song11 sh:song12 sh:song13 sh:song14 sh:song15 | |
20 sh:song16 sh:song17 | |
21 ) . | |
22 | |
431 | 23 :Song is rdf:type of sh:song1, sh:song2, sh:song3, sh:song4, |
24 sh:song5, sh:song6, sh:song7, sh:song8, sh:song9, sh:song10, | |
25 sh:song11, sh:song12, sh:song13, sh:song14, sh:song15, sh:song16, | |
26 sh:song17 . | |
421 | 27 |
433
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
28 sh:song1 rdfs:label "1 opening night"; :showPath "dance2008/01-opening.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
29 sh:song2 rdfs:label "2 morning-mh"; :showPath "dance2008/02-morning-mh.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
30 sh:song3 rdfs:label "3 hair"; :showPath "dance2008/03-hair.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
31 sh:song4 rdfs:label "4 street2"; :showPath "dance2008/04-street2.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
32 sh:song5 rdfs:label "5 jersey"; :showPath "dance2008/05-jersey.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
33 sh:song6 rdfs:label "6 broadway-mh"; :showPath "dance2008/06-broadway-mh.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
34 sh:song7 rdfs:label "7 chorus"; :showPath "dance2008/07-chorus.ogg" . |
452 | 35 sh:song8 rdfs:label "8 lullaby depop"; :showPath "dance2008/08-lullaby-depop.ogg" . |
433
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
36 sh:song9 rdfs:label "9 face"; :showPath "dance2008/09-face.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
37 sh:song10 rdfs:label "10 dontmean-tape"; :showPath "dance2008/10-dontmean-tape.ogg" . |
452 | 38 sh:song11 rdfs:label "11 high ext"; :showPath "dance2008/11-high-ext.ogg" . |
433
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
39 sh:song12 rdfs:label "12 gotta-mh"; :showPath "dance2008/12-gotta-mh.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
40 sh:song13 rdfs:label "13 dream"; :showPath "dance2008/13-dream.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
41 sh:song14 rdfs:label "14 blonde"; :showPath "dance2008/14-blonde.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
42 sh:song15 rdfs:label "15 charleston2"; :showPath "dance2008/15-charleston2.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
43 sh:song16 rdfs:label "16 rich2"; :showPath "dance2008/16-rich2.ogg" . |
a6f4a5b2647c
convert music to ogg, since mpd seeking in .wav is broken this year
drewp@bigasterisk.com
parents:
431
diff
changeset
|
44 sh:song17 rdfs:label "17 business-mh"; :showPath "dance2008/17-business-mh.ogg" . |
439
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
45 |
445 | 46 sub:red :group group:strip; :order 0 . |
47 sub:orange :group group:strip; :order 1 . | |
48 sub:green :group group:strip; :order 2 . | |
49 sub:blue :group group:strip; :order 3. | |
50 | |
453 | 51 sub:sharlyn :group group:live; :order 1 . |
52 sub:cyc :group group:live; :order 2 . | |
53 sub:house :group group:live; :order 3 . | |
54 sub:scoop :group group:live; :order 4 . | |
55 sub:front :group group:live; :order 5 . | |
56 sub:curtain :group group:live; :order 6 . | |
57 | |
58 | |
445 | 59 |
446 | 60 group:song is :group of |
61 sub:song1, sub:song2, sub:song3, sub:song4, | |
62 sub:song5, sub:song6, sub:song7, sub:song8, sub:song9, sub:song10, | |
63 sub:song11, sub:song12, sub:song13, sub:song14, sub:song15, sub:song16, | |
64 sub:song17 . | |
65 | |
448 | 66 chase:up a :Chase; :channels ( ch:b13 ch:b21 ch:b22 ch:b35 ) . |
452 | 67 |
449 | 68 chase:corners a :Chase; :channels (ch:b14 ch:b16 ch:cyc ch:b21 ch:b13) . |
452 | 69 |
448 | 70 chase:colors a :Chase; :channels (ch:oran1 ch:gree1 ch:blue1 ch:red1 ch:oran2 ch:gree2 ch:blue2 ch:red2 ch:oran3 ch:gree3 ch:blue3 ch:red3 ch:oran4 ch:gree4 ch:blue4 ch:red4) . |
439
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
71 |
452 | 72 chase:rb a :Chase; :channels ( ch:b12 ch:b36 ch:b14 ch:b34 ch:b16 |
73 ch:b32 ch:b22 ch:b26 ) . | |
74 | |
75 | |
467 | 76 ch:b26 :previewLayer [ :path "lightsim/skyline/front-left.png" ] . |
77 ch:front11 :previewLayer [ :path "lightsim/skyline/front-right.png" ] . | |
78 ch:house1 :previewLayer [ :path "lightsim/skyline/bg.png" ] . | |
79 ch:gree1 :previewLayer [ :path "lightsim/skyline/cyc-lo-grn.png" ] . | |
80 ch:oran1 :previewLayer [ :path "lightsim/skyline/cyc-lo-or.png" ] . | |
81 ch:red1 :previewLayer [ :path "lightsim/skyline/cyc-lo-red.png" ] . | |
82 ch:blue1 :previewLayer [ :path "lightsim/skyline/cyc-lo-blu.png" ]; rdfs:comment "(image is blank)". | |
83 | |
452 | 84 |
85 | |
439
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
86 dmx:c1 :dmxAddress 1 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
87 dmx:c2 :dmxAddress 2 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
88 dmx:c3 :dmxAddress 3 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
89 dmx:c4 :dmxAddress 4 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
90 dmx:c5 :dmxAddress 5 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
91 dmx:c6 :dmxAddress 6 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
92 dmx:c7 :dmxAddress 7 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
93 dmx:c8 :dmxAddress 8 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
94 dmx:c9 :dmxAddress 9 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
95 dmx:c10 :dmxAddress 10 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
96 dmx:c11 :dmxAddress 11 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
97 dmx:c12 :dmxAddress 12 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
98 dmx:c13 :dmxAddress 13 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
99 dmx:c14 :dmxAddress 14 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
100 dmx:c15 :dmxAddress 15 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
101 dmx:c16 :dmxAddress 16 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
102 dmx:c17 :dmxAddress 17 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
103 dmx:c18 :dmxAddress 18 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
104 dmx:c19 :dmxAddress 19 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
105 dmx:c20 :dmxAddress 20 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
106 dmx:c21 :dmxAddress 21 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
107 dmx:c22 :dmxAddress 22 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
108 dmx:c23 :dmxAddress 23 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
109 dmx:c24 :dmxAddress 24 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
110 dmx:c25 :dmxAddress 25 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
111 dmx:c26 :dmxAddress 26 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
112 dmx:c27 :dmxAddress 27 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
113 dmx:c28 :dmxAddress 28 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
114 dmx:c29 :dmxAddress 29 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
115 dmx:c30 :dmxAddress 30 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
116 dmx:c31 :dmxAddress 31 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
117 dmx:c32 :dmxAddress 32 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
118 dmx:c33 :dmxAddress 33 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
119 dmx:c34 :dmxAddress 34 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
120 dmx:c35 :dmxAddress 35 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
121 dmx:c36 :dmxAddress 36 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
122 dmx:c37 :dmxAddress 37 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
123 dmx:c38 :dmxAddress 38 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
124 dmx:c39 :dmxAddress 39 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
125 dmx:c40 :dmxAddress 40 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
126 dmx:c41 :dmxAddress 41 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
127 dmx:c42 :dmxAddress 42 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
128 dmx:c43 :dmxAddress 43 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
129 dmx:c44 :dmxAddress 44 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
130 dmx:c45 :dmxAddress 45 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
131 dmx:c46 :dmxAddress 46 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
132 dmx:c47 :dmxAddress 47 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
133 dmx:c48 :dmxAddress 48 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
134 dmx:c49 :dmxAddress 49 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
135 dmx:c50 :dmxAddress 50 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
136 dmx:c51 :dmxAddress 51 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
137 dmx:c52 :dmxAddress 52 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
138 dmx:c53 :dmxAddress 53 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
139 dmx:c54 :dmxAddress 54 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
140 dmx:c55 :dmxAddress 55 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
141 dmx:c56 :dmxAddress 56 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
142 dmx:c57 :dmxAddress 57 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
143 dmx:c58 :dmxAddress 58 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
144 dmx:c59 :dmxAddress 59 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
145 dmx:c60 :dmxAddress 60 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
146 dmx:c61 :dmxAddress 61 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
147 dmx:c62 :dmxAddress 62 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
148 dmx:c63 :dmxAddress 63 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
149 dmx:c64 :dmxAddress 64 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
150 dmx:c65 :dmxAddress 65 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
151 dmx:c66 :dmxAddress 66 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
152 dmx:c67 :dmxAddress 67 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
153 dmx:c68 :dmxAddress 68 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
154 dmx:c69 :dmxAddress 69 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
155 dmx:c70 :dmxAddress 70 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
156 dmx:c71 :dmxAddress 71 . |
08a2fcf5eea1
prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
433
diff
changeset
|
157 dmx:c72 :dmxAddress 72 . |