home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 February / PCFFeb.iso / xenon / ModBass / Delphi / readme.txt < prev   
Encoding:
Text File  |  2000-02-24  |  1.8 KB  |  49 lines

  1.   BASS 0.8 Multimedia Library
  2.   -----------------------------
  3.   (c) 1999 Ian Luck.
  4.   Please report bugs/suggestions/etc... to bass@un4seen.com
  5.  
  6.   Delphi API Version 0.8 by Titus Miloi
  7.   -----------------------------------------
  8.   Questions, suggestions, etc. regarding the Delphi API
  9.   can be sent to titus.a.m@t-online.de
  10.  
  11.   NOTE: This unit will only work with BASS.DLL version 0.8
  12.   Check http://www.un4seen.com/music/ for any later
  13.   versions of BASS.PAS
  14.  
  15.   History
  16.   ---------
  17.   02/18/2000 BASS.PAS 0.8
  18.              - adapted for BASS version 0.8
  19.              - indexed dll function calls replaced with
  20.                dll function calls by name
  21.              - new procedure: BASS_EAXPreset
  22.                which replaces the EAX_PRESET_xxx definitions
  23.              - some new example programs added
  24.   09/21/1999 BASS.PAS 0.7
  25.              - adapted for BASS version 0.7
  26.                (see BASS.TXT for further information)
  27.   08/20/1999 BASS.PAS 0.6.2
  28.              The following bugs were fixed:
  29.              - The STREAMPROC and SYNCPROC types were declared
  30.                incorrectly; now declared as stdcall
  31.              - BASS_StreamCreate and BASS_ChannelSetSync
  32.                have been declared incorrectly; the last
  33.                parameter must not be declared with var
  34.              The following features have been added:
  35.              - A new demo application has been added
  36.                which shows how to use the stream functions
  37.   07/31/1999 BASS.PAS 0.6
  38.              The first BASS API for Delphi
  39.              Tested with Delphi 3, but should also work
  40.              proberly under Delphi 2 and 4.
  41.  
  42.   How to install
  43.   ----------------
  44.   Copy BASS.PAS to the \LIB subdirectory of your Delphi path
  45.   e.g. to C:\Program Files\Borland\Delphi 3\Lib
  46.   Now you should be able to run the demo projects.
  47.  
  48. END OF FILE
  49.