SinGrainBBF:
Filter:
Classes (extension) | Libraries > JoshUGens | UGens > GranularSynthesis

SinGrainBBF : JoshMultiOutGrain : MultiOutUGen : UGen : AbstractFunction : Object
ExtensionExtension

Granular synthesis with sinusoidal grains with Ambisonic panning and user supplied envelope

Description

Class Methods

SinGrainBBF.ar(trigger: 0, dur: 1, freq: 440, envbuf, azimuth: 0, elevation: 0, rho: 1, wComp: 0, mul: 1, add: 0)

Arguments:

trigger

A kr or ar trigger to start a new grain. If ar, grains after the start of the synth are sample accurate.

dur

Size of the grain. Polled at creation time.

freq

The freq of the grain generators internal oscillator. Polled at creation time.

envbuf

A buffer with a stored signal to be used for the envelope of the grain.

azimuth

In radians, -pi to pi.

elevation

In radians, -0.5pi, to +0.5pi.

rho

The speaker radius; 1 places shound at the radius, <1 within the radius, >1 is outside the radius. Beyond the radius, nothing happens.

wComp

Chooses how the W channels is scaled. If 0, a scaler of 0.707 is used. If 1, W is varied according to the scaling of the X, Y and Z channels. 0 is the default.

mul
add

Inherited class methods

Instance Methods

.init( ... theInputs)

Inherited instance methods

Examples