home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / src / wavetools_dev.readme < prev   
Encoding:
Text File  |  1996-01-05  |  3.6 KB  |  83 lines

  1. Short:    Wavetools developper info (UNOFFICIAL) BETA
  2. Author:   nyblom@mother.ludd.luth.se (Johan Nyblom)
  3. Uploader: 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.  
  65.  
  66. ============================= Archive contents =============================
  67.  
  68. Original  Packed Ratio    Date     Time    Name
  69. -------- ------- ----- --------- --------  -------------
  70.     5827    2328 60.0% 15-Nov-95 23:53:08 +dad_audio.h
  71.    18752    9185 51.0% 15-Nov-95 21:42:54 +dadmon
  72.     8436    2942 65.1% 15-Nov-95 23:32:58 +DadMon.c
  73.     3884    1387 64.2% 12-Nov-95 00:41:50 +Interface.c
  74.      539     315 41.5% 11-Nov-95 22:16:52 +Interface.h
  75.     4542    1772 60.9% 12-Nov-95 00:09:56 +interface.o
  76.      112      68 39.2% 15-Nov-95 16:00:10 +makeit
  77.    13376    6949 48.0% 10-Nov-95 00:02:40 +dadplay
  78.     4985    1878 62.3% 15-Nov-95 22:48:04 +dadplay.c
  79.       42      41  2.3% 09-Nov-95 20:11:10 +makeit
  80.     2796    1210 56.7% 15-Nov-95 23:57:08 +wavetools.readme
  81. -------- ------- ----- --------- --------
  82.    63291   28075 55.6% 16-Nov-95 21:37:22   11 files
  83.