Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: score-display , Previous: saw-dpw , Up: S , Home: Overview

Clamps Dictionary

saw-simple

Function

(saw-simple freq amp)

Non-bandlimited sawtooth, range -1 to 1. Equivalent to SC's LFSaw.

Arguments

freq Frequency in Hz
amp Linear amplitude in the range [0..1]

Example

(dsp! simple-saw-test (freq amp)
  (:defaults 440 0.1)
  (foreach-frame (out (saw-simple freq amp))))

(simple-saw-test 571 0.1 :head 200)

See also

Author: Orm Finnendahl

Created: 2026-05-31 So 19:07

Validate