# HG changeset patch # User Drew Perttula # Date 2007-06-17 22:42:09 # Node ID 3e3ba0e3d4b8bb024f2ab2dd9cbffeef9e17b551 # Parent b2858c2d4a4d91b519d710ecc91f07f11d90f2c7 comment diff --git a/bin/subcomposer b/bin/subcomposer --- a/bin/subcomposer +++ b/bin/subcomposer @@ -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",