Skip to content

Working with default fluidsynth

Compare
Choose a tag to compare
@Birch-san Birch-san released this 17 Apr 21:28
· 220 commits to master since this release
6e88039

Download Release.tar.xz, open it to unzip.

Release contains:

juicysfplugin.app  # standalone application, for playing around
juicysfplugin.component  # AU plugin
juicysfplugin.vst  # VST plugin
juicysfplugin.vst3  # VST3 plugin

To install plugins, move them to the following folder:

juicysfplugin.component -> ~/Library/Audio/Plug-Ins/Components/juicysfplugin.component
juicysfplugin.vst -> ~/Library/Audio/Plug-Ins/VST/juicysfplugin.vst
juicysfplugin.vst3 -> ~/Library/Audio/Plug-Ins/VST3/juicysfplugin.vst3

Here's some royalty-free soundfonts to get you started:

http://www.flamestudios.org/free/Soundfonts#fsibanezac

====

Avoided CoreAudio deadlock by deregistering all of fluidsynth's audio drivers.

This is better than the previous workaround, which required a bespoke build of fluidsynth (i.e. compiled without CoreAudio support).