Fiore is a synthesizer plugin built with JUCE. Its layout and feature set were inspired by Logic Pro's Retro Synth. It's a simple subtractive synth containing the following features:
- Two oscillators with selectable waveforms and detuning capability for OSC2
- A filter (lowpass, bandpass, or highpass) with adjutable resonance and drive
- ADSR envelopes for amplitude and filter cutoff
- Two LFOs for filter cutoff modulation and vibrato, respectively
- 16-voice polyphony
I built this synth as a senior capstone project for my degree in Computer Science & Music at UIUC. ๐
Download: VST3 or AU
If you're on MacOS, you'll need to put the .component or .vst3 file into your Library/Audio/Plug-Ins/Components or Library/Audio/Plug-Ins/VST3 folder. I'm not sure about installation on Windows.
To build and run the synth from it's source code:
- Download JUCE
- Clone or download the code from this repository
- Open
Fiore.jucerin the Projucer - Open and build the project in Xcode or Visual Studio
- There should now be a new plugin in your system's VST/AU folder that you can run in a DAW or JUCE's AudioPluginHost.
