       CANTOR an interactive music project
       ===================================

Paul Leonard            <P.J.Leonard@bath.ac.uk>


This is development code, use at your own risk.

However, it should all compile and function to a limited extent.

See INSTALL to make.

See the example directory for example usage.

You will need:

 - Linux >= 2.0.27
 - Qt >= 1.39   (see README.qt)

   If you want AWE32 support
 - awedrv sfxload for AWE32 >= 4.2.0c  
   http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/midi.html


libraries:

 jam/        main application stuff.
 oss/        oss stuff and some linux stuff.
 kmid/       OSS drivers pinched form kmid
 qj/         Qt dependent front end stuff 
 qawe/       sound font loader libqawe
 seq/        stuff that should not call malloc or new !!!!
 rep/        data representations
 command/    subject - observer commands
 base/       some base classes

applications:

 composer/   student project on morphing phrases (probably broken at present)
 piano/      paino widget and X11 beep test for Andreas Leitgeb.
 examples/   example applications



Contributions:
 Antonio Larrosa Jimenez <antlarr@arrakis.es>  (kmid)
 Andreas Leitgeb         <avl@logic.at>        (piano)
 Dave Killock                                  (QJScorePainter)
 Takashi Iwai                                  (awelib and midistuff)
 Stefan Westerfeld       <stefan@space.twc.de> (midibus)



Thanks to:
  
  rosegardeners - I pinched their bitmaps :-)
  qt-interest  
  kde-devel

  Anyone else.






