home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / src / wavetools_dev.lha / wavetools / wavetools.readme < prev   
Encoding:
Text File  |  1995-11-15  |  2.7 KB  |  64 lines

  1. Short:    Wavetools developper info (UNOFFICIAL) BETA
  2. Uploader: nyblom@mother.ludd.luth.se (Johan Nyblom)
  3. Author:   nyblom@mother.ludd.luth.se (Johan Nyblom)
  4. Type:     dev/src
  5.  
  6. !!Varning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  7. !!                                                                      !!
  8. !! This is NOT official and has NOTHING to do with Digital Audio Design,!!
  9. !! the makers of Wavetools, hardware and software.                      !!
  10. !!                                                                      !!
  11. !!It may also contain bugs and other faults, be cautious and intelligent!!
  12. !!                                                                      !!
  13. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14.  
  15. Some time ago I bought the wavetools soundcard, it was on sale here in sweden
  16. and was fairly cheap (by amiga standards). The software was ok, I could sample
  17. and then I could play the sample, mixing and such. But there was no developper
  18. support. I tried calling D.A.D (got a fresh phone number off the net) and they
  19. were very nice, sent me latest software and all but no dev.support.
  20. Well I thought it couldnt be too hard to figure out how to program the device :)
  21. A little work and a lot of time later these are the fruits of my labour.
  22. (Too bad D.A.D seems to have vanished from the face of the earth :P)
  23.  
  24. Enjoy, and feel free to use and modify these files as you like, but if
  25. you improve them please upload to aminet.
  26.  
  27.  
  28. This archive contains:
  29.  
  30. dad_audio.h   -A subset of the device commands for dad_audio.device (wavetools)
  31.                 - set replay sample frequency
  32.                 - set sample frequency
  33.                 - set output damping
  34.                 - set input gain
  35.                 - buffer handling....etc
  36.                Also a little logic thought model I have made up :)
  37.                Enough to be able to play a sample, and for sampling.
  38.  
  39. 1.    dadplay/dadplay.c
  40.         dadplay
  41.         -A short (ugly) program using dad_audio.device to play a raw 16 bit
  42.             stereosample from chipmem.
  43.  
  44. 2.    dadmon/    dadmon.c
  45.         interface.h
  46.         interface.c
  47.         interface.o
  48.         -A short program using dad_audio.device to sample to chipmem
  49.         and then either write sample to file (raw stereo 16 bit)
  50.         or show some form of uv meters (crappy).
  51.  
  52. This not intended as sample player software but merely as an example,
  53. maybe someone else can contribute with more information !!!
  54.  
  55. To gain this information I have used:
  56. ninfo    - dissassembler (aminet)
  57. devmon   - Commodore (?) official developper package (great tool)
  58. gcc2.7.0 - C compiler
  59. snma     - assembler.
  60. Also the window code is leeched from CPUload (C) Thomas Radtke 1994
  61.  
  62. Wavetools, hardware and software, is the copyright of Digital Audio Design.
  63. (Are they still around somewhere?)
  64.