Classes | UGens > Generators > Deterministic

PMOsc : Object

Phase modulation oscillator pair.
Source: PMOsc.sc

Description

Phase modulation sine oscillator pair.

Class Methods

PMOsc.ar(carfreq, modfreq, pmindex: 0.0, modphase: 0.0, mul: 1.0, add: 0.0)

PMOsc.kr(carfreq, modfreq, pmindex: 0.0, modphase: 0.0, mul: 1.0, add: 0.0)

Arguments:

carfreq

Carrier frequency in cycles per second.

modfreq

Modulator frequency in cycles per second.

pmindex

Modulation index in radians.

modphase

A modulation input for the modulator's phase in radians.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

8 methods from Object ► show

Instance Methods

Inherited instance methods

266 methods from Object ► show

Examples