Synth done with C++/Juce?

Hello,
Do you guys know any Synth with a permissive license that we could embed in our software application? (done with Juce would be the best)
Cheers

Permissive:

Google has a DX7 clone (C++) https://github.com/google/music-synthesizer-for-android/tree/master/app/src/main/jni

MDA VST have epiano, piano, jx10, dx10: https://github.com/nrdlngr/mda-vst-code/tree/master/src

ADLplug FM Synth: https://github.com/jpcima/ADLplug

Mika Mikro: https://github.com/tesselode/mika-micro

VSTSID: https://github.com/igorski/VSTSID

GPL / Dual License:

Helm: https://github.com/mtytel/helm

4OSC: https://github.com/Tracktion/tracktion_engine/blob/master/modules/tracktion_engine/plugins/effects/tracktion_FourOscPlugin.cpp

HISE: http://hartinstruments.net/hise/api/

5 Likes

Super nice, thanks :wink: