How to add distortion onto a basic synth?
Distortion
Hi @madigan03, this is like asking how long is a piece of string. But I’ll play along:
;basic synth
a1 oscili 1, 440
;basic distortion
a2 clip a1, 2, .8
That’s about as simple a distortion you can create.