home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / midas / midas.txt < prev    next >
Text File  |  1994-08-06  |  4KB  |  81 lines

  1.         MIDAS Sound System information / FAQ
  2.         ------------------------------------
  3.  
  4. MIDAS Sound System is Copyright 1994 Petteri Kangaslampi and Jarno
  5. Paananen. This file contains some information about MIDAS Sound System
  6. and answers to some questions we have received lately. It should be
  7. accurate, but as MIDAS is under constant development some information
  8. here may already be out of date as you see this file.
  9.  
  10. MIDAS Sound System is a music and sound system for Borland C, Pascal
  11. and Assembler programmers. It features up to 32 channels of digitized
  12. sound, with real-time mixing on sound cards that do not support more
  13. channels on hardware. MIDAS mixing routines allow freely selectable
  14. sampling rate, volume and panning on all channels, so that they are
  15. suitable for music as well as sound effects.
  16.  
  17. MIDAS currently supports Gravis UltraSound, Creative Labs Sound
  18. Blaster series (normal SB, SBPro and SB 16), Media Vision Pro Audio
  19. Spectrum series (normal PAS, PAS+ and PAS 16), and Microsoft Windows
  20. Sound System. We will add support to any sound card supporting digital
  21. sound without constant CPU usage (DMA or similar), provided that we can
  22. get the programming information and a sound card for testing.
  23.  
  24. MIDAS mixing routines are fast, and use 16-bit mixing on all sound cards
  25. for maximum quality. Coming in the near future is faster raw 8-bit
  26. mixing for 8-bit sound (with lower quality), and additional sound
  27. amplifying for 8-bit higher quality mixing routines for better sound
  28. quality.
  29.  
  30. MIDAS Sound System allows several different Module Players for maximum
  31. compatibility. There are currently two Module Players, for Scream
  32. Tracker 3 and Pro Tracker modules, which are believed to be the most
  33. compatible players on PC, naturally excluding Tammilehto's own STMIK
  34. for Scream Tracker 3 modules. Both Module Players implement a great
  35. amount of undocumented features and bugs found in the original players,
  36. so that all modules can be played correctly. Adding new Module Players
  37. for other format is fast and easy, as the existing ones can be used as
  38. a basis.
  39.  
  40. Although MIDAS Sound System is packed with features, it does not take
  41. very much memory. All unwanted components, like different Module
  42. Players, can be easily left out, and all the loaders and such use a
  43. minimal amount of C/Pascal library functions. In addition to this,
  44. MIDAS fully supports EMS memory for both sample and pattern data. Thus
  45. playing a 500kb module requires, when using 16-bit stereo, only
  46. approximately 35kb of memory plus the executable code.
  47.  
  48. MIDAS also includes a timer system for playing the music in background,
  49. featuring built-in screen synchronization. This way it is possible to
  50. change, for example, the screen start address and palette in interrupt,
  51. effectively using triple-buffering etc, while still playing the music
  52. in background on all sound cards. This also ensures that no Vertical
  53. Retraces will be missed even on slow computer.
  54.  
  55. And most importantly: MIDAS is be available free of charge with all
  56. source code included! We know that we are probably crazy doing this,
  57. but we want to give all demo and free game programmers a good music
  58. system to work with. The MIDAS Sound System license is relatively
  59. strict in its terms, restricting the usage of the free MIDAS version to
  60. absolutely free programs only, but exceptions to the license can be
  61. made for non-commercial usage too as needed. Contact us for more
  62. information.
  63.  
  64. MIDAS Sound System may be used free of charge for free programs like
  65. demos or freeware games, but for commercial software (including
  66. shareware) separate commercial licensing is required. Prices for
  67. commercial licenses are from $500USD up per product, depending on how
  68. much extra work is required from our part. Other licensing methods,
  69. including royalties or a larger one-time fee for unlimited use are also
  70. possible, as are possibly lower prices for shareware usage. Contact us
  71. for details.
  72.  
  73. MIDAS Sound System is now available. The latest version should always
  74. be found on Internet in ftp.eng.ufl.edu:
  75. /pub/msdos/demos/sound/programming/code or /pub/msdos/demos/incoming,
  76. and on our distribution site BBSes. For the list of distribution sites,
  77. see the MIDAS Module Player documentation, MIDP.DOC.
  78.  
  79. For more information about MIDAS Sound System, contact us. See MIDP.DOC
  80. for contacting information.
  81.