Cog/ThirdParty/BASS/README.md
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

10 lines
283 B
Markdown

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.