Hello,
Working on a project and I was wondering if someone has implemented unison? It is my understand that it works by detuning multiple copies of the same oscillator, which sounds similar to a chorus effect. I'm trying to achieve a super saw...
Hi Emmanuel,
I have been working on my synthesizer over the past month. I have implemented much of Ken Wessen's constructive synthesis tutorial onto a project. Again, thank you for this valuable resource. Notes are triggered via an additional...
I would suggest creating five separate waveform generators: one sine, one triangle, one saw, one square, & one pulse. Feed each of these waveform generators into a mixer (you'll actually need two 4-input mixers to accomodate the 5 inputs, then...
So a potentiometer value ranges from 0 to 1023. I want to create an output waveform that is a blend of waveforms as the potentiometer moves.
For example, at 0, we will output a sine wave. At 255, we will output a sine wave. In between these...