Birch-san / juicysfplugin

Audio plugin (e.g. VST, AU) to play soundfonts on macOS, Windows, Linux
GNU General Public License v3.0
225 stars 29 forks source link

Mac 12.0+ Only? #43

Open mrniceguy1234 opened 2 years ago

mrniceguy1234 commented 2 years ago

Hello, Is it not possible to build for MacOS 10.14?

Birch-san commented 2 years ago

I build this on an M1 Mac. 10.14 Mojave was never installable on M1 Mac, so there is no 10.14 macOS SDK available for me to target.

try the release I built in 2019:
https://github.com/Birch-san/juicysfplugin/releases/tag/2.3.3.macOS

the only thing that's changed since then is the JUCE version (which is probably not too consequential) and the fluidsynth version (and if this bothers you, you have the power to update this yourself by dropping a newer libfluidsynth.dylib into juicysfplugin.{vst{,3},component,app}/Contents/lib).

mrniceguy1234 commented 2 years ago

thanks bud!