-
Clone https://github.com/juce-framework/JUCE
git clone https://github.com/juce-framework/JUCE.git -
Execute Projucer.exe
2.1. For Windows execute
.\path\to\juce-framework\extras\Projucer\Builds\VisualStudio2022\x64/Debug\App\Projucer.exe2.2. For Linux execute
cd /path/to/juce-framework/extras/Projucer/Builds/LinuxMakefile/ make ./build/Projucer -
Open with Projucer, project.jucer file. Save and open with Visual Studio Code version that you use.
A simple hello world window using JUCE following PFM Starting From Scratch.
A simple equalizer plugin (in progress).
A simple wavetable synthesizer from WolfSound.
A simple XY Pad with a draggable thumb, a gain slider for volume control, and a panner slider for stereo balance.