Files @ 71489bb71528
Branch filter:

Location: light9/light8/parport.i

dmcc
- 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
%module parport


extern void getparport();
extern void outdata( unsigned char val);
extern void outcontrol( unsigned char val );
extern void outbyte( unsigned char val );
extern void outstart();