comparison light8/patchdata.py @ 167:79bc84310e80

changes from tonight's rehearsal: changes from tonight's rehearsal: - CueFader is closer to actually running the show, computes DMX levels to send. - KeyboardComposer is not a dummy. Use DMXDUMMY=1 to disable it. - Submaster: subs can now be "temporary" -- i.e. they shouldn't be saved or loaded. to save a temporary sub, make a copy of it with a proper name since the computed name will be ugly. Also, get_normalized_copy() and crossfade() methods added. linear_fade helper (shouldn't be in Submaster, probably) added too. - dmxchanedit: longer labels - cuelist1 now has some bogus data in it and some crap removed - dmxclient: now listens to the $DMXHOST and $DMXDUMMY env variables. - patchdata: now up to date with this year's show - danshow subs song{01..19}: removed. maybe we'll re-add them in an archive directory.
author dmcc
date Tue, 08 Jul 2003 16:19:55 +0000
parents b5d3ffb3aac3
children c47779b165b0
comparison
equal deleted inserted replaced
166:7ccf1d10804b 167:79bc84310e80
1 patch = { 1 patch = {
2 2
3 ('side l','sidepost1') : 45, # posts 3 ('side l','sidepost1') : 45, # posts
4 ('side r','sidepost2') : 46, 4 ('side r','sidepost2') : 46,
5 5
6 'sidefill1' : 13, 6 ('god',) : 6,
7 'sidefill2' : 14, 7
8 'house': 68,
9 ('ramp1','dolly-ramp-l','b11',): 54, # left bank over house
10 ('main-l-blue', 'b12',): 53,
11 ('ramp2', 'b13',): 52,
12 ('main-lc-fill', 'b14',): 51,
13 ('main-c1', 'b15',): 50,
14 ('main-r-red','b16',): 49,
15 ('ramp6','b21',): 55, # mid bank
16 ('ramp5','b22',): 56,
17 ('ramp0-stairs','b23',): 57,
18 ('main-c2', 'b24',): 58,
19 ('ramp9-stairs', 'stairs-r', 'b25',): 59,
20 ('ramp3', 'b26',): 60,
21 ('ramp4', 'b31',): 61, # right bank
22 ('main-l-red', 'b32',): 62,
23 ('main-c3', 'b33',): 63,
24 ('main-r-blue', 'b34',): 64,
25 ('ramp8', 'dolly-ramp-r', 'b35',) : 65,
26 ('ramp7', 'b36',): 66,
8 27
9 ('patio1','main 1',) : 1,
10 ('main 2',) : 2,
11 ('main 3',) : 3,
12 ('main 4',) : 4,
13 ('main 5',) : 5,
14 ('god','main 6') : 6,
15 ('main 7',) : 7,
16 ('main 8',) : 8,
17 ('main 9',) : 9,
18 ('main 10',) : 10,
19 ('main 11',):11,
20 ('patio2','main 12',):12,
21 'hotback':19,
22
23 'cycleft' : 43,
24 'cycright' : 42,
25
26 'house':68,
27 ('desk1' ,'b11'):54, # left bank over house
28 ('marry1' ,'b12'):53,
29 ('b13',):52,
30 ('hotbox1' ,'b14'):51,
31 ('edge' ,'b15'):50,
32 ('phone','b16'):49,
33 ('cuba1' ,'b21'):55, # mid bank
34 ('b22',):56,
35 ('b23',):57,
36 ('b24'):58,
37 ('b25'):59,
38 ('desk2' ,'b26'):60,
39 ('rock','b31'):61, # right bank
40 ('b32',):62,
41 ('hotbox2' ,'b33'):63,
42 ('b34',):64,
43 ('marry2' ,'b35'):65,
44 ('cuba2' ,'b36'):66,
45 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33, 28 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33,
46 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34, 29 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34,
47 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35, 30 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35,
48 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36, 31 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36,
49 'upfill1' : 40, 32
50 'upfill2' : 38, 33 # hello dolly
51 'upfill3' : 37, 34 'f1' : 1,
52 'upfill4' : 39, 35 'f1.5' : 3,
53 'cafe1': 15, 36 'f2' : 4,
54 'cafe2': 16, 37 'f3' : 5,
55 'dream':17, 38 'f4' : 7,
56 'xmas':41, 39 'f5' : 8,
40 'diag' : 9,
41 'f6' : 10,
42 'diag-back' : 11,
43 'f7' : 12,
44
45 'downfill-left' : 13,
46 'downfill-right' : 14,
47 'l-scp' : 40,
48 'r-scp' : 37,
49 'upstairs above' : 39,
50 'upstairs front' : 15,
51 'storefill' : 17,
52 'dayback' : 41,
53 'judge' : 19,
57 } 54 }