Impulse:
Filter:
Classes | UGens > Generators > Deterministic

Impulse : PureUGen : UGen : AbstractFunction : Object

Impulse oscillator.
Source: Osc.sc

Description

Outputs non-bandlimited single sample impulses.

Class Methods

Impulse.ar(freq: 440.0, phase: 0.0, mul: 1.0, add: 0.0)

Impulse.kr(freq: 440.0, phase: 0.0, mul: 1.0, add: 0.0)

Arguments:

freq

Frequency in Hertz.

phase

Phase offset in cycles (0..1).

mul

The output will be multiplied by this value.

add

This value will be added to the output.

Discussion:

An Impulse with frequency 0 returns a single impulse.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.signalRange

Examples

modulate phase:

an Impulse with frequency 0 returns a single impulse: