home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sound / digpak / readme.now < prev    next >
Encoding:
Text File  |  1994-02-21  |  1.4 KB  |  32 lines

  1.            DIGPAK SOUND DRIVER AND INTERFACE FOR TURBO PASCAL.
  2.            (Public domain Sound Blaster Driver)
  3.  
  4.   Provided by Anthony W. Henry.
  5.  
  6. This is a Pascal adaptation of the Freeware DIGPAK sound driver Uploaded
  7. to the Sight and Sound Forum of Compuserve by John Ratcliff. 
  8. (Also the original Author.) 
  9.  
  10.   I have only made the necessary modifications to his code to facilitate
  11. using it with the Pascal language rather then C.
  12.  
  13.   I deliberately made as few modifications as necessary.
  14.   and am also supplying his original documentation. (DIGPKAPI.DOC)
  15.  
  16.   I broke up some of his assembly code into more then one file and
  17.   wrote the necessary Pascal units to interface with it.
  18.  
  19.   I also supplied an example program and Source code. 
  20.       (PLAYSND.EXE & PLAYSND.PAS)
  21.  
  22.   The Unit interface sections are documented in *.INT files with the same
  23.   name as the units. Please read these before using the units.
  24.  
  25. I wouldn't feel write asking for donations for code I didn't write, but I   
  26. put a good bit of effort into the translation (assembler is a chore for me) 
  27. and would like to know if my efforts are appreciated. So if any one uses this
  28. please write me at Compuserve 73073,3404  Internet 73073.3404@compuserve.com
  29.  
  30. Please respect all of Mr. Ratcliff's wishes with respect to the code also
  31. he is the original author and the driver code itself is unmodified from his.
  32.