Pulse:
Filter:
Classes | UGens > Generators > Deterministic

Pulse : UGen : AbstractFunction : Object

Band limited pulse wave.
Source: FSinOsc.sc

Description

Band limited pulse wave generator with pulse width modulation.

Class Methods

Pulse.ar(freq: 440.0, width: 0.5, mul: 1.0, add: 0.0)

Pulse.kr(freq: 440.0, width: 0.5, mul: 1.0, add: 0.0)

Arguments:

freq

Frequency in Hertz.

width

Pulse width ratio from zero to one. 0.5 makes a square wave.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Instance Methods

Inherited instance methods

Examples