home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / dmp32295.zip / DMP.FAQ < prev    next >
Text File  |  1994-06-14  |  3KB  |  70 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. ═══════════════════════════════════════════════════════════════════════════════
  9.  
  10. Q:      I'm having troubles playing modules with GUS. Sometimes DMP
  11.         just doesn't play anything.
  12. A:      Try -gt switch to force the non-GUS timer mode.
  13.         This will also help in Windows.
  14.  
  15. Q:      Are you going to add support for MED, or other formats popular
  16.         on Amiga?
  17. A:      No. I will only add support for formats that can be
  18.         edited/created on PC computers.
  19.  
  20.  
  21. Q:      When I try to use a DAC with DMP, the machine hangs. What is
  22.         wrong?
  23. A:      You are probably using some memory manager like EMM386 or QEMM.
  24.         These programs cause great overhead for DAC/PC speaker play
  25.         routine and if the overhead is too big, the machine will hang.
  26.  
  27.  
  28. Q:      I can't get DMP to play through my PC speaker (or LPT DAC system)
  29.         with higher frequencies than 10kHz.
  30. A:      You have probably installed some 386 memory manager like EMM386
  31.         or QEMM386. These programs induce great overhead for DAC playing
  32.         and should not be used with DMP when playing through these devices.
  33.  
  34.  
  35. Q:      DMP doesn't seem to work under OS/2?
  36. A:      True, OS/2 doesn't support the DMA mode DMP uses to transfer data.
  37.  
  38.  
  39. Q:      I have Internet mail access. How can I get new DMP most easily?
  40. A:      By joining the DMP mailing list. Just send a message to
  41.         listserv@oliver.sun.ac.za with following message body
  42.  
  43.           subscribe DMP-LIST Your Name
  44.  
  45.         After joining, you will receive new DMP releases right into
  46.         your own mailbox. You also need uudecode utility to extract
  47.         DMP.
  48.  
  49. Q:      I can't handle the size of the mail from DMP-LIST. Is there any
  50.         other way to get information on DMP updates?
  51. A:      You can also join another DMP list, called DMP-talk. This list
  52.         is intended for discussion about DMP and it is also used for
  53.         notifying about new DMP releases.
  54.  
  55.  
  56. Q:    I'm having troubles with my PAS16. The music is just plain
  57.     static, what's going wrong?
  58. A:    Problem here is that, for some odd reason, DMP transfers one
  59.     single byte before actual music transfer starts, leading to
  60.     noise, because the bytes are reversed in 16-bit data. This only
  61.     happens with 8-bit DMA, so you should try 16-bit DMA channels
  62.     5,6 or 7.
  63.  
  64. Q:    EMS is great bu when are you going to add XMS support?
  65. A:    To DMP, never! Accessing XMS from a real mode program is way too
  66.         slow to use in an application like DMP. Use DMP/32, player using
  67.         Watcom C/C++, which runs in 386 protected mode and can access
  68.         all the memory you have (like PMP).
  69.  
  70.