Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohragk/VermeerMonosynth-1
A mono VST synthesizer, made with the Juce framework.
https://github.com/mohragk/VermeerMonosynth-1
Last synced: 3 months ago
JSON representation
A mono VST synthesizer, made with the Juce framework.
- Host: GitHub
- URL: https://github.com/mohragk/VermeerMonosynth-1
- Owner: mohragk
- License: gpl-3.0
- Created: 2017-08-02T11:44:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T09:13:26.000Z (over 4 years ago)
- Last Synced: 2024-08-04T02:08:34.958Z (6 months ago)
- Language: C++
- Homepage:
- Size: 5.09 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - VermeerMonosynth-1 - 3.0|8|5Β months<sub><sup>σ σ π’</sup></sub>| (Instruments)
README
# Vermeer Monosynth-1
![Monosynth](monosynth-card.png)
#### 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](https://juce.com/).
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](https://shop.juce.com/get-juce).
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](https://github.com/juce-framework/JUCE/releases) over [here](https://github.com/juce-framework/JUCE/releases).### VST3 vs VST2
As VST2 is no longer available as a free SDK, I suggest porting this project to VST3.