khrykin / BlackBird

AU/VST3 Synth built with JUCE
GNU General Public License v3.0
59 stars 16 forks source link
audioplugin audiounit juce synthesizer vst3

BlackBird

Website · Sample Sounds

A simple, yet peculiar VST3/AU Synth

Plugin window screenshot

Contributing

[!NOTE] The development environment is optimized only for macOS for the time being.

Prerequisites

To be able to conveniently test the audio output during development (e.g. check the spectrum of the audio), you can route the audio from the standalone app into a DAW of your choice. Click Options -> Audio/MIDI Settings in the standalone app's UI to set up the audio output. E.g. on macOS, you can use BlackHole to route the audio to Logic Pro.

Building

Prepare the build system with:

mkdir build
cmake -B build -G Ninja

Then to build:

cmake --build build

To conveniently build and restart the standalone app on macOS:

./macos_rerun