XTmix-0.2 README
(c) 1995 by Martin Denn 

Well, this is my first aproach to X toolkit programming, so expect the worst...

This program requires
  - X11, Xaw
  - the Xpm library
  - <linux/soundcard.h> and a kernel with sound support

To build:

  - examine the installation paths in the Imakefile and change them if they
    doesn't fit in your configuration.
  - xmkmf; make
  - to test the mixer, type
    (t)csh: setenv XAPPLRESDIR .
    (ba)sh: XAPPLRESDIR=.; export XAPPLRESDIR
    and then simply
    ./xtmix
  - become root and install the mixer using
    make install install.man
  - if you are using fvwm:
    copy xtmix.xpm to a place where fvwm can find it
    and put something like
        Icon "XtMix"       xtmix.xpm
    in the configuration file (.fvwmrc).
    
The current version of xtmix is 0.2, so I think there is enough space 
for enhancements.

If someone has better pictures for the various input channels (especially
for Rec, PCM2 and Mix) I'd be glad to include them. Just e-mail me.
    
Feel free to report any bugs to the author.

Martin Denn <mdenn@unix-ag.uni-kl.de>
