annotate light8/patchdata-old.py @ 271:97c08a1c4351

gyrocontroller: remap buttons, fix keep mode Also, solo mode is now default, colors are brighter, numeric names for subs are converted to subs with only that channel up, send zeroes when exiting
author David McClosky <dmcc@bigasterisk.com>
date Fri, 17 Jun 2005 04:23:07 +0000
parents 87caa8906582
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
45b12307c695 Initial revision
drewp
parents:
diff changeset
1 patch = {
45b12307c695 Initial revision
drewp
parents:
diff changeset
2
45b12307c695 Initial revision
drewp
parents:
diff changeset
3 ('side l','sidepost1') : 45, # posts
45b12307c695 Initial revision
drewp
parents:
diff changeset
4 ('side r','sidepost2') : 46,
45b12307c695 Initial revision
drewp
parents:
diff changeset
5
167
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
6 ('god',) : 6,
0
45b12307c695 Initial revision
drewp
parents:
diff changeset
7
167
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
8 'house': 68,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
9 ('ramp1','dolly-ramp-l','b11',): 54, # left bank over house
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
10 ('main-l-blue', 'b12',): 53,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
11 ('ramp2', 'b13',): 52,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
12 ('main-lc-fill', 'b14',): 51,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
13 ('main-c1', 'b15',): 50,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
14 ('main-r-red','b16',): 49,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
15 ('ramp6','b21',): 55, # mid bank
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
16 ('ramp5','b22',): 56,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
17 ('ramp0-stairs','b23',): 57,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
18 ('main-c2', 'b24',): 58,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
19 ('ramp9-stairs', 'stairs-r', 'b25',): 59,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
20 ('ramp3', 'b26',): 60,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
21 ('ramp4', 'b31',): 61, # right bank
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
22 ('main-l-red', 'b32',): 62,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
23 ('main-c3', 'b33',): 63,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
24 ('main-r-blue', 'b34',): 64,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
25 ('ramp8', 'dolly-ramp-r', 'b35',) : 65,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
26 ('ramp7', 'b36',): 66,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
27
0
45b12307c695 Initial revision
drewp
parents:
diff changeset
28 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33,
45b12307c695 Initial revision
drewp
parents:
diff changeset
29 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34,
45b12307c695 Initial revision
drewp
parents:
diff changeset
30 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35,
45b12307c695 Initial revision
drewp
parents:
diff changeset
31 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36,
167
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
32
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
33 # hello dolly
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
34 'f1' : 1,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
35 'f1.5' : 3,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
36 'f2' : 4,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
37 'f3' : 5,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
38 'f4' : 7,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
39 'f5' : 8,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
40 'diag' : 9,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
41 'f6' : 10,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
42 'diag-back' : 11,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
43 'f7' : 12,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
44
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
45 'downfill-left' : 13,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
46 'downfill-right' : 14,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
47 'l-scp' : 40,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
48 'r-scp' : 37,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
49 'upstairs above' : 39,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
50 'upstairs front' : 15,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
51 'storefill' : 17,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
52 'dayback' : 41,
79bc84310e80 changes from tonight's rehearsal:
dmcc
parents: 130
diff changeset
53 'judge' : 19,
177
c47779b165b0 c-scoop is also called c-scp
dmcc
parents: 167
diff changeset
54 ('c-scp', 'c-scoop') : 38,
187
867863cc2ab0 new candle dimmer
dmcc
parents: 177
diff changeset
55 'candles' : 42,
0
45b12307c695 Initial revision
drewp
parents:
diff changeset
56 }