https://github.com/fedden/jucesynths
Collection of JUCE synthesisers utilising the Maximilian library.
https://github.com/fedden/jucesynths
audio component cpp cpp11 dsp juce maximilian plugin signal-processing vst vst3 vsts
Last synced: about 1 month ago
JSON representation
Collection of JUCE synthesisers utilising the Maximilian library.
- Host: GitHub
- URL: https://github.com/fedden/jucesynths
- Owner: fedden
- License: mit
- Created: 2017-02-26T14:52:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T16:04:21.000Z (over 8 years ago)
- Last Synced: 2025-04-03T22:36:34.537Z (7 months ago)
- Topics: audio, component, cpp, cpp11, dsp, juce, maximilian, plugin, signal-processing, vst, vst3, vsts
- Language: C++
- Size: 36.2 MB
- Stars: 94
- Watchers: 13
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Juce & Maximilian VSTs.
Here is a self contained set of vsts designed to be extendable.Although unfinished, there will be the following shortly:
- Empty project for quick VST writing.
- Additive / Subtractive Synthesiser.
- Frequency Modulation Synthesiser.
- Granular Synthesiser.Building this should be straightforward on any machine because Juce takes care of the different platforms very well. Drop an issue if you need help. Essentially just navigate to the necessary project, then into builds, and for MacOS there will be an Xcode project and Linux there will be a makefile or QtCreator project. If you are using Windows bow your head in shame and use the VS files.