home *** CD-ROM | disk | FTP | other *** search
/ ftp.4front-tech.com / ftp.4front-tech.com.tar / ftp.4front-tech.com / ossfree / snd-util-3.8.tar.gz / snd-util-3.8.tar / sndkit / README < prev   
Text File  |  1997-12-08  |  3KB  |  88 lines

  1. Sound Card utilities for Linux. Version 3.8
  2. ===========================================
  3.  
  4. See http://www.opensound.com/ossfree for most recent info
  5. (such as latest versions).
  6.  
  7. These utilitities work with the Linux Sound Driver 3.0 or later.
  8. Some of the utilities in the fm subdirectory have been dropped out.
  9. Use playmidi for playing MIDI files.
  10.  
  11. There are some new stuff which has been moved here from the sound
  12. driver package. Directory v30 contains some version 3.0 specific
  13. sample code. Directories sndscape, audiotrix and pss_test have
  14. some utilities for Soundscape, AudioTrix and PSS card owners.
  15.  
  16. For GUS owners!!!!!!!!!!!!
  17.  
  18. There is some additional programs at the directory gustest. Earlier they
  19. were part of the driver package. The gmod module player is now maintained
  20. and distributed separately (gmod-*.tar.gz at sunsite).
  21.  
  22. Installation
  23. ============
  24.  
  25. To install the utilities, run make in each subdirectory.
  26. There is also some additional Readme files. 
  27.  
  28. The mixer.c in this directory can be compiled by running
  29. "make mixer"
  30.  
  31. Utilities
  32. =========
  33.  
  34. This package contains the following utilities:
  35.  
  36. 1)    A player for Amiga NoiseTracker modules (.MOD).
  37.     This is a program written by Liam Corner and Marc Espie for
  38.     Sun SPARCstations. I have made some minor modifications for
  39.     Linux. It is located in the subdirectory dsp. See dsp/Readme
  40.     for further instructions.
  41.  
  42.     ==============================================================
  43.     The latest version (Tracker 3.10) of this program is available
  44.     at least at nic.funet.fi (pub/unix/sound).
  45.     
  46.       It has couple of bugs: You have to move a line containing
  47.       "zap.c_lflag &= ~(ICANON | ECHO);" in termio.c. The right
  48.       location is couple of lines later. Just after the next #endif
  49.       line.
  50.       Also there is a bug in the linux_audio.c the #ifdef SOUND_VERSION
  51.       at the line 62 (or near it) must be #ifndef SOUND_VERSION.
  52.     ==============================================================
  53.     The Tracker version 3.19 is also out. It seems to be bugfree but
  54.     I don't know where the official version is.
  55.  
  56. 2)    A library of FM instruments and a program which loads
  57.     them to the kernel tables. sbiset.c is the loader program
  58.     and the subdirectory sbi contains the instrument files.
  59.  
  60. 3)    Simple programs for playing standard MIDI files (.mid) and
  61.     Creative Music Files (.CMF) have been dropped from this version.
  62.     They are available in the version 2.0.
  63.  
  64.     ================================================================   
  65.     The files in the fm subdirectory are there for information only.
  66.     The adagio04 and glib19 packages by Greg Lee perform the same
  67.     tasks much better. These packages are available at 
  68.     ftp.hawaii.edu:/outgoing
  69.     ================================================================
  70.  
  71. 4)    Two mixer programs:
  72.     "mixer" is a simple command line mixer.
  73.     "xvmixer" is a xview3 based mixer.
  74.     The "xmix" package which was in the earlier versions of this
  75.     package is no longer there. The ioctl -support required by it
  76.     will be dropped from the next version since it's too much
  77.     SB Pro dependent.
  78.  
  79. Programming the driver
  80. ======================
  81.  
  82. Most recent programming info is available in the OSS Programmer's
  83. Guide (http://www.opensound.com/pguide).
  84.  
  85. Regards,
  86. Hannu Savolainen
  87. hannu@opensound.com
  88.