Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: saw-simple , Previous: saw-blep , Up: S , Home: Overview

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)

See also

Author: Orm Finnendahl

Created: 2026-05-31 So 19:07

Validate