Programming a midi synth

Hi I’m new to juce and also c++ I’m trying to create my first software synth and need some reference material I’ve had a look at the juce tutorials and there great and also looked at the demo projects which again are excellent is there any other material I might find useful in subtractive synth and source modifier Synths and how they are coded thanks👍

1 Like

There’s a book about how to write synthesizers by Will Pirkle. That’s what got me started back in the day.

This is also a very good resource.
https://www.earlevel.com/main/

the heart of any synthesizer is the oscillator so i’d check out how they work if i were you. then i’d check out filters, but filters are mad complicated, so don’t panic when you see this whole coefficients-stuff :smiley: