Changeset - 3e3ba0e3d4b8
[Not reviewed]
default
0 1 0
Drew Perttula - 18 years ago 2007-06-17 22:42:09
drewp@bigasterisk.com
comment
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/subcomposer
Show inline comments
 
@@ -150,13 +150,16 @@ if __name__ == "__main__":
 

	
 
    root=tk.Tk()
 
    root.config(bg='black')
 
    root.wm_title("subcomposer")
 
    root.tk_setPalette("#004633")
 

	
 
    sc = Subcomposer(root, dmxdummy=0, numchannels=276)
 
    sc = Subcomposer(root, dmxdummy=0,
 
                     numchannels=276 # use this to see all the skyline dims
 
                     #numchannels=118
 
                     )
 
    sc.pack()
 

	
 
    tk.Label(root,text="Bindings: B1 adjust level; B2 set full; B3 instant bump",
 
             font="Helvetica -12 italic",anchor='w').pack(side='top',fill='x')
 

	
 
    if len(args) == 1:
0 comments (0 inline, 0 general)