diff bin/subcomposer @ 401:3e3ba0e3d4b8

comment
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 17 Jun 2007 22:42:09 +0000
parents a13f2caf6f25
children cd75a12ad66d
line wrap: on
line diff
--- 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",