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
 
@@ -153,7 +153,10 @@ if __name__ == "__main__":
 
    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",
0 comments (0 inline, 0 general)