home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / midas / docs / bugs.doc next >
Text File  |  1994-08-06  |  2KB  |  34 lines

  1.         MIDAS Sound System known bugs and missing features
  2.         --------------------------------------------------
  3.  
  4. - Pro Audio Spectrum series Sound Device (PAS.ASM) does not check for
  5.   PAS version when setting output mode, but attempts to use 16-bit
  6.   output on all cards unless otherwise told. This will be fixed in the
  7.   future.
  8.  
  9. - Windows Sound System Sound Device does not contain a detection
  10.   routine, and so when using MIDAS.* interface, a port, IRQ or DMA
  11.   value must always be forced even if the defaults were correct. Some
  12.   kind of detection routine will be added in the future, probably using
  13.   an environment variable.
  14.  
  15. - Gravis Ultra Sound and Sound Blaster series Sound Devices use
  16.   hardware detection routines, which may cause problems on some
  17.   configurations and not be able to detect all possible values. Sound
  18.   Blaster detection routine (sbDetect()) always attempts to use DMA
  19.   channel 1. There detection routines will be changed in the future to
  20.   use only the "ULTRASND" and "BLASTER" environment settings.
  21.  
  22. - Not all Sound Device member functions are currently implemented. This
  23.   includes at least SD.Mute() and SD.Pause(). All Sound Device
  24.   functions will be fully implemented at least before version 1.00.
  25.  
  26. - Amiga Loop Emulation is not implemented in DSM, which is used by all
  27.   Sound Devices except GUS. ALE will be added to DSM in the future.
  28.  
  29. - Protracker Module Player refuses to load modules with inaccurate
  30.   period values or notes outsize octaves 1-3. This is not actually a
  31.   bug, but rather a Protracker compatibility issue. Support for octaves
  32.   0 and 4 will probably not be added to Protracker Module Player, as it
  33.   would seriously affect compatibility with Protracker.
  34.