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 values is a morphing between the two intermediate waveforms.
Basically, this video demonstrates it quite well. Just wondering if anyone has a method to implement this? Sine to Triangle: 0 to 255
For example, at 0, we will output a sine wave. At 255, we will output a sine wave. In between these values is a morphing between the two intermediate waveforms.
Basically, this video demonstrates it quite well. Just wondering if anyone has a method to implement this? Sine to Triangle: 0 to 255
- Triangle to Saw: 255 to 510
- Saw to Square: 510 to 765
- Square to Pulse: 765 to 1023