home *** CD-ROM | disk | FTP | other *** search
/ Media Share 8 / MEDIASHARE_08.ISO / runtime / dmp.faq < prev    next >
Text File  |  1993-12-03  |  2KB  |  49 lines

  1.           ┌─────────────────────────────────┐
  2.           │  DMP Frequently Asked Questions │
  3.           └─────────────────────────────────┘
  4.  
  5. If you have a question you would like to ask me, check this file first
  6. so that I don't have to answer to so many similar questions.
  7. ┌───────┐
  8. │ Note! │
  9. └───────┘
  10. I have to do my military service from June 10th, 1993 to May 5th, 1994
  11. and during this time I will only be able to work on DMP and other
  12. projects on weekends, so don't except anything fancy in forthcoming DMP
  13. releases.
  14.  
  15. ═══════════════════════════════════════════════════════════════════════════════
  16.  
  17. Q:      I have Internet mail access. How can I get new DMP most easily?
  18. A:      By joining the DMP mailing list. Just send a message to
  19.         listserv@oliver.sun.ac.za with following message body
  20.  
  21.           subscribe DMP-LIST Your Name
  22.  
  23.         After joining, you will receive new DMP releases right into
  24.         your own mailbox. You also need uudecode utility to extract
  25.         DMP.
  26.  
  27.  
  28. Q:      The left and right channels are reversed on my SB Pro, but if I
  29.     press 'F' or 'S' to switch filter/stereo, left and right
  30.     channels sometimes switch places.
  31. A:    Yes, this is a bug in the SB Pro hardware, but I'm working on
  32.     to get the left and right channels go OK in the first place.
  33.     There is nothing I could do about those filter/stereo switches.
  34.  
  35. Q:    I'm having troubles with my PAS16. The music is just plain
  36.     static, what's going wrong?
  37. A:    Problem here is that, for some odd reason, DMP transfers one
  38.     single byte before actual music transfer starts, leading to
  39.     noise, because the bytes are reversed in 16-bit data. This only
  40.     happens with 8-bit DMA, so you should try 16-bit DMA channels
  41.     5,6 or 7.
  42.  
  43. Q:    EMS is great bu when are you going to add XMS support?
  44. A:    To DMP, never! Accessing XMS from a real mode program is way too
  45.     slow to use in an application like DMP. I will create a totally
  46.     new player using Watcom C/C++, that will run in 386 protected
  47.     mode and can access all the memory you have (like PMP).
  48.  
  49.