expand

Reference > saw

Wave
Spectrum

    

saw(frequency, phase) Returns a function whose input is a time (in seconds) and whose output is a point on a sawtooth wave (or saw wave for short). You can create a 440 Hz sawtooth wave by mapping a time wave to this saw function, using time.map(saw(440))

You can find the code for saw in the synthesine library.