Mercurial > code > home > repos > light9
diff light8/Config.py @ 51:71489bb71528
- Meet Fader. He is going to grow up and be a crossfader some day
- Meet Fader. He is going to grow up and be a crossfader some day
(tomarrow)
- Tkinter -> Tix so we can use ScrolledListBox which has a command
- Some improvements to Cue
- Cues need to specify their final values
- Cues are imported by subs. This should be fixed for style points.
- Some other cleanups
author | dmcc |
---|---|
date | Sun, 07 Jul 2002 15:40:45 +0000 |
parents | f3d65ae17a8f |
children | 032b2b67bc10 |
line wrap: on
line diff
--- a/light8/Config.py Sun Jul 07 15:26:02 2002 +0000 +++ b/light8/Config.py Sun Jul 07 15:40:45 2002 +0000 @@ -3,6 +3,7 @@ from __future__ import generators,division from Subs import * +from Fader import fader patch = { @@ -260,12 +261,8 @@ 'god' : fulls((6,)), ('strobe', 'grey'):strobe, -# 'midstage' : dict([(r, 100) for r in range(11, 21)]), -# 'backstage' : dict([(r, 100) for r in range(21, 31)]), -# 'frontchase' : mr_effect, 'chase' : chase, 'chase2' : chase, -# 'random' : randomdimmer, } subs["ba outrs"] = fulls("b11 b12 b13 b14 b15 b16 b31 b32 b33 b34 b35 b36".split())