AudioMasher
[continue autosave] Learn Sporth
log in learn new browse

dist

Performs distortion using a hyperbolic tangent function. dist has the following arguments:

The following patch demonstrates how dist can be used with diode to create a squelchy bass sound.

 # generate a saw wave
 100 1 saw
 # LFO scaled for cutoff frequency sweep
 0.1 1 sine 300 3000 biscale
 # diode with high resonance
 0.9 diode
 # distortion with dist
 5 0.5 0.01 0.9 dist



Compile & play Stop audio