mohragk / VermeerMonosynth-1

A mono VST synthesizer, made with the Juce framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vermeer Monosynth-1

Info

This is a software synthesizer, made to be used as a VST plug-in or standalone application on your platform of choice. It's realised in C++ using the Juce framework. It features 3 oscillators, 3 different filter models, 3 envelope generators, an LFO and a simple yet powerfull sequencer.

How to use this project

To use this synth it needs to be compiled using Visual Studio or XCode. To create the necessary solution or XCode project files, open the VermeerMonoSynthTest.jucer file using Juce's Projucer. Setup your desired target platforms and export from the Projucer to generate the Visual Studio solution/XCode project. For more information, check the Juce website.

Caution!

This project was made using Juce 5.4.1 and some functions are deprecated in newer versions of Juce. You should build this using version 5.4.1 or older. You van find older versions of Juce over here.

VST3 vs VST2

As VST2 is no longer available as a free SDK, I suggest porting this project to VST3.

About

A mono VST synthesizer, made with the Juce framework.

License:GNU General Public License v3.0


Languages

Language:C++ 98.6%Language:C 1.1%Language:Objective-C++ 0.3%Language:R 0.0%