SFZero

An SFZ (and SF2) player plugin for Mac

Getting SFZero

Click on this link to download the latest version:

Unzip that, and copy the "SFZero.component" file to "home/Library/Audio/Plug-Ins/Components".

Unfortunately, Apple has decided to hide the "Library" folder in Lion and Mountain Lion. The easiest way to get to it is to hold down the Option key and then choose "Library" from the Finder's "Go" menu. You can also make it permanently visible if you're not afraid of the command line: open up the Terminal and type chflags nohidden ~/Library/.

Alternately, you could put SFZero.component in "/Macintosh HD/Library/Audio/Plug-Ins/Components". That's actually probably a better place for it, since anyone who logs in as another user on your computer will also be able to use it. But the Finder will make you type in your password to put it there. I don't know whether that "Library" folder is also hidden by default.

If you prefer VST format, Axel Schneider has built that:

Using SFZero

When you first load SFZero into your DAW, it'll look something like this:

(1) Click on the text here to choose your SFZ or SF2 file.
(2) This line shows which version of SFZero you have.

If you've loaded an SFZ file, or an SF2 with only one "preset", it'll look like this:

(1) Shows the name of the file. Click on it to load a different file.
(2) Shows the path of the file. Click on it if you'd rather see the version of SFZero.
(3) Shows any SFZ or SF2 features that SFZero doesn't handle. Click on this area (even if it's empty) to see information about currently-playing voices instead.

If you've loaded an SF2 file with multiple presets, it'll look like this:

(1) Shows the name of the file. Click on it to load a different file.
(2) Shows which preset is chosen. Click here to bring up a popup menu to choose another preset.
(3) Shows any SF2 features that SFZero doesn't handle. Click on this area (even if it's empty) to see information about currently-playing voices instead.

Source Code

SFZero is open source. The source is hosted on GitHub here. The source is under an MIT-style license, but it's built on top of the Juce library, which is GPL, so the resulting binary is GPL as well.

I'd love to have someone do a Windows build!