jazz - a midi sequencer for linux

jazz-2.0 incorporates some changes I did since version 1.0 and lots of
enhancements by Per (see README-1.3 and CHANGELOG)

have fun,
	Andreas

requirements

  - full Roland MPU-401 compatible midicard (jazz uses the 'intelligent'
    mode)
  - openwin libraries (and headerfiles), comes with your linux
    distribution
  - wxwin 1.60 or higher. wxwin is a platform independend GUI package,
    available via ftp at skye.aiai.ed.ac.uk (192.41.104.6).
  - kernel 1.2.0 or higher with modules (loadable drivers).

compiling jazz

  - edit the Makefiles in ., src, drivers/linux and midinetd
  - edit linux/drivers/mpu.h to set IRQ and IOBASE according to your
    mpu-card.
  - run 'make depend; make' in the topleveldir, if everything goes right
    run 'make install' as root

running jazz

  - you need a kernel version 1.2.0 or higher (maybe 1.1.x works too),
    with tcp/ip support and NO soundcard support installed
  - add a line
        midinet 40001/tcp    midinetd
    to your /etc/services and
        midinet stream  tcp     nowait  root    /usr/local/sbin/midinetd in.midinetd
    to /etc/inetd.conf.  Send a HUP signal to your
    inetd or reboot, to make changes take effect.
  - load the mpu driver into the kernel with the command
        insmod mpu
    as root. You may want to put this command into your /etc/rc.d/rc.local
    to have everything ready after reboot.
  - copy jazz.cfg as .jazz into your home directory


