home *** CD-ROM | disk | FTP | other *** search
/ modiromppu / modiromppu.iso / PROGRAMS / ORGPACKS / DMP.ZIP / DMP.FAQ < prev    next >
Text File  |  1995-03-24  |  3KB  |  65 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:      When using reverbs I get a lot of cracks in the voice. What is
  11.         the problem?
  12. A:      Your computer doesn't enough power to handle the reverb effect.
  13.         Lower the sampling rate or use mono mode (if you were using
  14.         stereo mode). Also you can try to simplify the reverbs by
  15.         reducing the number of echos.
  16.  
  17.  
  18. Q:      Are digital effects available on GUS?
  19. A:      No. This is because GUS does all the sound mixing with its
  20.         processor and DMP cannot post process the digital sound data
  21.         to produce effects.
  22.  
  23.  
  24. Q:      Are you going to add support for XM?
  25. A:      Yes, but as the format is very complex and different than the
  26.         other common formats, it's going to take awhile.
  27.  
  28.  
  29. Q:      DMP doesn't seem to work under OS/2?
  30. A:      True, old OS/2 doesn't support the DMA mode DMP uses to transfer
  31.         data. Try the new OS/2 Warp.
  32.  
  33.  
  34. Q:      I have Internet mail access. How can I get new DMP most easily?
  35. A:      By joining the DMP mailing list. Just send a message to
  36.         listserv@oliver.sun.ac.za with following message body
  37.  
  38.           subscribe DMP-LIST Your Name
  39.  
  40.         After joining, you will receive new DMP releases right into
  41.         your own mailbox. You also need uudecode utility to extract
  42.         DMP.
  43.  
  44. Q:      I can't handle the size of the mail from DMP-LIST. Is there any
  45.         other way to get information on DMP updates?
  46. A:      You can also join another DMP list, called DMP-talk. This list
  47.         is intended for discussion about DMP and it is also used for
  48.         notifying about new DMP releases.
  49.  
  50.  
  51. Q:    I'm having troubles with my PAS16. The music is just plain
  52.     static, what's going wrong?
  53. A:    Problem here is that, for some odd reason, DMP transfers one
  54.     single byte before actual music transfer starts, leading to
  55.     noise, because the bytes are reversed in 16-bit data. This only
  56.     happens with 8-bit DMA, so you should try 16-bit DMA channels
  57.     5,6 or 7.
  58.  
  59. Q:    EMS is great bu when are you going to add XMS support?
  60. A:    To DMP, never! Accessing XMS from a real mode program is way too
  61.         slow to use in an application like DMP. Use DMP/32, player using
  62.         Watcom C/C++, which runs in 386 protected mode and can access
  63.         all the memory you have.
  64.  
  65.