expand

Reference > phasor

Wave
Spectrum

    

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

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