comparison bin/subcomposer @ 401:3e3ba0e3d4b8

comment
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 17 Jun 2007 22:42:09 +0000
parents a13f2caf6f25
children cd75a12ad66d
comparison
equal deleted inserted replaced
400:b2858c2d4a4d 401:3e3ba0e3d4b8
151 root=tk.Tk() 151 root=tk.Tk()
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, numchannels=276) 156 sc = Subcomposer(root, dmxdummy=0,
157 numchannels=276 # use this to see all the skyline dims
158 #numchannels=118
159 )
157 sc.pack() 160 sc.pack()
158 161
159 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",
160 font="Helvetica -12 italic",anchor='w').pack(side='top',fill='x') 163 font="Helvetica -12 italic",anchor='w').pack(side='top',fill='x')
161 164