Mercurial > code > home > repos > light9
diff bin/subcomposer @ 228:9827df597f86
added help texts to subcomposer, curvecalc
author | drewp@bigasterisk.com |
---|---|
date | Sun, 05 Jun 2005 07:02:41 +0000 |
parents | 1a84c5e83d3e |
children | 42e4c4728a66 |
line wrap: on
line diff
--- a/bin/subcomposer Sun May 22 07:58:13 2005 +0000 +++ b/bin/subcomposer Sun Jun 05 07:02:41 2005 +0000 @@ -131,11 +131,16 @@ if __name__ == "__main__": root=tk.Tk() root.config(bg='black') + root.wm_title("subcomposer") root.tk_setPalette("#004633") sc = Subcomposer(root, dmxdummy=0) sc.pack() + tk.Label(root,text="Bindings: B1 adjust level; B3 instant bump", + font="Helvetica -12 italic",anchor='w').pack(side='top',fill='x') + + while 1: if 0: for i in range(20): # don't let Tk take all the time