home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / mus / play / dsound / product-info < prev    next >
Text File  |  1995-10-21  |  590b  |  32 lines

  1. .name
  2. DSound
  3. .aminet-dir
  4. mus/play
  5. .short
  6. Play 8SVX sound samples off hard drive.
  7. .description
  8. A utility to play 8SVX sound samples directly off a hard drive.
  9. .version
  10. 1.50
  11. .author
  12. Dave Schreiber
  13. .distribution
  14. Copyrighted by freely distributable
  15. .described-by
  16. Fred Fish (fnf@amigalib.com)
  17. .submittal
  18. Downloaded from aminet (wuarchive.wustl.edu).
  19. .execute
  20. set choice `RequestChoice "DSound" "Please select an option" "History" "View Documentation" "Cancel"`
  21. if $choice EQ "0"
  22.   quit 5
  23. endif
  24.  
  25. if $choice EQ "1"
  26.   MetaTool Changes TEXT
  27. endif
  28.  
  29. if $choice EQ "2"
  30.   MetaTool DSound.doc TEXT
  31. endif
  32.