Clamps Dictionary
saw-dpw
Function
(saw-dpw freq amp)
Band-limited sawtooth via Differentiated Parabolic Wave (DPW). Equivalent to SC's SawDPW. Low aliasing below ~4kHz.
Arguments
freq |
Frequency in Hz |
amp |
Linear amplitude in the range [0..1] |
Example
(dsp! saw-sdpw-test (freq amp) (:defaults 440 0.1) (foreach-frame (out (saw-simple freq amp)))) (saw-dpw-test 637 0.1 :head 200)