BASSloud 2.4
Copyright (c) 2023-2024 Un4seen Developments Ltd. All rights reserved.

Files that you should have found in the BASSloud package
========================================================
Win32 version
-------------
BASSLOUD.TXT    This file
BASSLOUD.DLL    BASSloud module
BASSLOUD.CHM    BASSloud documentation
X64\
  BASSLOUD.DLL    64-bit BASSloud module
C\              C/C++ API and examples...
  BASSLOUD.H      BASSloud C/C++ header file
  BASSLOUD.LIB    BASSloud import library
  BASSLOUD.SLN    Visual Studio solution for examples
  MAKEFILE        Makefile for examples
  MAKEFILE.IN     Makefile helper macros
  X64\
    BASSLOUD.LIB    64-bit BASSloud import library
  LOUDSCAN\       Loudness scanning example
    ...
  BIN\            Precompiled examples
    LOUDSCAN.EXE
DELPHI\         Delphi API...
  BASSLOUD.PAS    BASSloud Delphi unit
VB\             Visual Basic API...
  BASSLOUD.BAS    BASSloud Visual Basic module

NOTE: You may need to "Unblock" the BASSLOUD.CHM file in its "Properties" to
      view it on Windows 7. The documentation can also be viewed online at
      the BASS website.

NOTE: To run the example EXEs, first you will need to copy BASSLOUD.DLL and
      BASS.DLL into the same directory as them.

NOTE: To build the examples, you will need to copy the BASS API into the same
      directory as the BASSloud API.

macOS version
-------------
BASSLOUD.TXT    This file
LIBBASSLOUD.DYLIB  BASSloud module
BASSLOUD.CHM    BASSloud documentation
BASSLOUD.H      BASSloud C/C++ header file
BASSLOUD.XCODEPROJ  Xcode project for examples
LOUDSCAN\       Loudness scanning example
  ...

NOTE: To build the examples, you will need to copy the BASS API into the same
      directory as the BASSloud API.

Linux version
-------------
BASSLOUD.TXT    This file
BASSLOUD.CHM    BASSloud documentation
BASSLOUD.H      BASSloud C/C++ header file
MAKEFILE        Makefile for examples
MAKEFILE.IN     Makefile helper macros
LIBS\           BASSloud modules
  ...
LOUDSCAN\       Loudness scanning example
  ...

NOTE: To build the examples, you will need to copy the BASS API into the same
      directory as the BASSloud API.

Android version
---------------
BASSLOUD.TXT    This file
BASSLOUD.CHM    BASSloud documentation
LIBS\           BASSloud modules
  ...
C\              C/C++ API...
  BASSLOUD.H      BASSloud C/C++ header file
JAVA\COM\UN4SEEN\BASS\
  BASSLOUD.JAVA   BASSloud Java class

iOS version
-----------
BASSLOUD.TXT    This file
BASSLOUD.XCFRAMEWORK  BASSloud framework
BASSLOUD.CHM    BASSloud documentation
BASSLOUD.H      BASSloud C/C++ header file


What's the point?
=================
BASSloud is an extension to the BASS audio library, providing loudness
measurement of BASS channels.


Requirements
============
BASS 2.4 is required.


Using BASSloud
==============
The usage information in the BASS.TXT file (from the BASS package) is also
applicable to BASSloud and other add-ons.

TIP: The BASSLOUD.CHM file should be put in the same directory as the BASS.CHM
     file, so that the BASSloud documentation can be accessed from within the
     BASS documentation.


Latest Version
==============
The latest versions of BASSloud & BASS can be found at the BASS website:

	www.un4seen.com


Licence
=======
BASSloud is free to use with BASS.

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, BASSLOUD IS PROVIDED
"AS IS", WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND/OR FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS SHALL NOT BE HELD
LIABLE FOR ANY DAMAGE THAT MAY RESULT FROM THE USE OF BASSLOUD. YOU USE
BASSLOUD ENTIRELY AT YOUR OWN RISK.

Usage of BASSloud indicates that you agree to the above conditions.

All trademarks and other registered names contained in the BASSloud
package are the property of their respective owners.


Credits
=======
Based on libebur128, Copyright (c) 2011 Jan Kokemüller


History
=======
These are the major (and not so major) changes in each release, along with the
functions/options that are introduced/affected by them. There are other little
tweaks and fixes made along the way too.

2.4 - 6/3/2024
--------------
* First release


Bug reports, Suggestions, Comments, Enquiries, etc
==================================================
If you have any of the aforementioned please visit the BASS forum at the
website.