Mercurial > code > home > repos > light9
comparison light8/Xfader.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 | f974a462133f |
children | e04f7b552bcd |
comparison
equal
deleted
inserted
replaced
50:5ff08b489693 | 51:71489bb71528 |
---|---|
1 from Tkinter import * | 1 from Tix import * |
2 from __future__ import division | 2 from __future__ import division |
3 | 3 |
4 class Xfader(Canvas): | 4 class Xfader(Canvas): |
5 def __init__(self, scalelevelsIn): | 5 def __init__(self, scalelevelsIn): |
6 global scalelevels | 6 global scalelevels |