
In this tutorial series I show you how to create a simple sampler plug-in using C++ and the JUCE Framework. I’d recommend following along with these videos if you have some familiarity with C++ and would like to understand more about how the JUCE Framework is structured without getting too far into DSP.
You can follow along and get the code on GitHub.
Subjects covered include:
– Component Class
– Drawing waveforms
– Synthesiser Class
– Building a VST
– Slider and Label Classes
– Basic Object-Oriented Concepts
– ADSR Class
– Audio Processor Value Tree State
– Using your own images in a plug-in
Enjoy!
Recent Comments