cog/ThirdParty/BASS
Christopher Snowhill 608483ae60 Update libVGM and BASSMIDI, SF3 support
BASSMIDI now includes SF3 support, as well as several other changes.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-29 23:25:59 -07:00
..
README.md MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
bass.h MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
bassmidi.h Update libVGM and BASSMIDI, SF3 support 2022-06-29 23:25:59 -07:00
sflist.c Update libVGM and BASSMIDI, SF3 support 2022-06-29 23:25:59 -07:00
sflist.h Update libVGM and BASSMIDI, SF3 support 2022-06-29 23:25:59 -07:00
sflist_rewrite.c MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00

README.md

These libraries were modified from the originals.

First, they were generated by the bundled makefile, using:

make 64bit

Then, install_name_tool was used to change the id and import paths of each of them, so that the libraries are referenced from @rpath, not @loader_path.