SinOscFB:
Filter:
Classes | UGens > Generators > Deterministic | UGens > Generators > Chaotic

SinOscFB : PureUGen : UGen : AbstractFunction : Object

Feedback FM oscillator
Source: Osc.sc

Description

SinOscFB is a sine oscillator that has phase modulation feedback; its output plugs back into the phase input. Basically this allows a modulation between a sine wave and a sawtooth like wave. Overmodulation causes chaotic oscillation. It may be useful if you want to simulate feedback FM synths.

Class Methods

SinOscFB.ar(freq: 440.0, feedback: 0.0, mul: 1.0, add: 0.0)

SinOscFB.kr(freq: 440.0, feedback: 0.0, mul: 1.0, add: 0.0)

Arguments:

freq

The base frequency of the sine oscillator in Hertz.

feedback

The second argument is the amplitude of phase feedback in radians.

mul

Output will be multiplied by this value.

add

This value will be added to the output after any multiplication.

Inherited class methods

Instance Methods

Inherited instance methods

Examples