Classes | UGens > Filters > Nonlinear | UGens > Filters > Pitch

FreqShift : UGen : AbstractFunction : Object

Frequency Shifter.
Source: Hilbert.sc

Description

FreqShift implements single sideband amplitude modulation, also known as frequency shifting, but not to be confused with pitch shifting. Frequency shifting moves all the components of a signal by a fixed amount but does not preserve the original harmonic relationships.

Class Methods

FreqShift.ar(in, freq: 0.0, phase: 0.0, mul: 1.0, add: 0.0)

Arguments:

in

The input signal.

freq

Amount of shift in cycles per second.

phase

Phase of the frequency shift (0..2pi).

mul
add

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples

More Examples

send a SynthDef, run the routine then send a different SynthDef