Eventually I plan to turn this package into a tracker -- a program that can
create, modify and save the mod, s3m and xm file formats

Here is a list of some of the things that should be done

- improve the playlist dialog

- improve the interpolation (it clicks when the sample starts or ends)

- fix up the instrument vibrato

- work out what goes wrong with fullsail.xm (Scirrocco)
- womething with the envelope loop?

* work out what's wrong going wrong with unk.xm
* xms seem to have give the A00 effect a default memory of A0f

- support for hardware mixing, and for storing samples in the sound daemon

- support for the Network Audio System

- use threads instead of forking a new process to play stuff

- a better playlist, one that you can change from the gui

* s3m format still has a few problems (try playing phazer.s3m by Karsten Koch)
* fixed -- VOLUME_SLIDE memory was brain dead

- louder sound

+ cleaner sound

- cleaner code

- vibrato assosiated with each sample

- glissando

- support for the IT format

- virtual channels

- new note actions

- loadIT
- saveWAV
- saveMOD
- saveS3M
- saveXM
- saveIT
- archive support

- gui -- edit and display pattern data  

- gui -- display sample and instrument data
- gui -- edit sample and instrument data

- display the time the song has been playing for
- make it more user friendly?

- optimise, optimise, optimise !!!
+ fixed point rather than floating point (this cut down mixing time by half)
+ removed the divide by channels from mix_channels in favour of a shift

-documentation
-man, info, html, sgml?
