home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / sound2 / pmp224.zip / README < prev    next >
Text File  |  1993-03-16  |  5KB  |  104 lines

  1. ╓─────────────────────────────────────────────────────────────────────────────╖
  2. ║                                                                             ║
  3. ║         ···∙∙∙          D       S       M       I          ∙∙∙···           ║
  4. ║                                                                             ║
  5. ║      ···∙∙∙          Digital Sound & Music Interface          ∙∙∙···        ║
  6. ║                                                                             ║
  7. ║         ···∙∙∙             (C) 1993 Otto Chrons            ∙∙∙···           ║
  8. ║                                                                             ║
  9. ╙─────────────────────────────────────────────────────────────────────────────╜
  10.  
  11.  
  12.         DSMI is a sound interface for PC compatible computers. It
  13.         provides programmers with a variety of functions to play music
  14.         and sound effects in their programs.
  15.  
  16.         Here are some of DSMI's capabilities:
  17.  
  18.         * Supports following sound sources:
  19.            - General DAC (also known as Covox)
  20.            - Sound Blaster 1.0 - 2.0
  21.            - Sound Blaster Pro (stereo)
  22.            - Pro Audio Spectrum (stereo)
  23.            - Pro Audio Spectrum+ (stereo)
  24.            - Pro Audio Spectrum 16 (16-bit, stereo)
  25.            - Sound Blaster 16 ASP (16-bit, stereo)
  26.            (also Gravis Ultra Sound in the future)
  27.         * Up to 32 simultaneous channels
  28.         * Plays MODs, STMs and many other formats
  29.         * Two operating modes for 8-bit sound sources:
  30.            - Fast mode
  31.            - Quality mode (better sound quality)
  32.         * Special 16-bit support, which means GREAT sound quality on
  33.           16-bit cards
  34.         * Very extensive programming interface that lets YOU decide what
  35.           to do
  36.         * Modular structure means easier upgrades (e.g. new sound cards)
  37.         * Printed manual (size is about 60 A4-pages)
  38.         * Example programs
  39.         * Utilizes 386 instruction mix to reach maximum performance,
  40.           286 NOT supported :-(
  41.         * Free 'Timer Service'-pack for easy timer handling
  42.         * Comes in 'C' and 'Pascal' versions, 'C' version also supports
  43.           assembler
  44.         * All C (or Pascal) source code is included for recompiling or
  45.           changing (yes, that means DMP/PMP too!)
  46.         * One FREE major upgrade
  47.  
  48.         And last but not the least:
  49.         * DSMI IS DEFINITELY THE FASTEST PLAYER ON EARTH!!
  50.  
  51.  
  52. WHAT'S IN DSMI------------------------------------------------------------
  53.  
  54.                           ╓─────────────────╖
  55.                           ║                 ║
  56.                           ║    C version    ║
  57.                           ║                 ║
  58.                           ╙─────────────────╜
  59.  
  60.         - Made with Borland C++ 3.1, but should also work fine with
  61.           other compilers
  62.         - All C source code is included
  63.         - OBJs for assembler parts are included
  64.         - A library (DSMI.LIB) is provided for easy linking
  65.         - Following parts are written in C:
  66.                 * Loaders for MOD, STM, and AMF
  67.                 * Function to free module
  68.                 * initDSMI() for easy initialization
  69.         - Everything else is written in assembler
  70.         - C source is compiled with BC++ and uses 386 instruction set
  71.         - If your C compiler is very old, make sure it can link with
  72.           assembler code using 386 instructions
  73.  
  74.  
  75.                           ╓──────────────────╖
  76.                           ║                  ║
  77.                           ║  Pascal version  ║
  78.                           ║                  ║
  79.                           ╙──────────────────╜
  80.  
  81.         - Works with Turbo Pascal 6 and above
  82.         - Has TPUs for TP6 and TP7/BP7
  83.         - Comes with full Pascal source code, so you can recompile all
  84.           the TPUs
  85.         - All OBJs for assembler parts are included
  86.         - Supports Protected Mode (BP7 only)
  87.         - Following parts are written in Pascal:
  88.                 * Loaders for MOD, STM, and AMF
  89.                 * Function to free module
  90.                 * initDSMI() for easy initialization
  91.                 * Some functions to provide "C" memory handling
  92.                 * Protected mode API
  93.         - Everything else is written in assembler
  94.         - If you have older version than 6, you may need to retouch some
  95.           of the functions
  96.  
  97. HOW TO BUY DSMI--------------------------------------------------------
  98.  
  99.         Files LICENSE.DSM and ORDER.DSM should come with this README
  100.         file. You need to print them, sign the License Agreement and
  101.         fill out the order form. Then just mail them to me and pay the
  102.         price. See ORDER.DSM for detailed information.
  103.  
  104.