Mercurial > code > home > repos > light9
changeset 401:3e3ba0e3d4b8
comment
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 17 Jun 2007 22:42:09 +0000 |
parents | b2858c2d4a4d |
children | e748d6edd375 |
files | bin/subcomposer |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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",