comparison bin/subcomposer @ 426:cd75a12ad66d

adjust dmx dimmer count back to PHS theater levels
author drewp@bigasterisk.com
date Tue, 10 Jun 2008 04:57:36 +0000
parents 3e3ba0e3d4b8
children f6ca2b2fa154
comparison
equal deleted inserted replaced
425:8713617cc08e 426:cd75a12ad66d
152 root.config(bg='black') 152 root.config(bg='black')
153 root.wm_title("subcomposer") 153 root.wm_title("subcomposer")
154 root.tk_setPalette("#004633") 154 root.tk_setPalette("#004633")
155 155
156 sc = Subcomposer(root, dmxdummy=0, 156 sc = Subcomposer(root, dmxdummy=0,
157 numchannels=276 # use this to see all the skyline dims 157 #numchannels=276 # use this to see all the skyline dims
158 #numchannels=118 158 #numchannels=118
159 ) 159 )
160 sc.pack() 160 sc.pack()
161 161
162 tk.Label(root,text="Bindings: B1 adjust level; B2 set full; B3 instant bump", 162 tk.Label(root,text="Bindings: B1 adjust level; B2 set full; B3 instant bump",