home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DOS / SS_PLAY / TFMXPLAY.ZIP / PMS.DOC < prev    next >
Encoding:
Text File  |  1995-02-03  |  1.7 KB  |  45 lines

  1. --------------------------------------------------------------------------------
  2.            PMS - Professional Music System Player
  3. --------------------------------------------------------------------------------
  4.          a demonstation to the MusicSystem Drivers
  5.  
  6.     (c)opyright 1994,95 by Sebastian Mies. All rights reserved.
  7.  
  8.  
  9.     1. Supported Fileformats:   TFMX only.
  10.  
  11.     2. Supported Soundcards:    - Sound Blaster 1.x - 2.x
  12.                     - Sound Blaster Pro
  13.                     - Sound Blaster 16
  14.                     - Windows Sound System compatible cards
  15.                     - Pro Audio Spectrum 16
  16.                     - Gravis Ultrasound (Max)
  17.  
  18.        The config file must be edited first, for further description
  19.        look at the pms.cfg config file.
  20.  
  21.     3. Rights: You can copy this program as much as you want to, but
  22.        the usage must be non commercial. The archive should not be
  23.        changed/files removed! Any commercial usage is forbidden!
  24.  
  25.     4. For software companies/programmers:
  26.        If you look at your directory, you will realize that there
  27.        are musicsystem drivers (*.MSD) files for every soundcard.
  28.        These musicsystem drivers are done for hardware independent
  29.        music-coding. The "real" musicroutines are pretty simple and
  30.        don't care about any hardware operation.
  31.        Even General Midi will be supported soon for MIDI playing 
  32.        (combineable with Sample devices!).
  33.        
  34.        The musicsystem drivers are available for:
  35.  
  36.         - realmode (EMS too!)
  37.         - realflat
  38.         - 32 and 16 bit protected
  39.  
  40.        All interrupt, DMA and memory operations are done by pointers
  41.        to get compatibility with EVERY dos-extender.
  42.  
  43.        Do not hesitate to contact me! Write to the address mentioned
  44.        in the sunproj.nfo file.
  45.