In this post, I will provide a brief explanation of the signal processing algorithms behind my plug-in, 'Desert Resonator' . Desert Resonator is a wavetable synthesizer featuring a physical modeling stage, an analog modelling low-pass filter, and a flanger. This plugin is completely developed using the JUCE framework in C++. I did not utilize any JUCE libraries for the digital signal processing, everything is built from scratch. I incorporated some elements that I previously uploaded on this blog, like the Steiner-Parker filter, which utilizes analog modelling techniques. At the moment, the code will not be open source, but you can find on my blog the code for some of the stages of this plug-in. I will explain each of the stages present in this plug-in. Wavetable Synth The wavetable is a matrix of 9 different sound samples that are linearly interpo...