cog/ThirdParty/BASS
Christopher Snowhill 838b31a6e8 MIDI: Replaced FluidSynth with BASSMIDI again
FluidSynth is just too unstable, and also just bad in general.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-08 18:29:03 -08: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 MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
libbass.dylib MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
libbassflac.dylib MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
libbassmidi.dylib MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
libbassopus.dylib MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
libbasswv.dylib MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
sflist.c MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
sflist.h MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08: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.