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 / midi / Readme < prev   
Text File  |  1998-01-14  |  1KB  |  23 lines

  1. Sample and skeleton programs for programming with OSS
  2. =====================================================
  3.  
  4. This directory contains few sample ans skeleton programs to be used together
  5. with OSS Programmer's Guide (http://www.opensound.com/pguide).
  6.  
  7. Currently two programs are included. The mmap_test.c program shows
  8. how to use mmap() to map the audio playback buffer so that it's directly
  9. accessible by the program. This program doesn't work in all operating systems.
  10. Currently only Linux, FreeBSD, BSD/OS, UnixWare and Solaris are supported.
  11. See the comments in the source file for more information.
  12.  
  13. The music.c is a simple skeleton to be used in applications using /dev/music
  14. API. All it does is playing a middle C note. To compile it use
  15.  
  16.     make -f Makefile.music
  17.  
  18. The music.c application is designed to be used together with the OSSlib library
  19. that is shipped with (commercial) OSS. A freeware version is included in
  20. the snd-util-3.8.tar.gz (or later) package.
  21.  
  22. For more information about these programs contact hannu@opensound.com.
  23.