Warp1:
Filter:
Classes | UGens > Buffer | UGens > Generators > Granular

Warp1 : MultiOutUGen : UGen : AbstractFunction : Object

Warp a buffer with a time pointer

Description

Inspired by Chad Kirby's SuperCollider2 Warp1 class, which was inspired by Richard Karpen's sndwarp for CSound. A granular time stretcher and pitchshifter.

Class Methods

Warp1.ar(numChannels: 1, bufnum: 0, pointer: 0, freqScale: 1, windowSize: 0.2, envbufnum: -1, overlaps: 8, windowRandRatio: 0.0, interp: 1, mul: 1, add: 0)

Arguments:

numChannels

the number of channels in the soundfile used in bufnum.

bufnum

the buffer number of a mono soundfile.

pointer

the position in the buffer. The value should be between 0 and 1, with 0 being the beginning of the buffer, and 1 the end.

freqScale

the amount of frequency shift. 1.0 is normal, 0.5 is one octave down, 2.0 is one octave up. Negative values play the soundfile backwards.

windowSize

the size of each grain window.

envbufnum

the buffer number containing a signal to use for the grain envelope. -1 uses a built-in Hanning envelope.

overlaps

the number of overlapping windows.

windowRandRatio

the amount of randomness to the windowing function. Must be between 0 (no randomness) to 1.0 (probably too random actually)

interp

the interpolation method used for pitchshifting grains. 1 = no interpolation. 2 = linear. 4 = cubic interpolation (more computationally intensive).

mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples