# HG changeset patch # User Drew Perttula # Date 1182120129 0 # Node ID 3e3ba0e3d4b8bb024f2ab2dd9cbffeef9e17b551 # Parent b2858c2d4a4d91b519d710ecc91f07f11d90f2c7 comment diff -r b2858c2d4a4d -r 3e3ba0e3d4b8 bin/subcomposer --- a/bin/subcomposer Sun Jun 17 02:20:17 2007 +0000 +++ b/bin/subcomposer Sun Jun 17 22:42:09 2007 +0000 @@ -153,7 +153,10 @@ 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",