home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 265 / readme < prev    next >
Text File  |  1994-02-26  |  5KB  |  117 lines

  1. ╓─────────────────────────────────────────────────────────────────────────────╖
  2. ║                                                                             ║
  3. ║         ···∙∙∙          D       S       M       I          ∙∙∙···           ║
  4. ║                                                                             ║
  5. ║      ···∙∙∙          Digital Sound & Music Interface          ∙∙∙···        ║
  6. ║                                                                             ║
  7. ║         ···∙∙∙          (C) 1993,1994 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.            - Stereo DACs (also Stereo-on-1)
  21.        - PC speaker
  22.            - Sound Blaster 1.0 - 2.0
  23.            - Sound Blaster Pro (stereo)
  24.            - Pro Audio Spectrum (stereo)
  25.            - Pro Audio Spectrum+ (stereo)
  26.            - Pro Audio Spectrum 16 (16-bit, stereo)
  27.            - Sound Blaster 16 (16-bit, stereo)
  28.            - Aria based sound cards (16-bit, stereo)
  29.            - Windows Sound System (16-bit, stereo)
  30.            - AudioTrix Pro (16-bit, stereo)
  31.            - Gravis Ultrasound (16-bit, stereo)
  32.     * Up to 32 simultaneous channels
  33.         * Plays MODs, STMs, S3Ms, 669s, MTMs and many other formats
  34.         * Two operating modes for 8-bit sound sources:
  35.            - Fast mode
  36.            - Quality mode (better sound quality)
  37.         * Special 16-bit support, which means GREAT sound quality on
  38.           16-bit cards
  39.         * Very extensive programming interface that lets YOU decide what
  40.           to do
  41.         * Modular structure means easier upgrades (e.g. new sound cards)
  42.     * Printed manual (size is over 70 A4-pages)
  43.         * Example programs
  44.         * Utilizes 386 instruction mix to reach maximum performance,
  45.           286 NOT supported :-(
  46.         * Free 'Timer Service'-pack for easy timer handling
  47.     * Free 'EMS heap manager' for accessing EMS memory
  48.         * Comes in 'C' and 'Pascal' versions, 'C' version also supports
  49.           assembler
  50.         * All C (or Pascal) source code is included for recompiling or
  51.           changing (yes, that means DMP/PMP too!)
  52.         * Almost all assembly language source code is included
  53.         * Practically FREE upgrades!
  54.  
  55.         And last but not the least:
  56.         * DSMI IS DEFINITELY THE MOST EXTENSIVE PLAYER ON EARTH!!
  57.  
  58.  
  59. WHAT'S IN DSMI------------------------------------------------------------
  60.  
  61.                           ╓─────────────────╖
  62.                           ║                 ║
  63.                           ║    C version    ║
  64.                           ║                 ║
  65.                           ╙─────────────────╜
  66.  
  67.         - Made with Borland C++ 3.1, but should also work fine with
  68.           other compilers
  69.         - All C source code is included
  70.         - OBJs for assembly language parts are included
  71.         - Most of the assembly language source code is included
  72.         - A library (DSMI.LIB) is provided for easy linking
  73.         - Following parts are written in C:
  74.                 * Loaders for MOD, STM, 669, S3M, MTM, FAR and AMF
  75.                 * Function to free module
  76.                 * initDSMI() for easy initialization
  77.                 * Detection routine for GUS
  78.                 * EMS heap manager
  79.         - Everything else is written in assembly language
  80.         - C source is compiled with BC++ and uses 386 instruction set
  81.         - If your C compiler is very old, make sure it can link with
  82.           assembler code using 386 instructions
  83.  
  84.  
  85.                           ╓──────────────────╖
  86.                           ║                  ║
  87.                           ║  Pascal version  ║
  88.                           ║                  ║
  89.                           ╙──────────────────╜
  90.  
  91.         - Works with Turbo Pascal 6 and above
  92.         - Has TPUs for TP6 and TP7/BP7
  93.         - Comes with full Pascal source code, so you can recompile all
  94.           the TPUs
  95.         - All OBJs for assembler parts are included
  96.         - Most assembly language source code is included
  97.         - Supports Protected Mode (BP7 only)
  98.         - Following parts are written in Pascal:
  99.                 * Loaders for MOD, STM, 669, S3M, MTM, FAR and AMF
  100.                 * Function to free module
  101.                 * initDSMI() for easy initialization
  102.                 * Some functions to provide "C" memory handling
  103.                 * Protected mode API
  104.                 * EMS heap manager
  105.                 * Detection routine for GUS
  106.         - Everything else is written in assembly language
  107.         - If you have older version than 6, you may need to retouch some
  108.           of the functions
  109.  
  110. HOW TO BUY DSMI--------------------------------------------------------
  111.  
  112.         Files LICENSE.DSM and ORDER.DSM should come with this README
  113.         file. You need to print them, sign the License Agreement and
  114.         fill out the order form. Then just mail them to me and pay the
  115.         price. See ORDER.DSM for detailed information.
  116.  
  117.