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

MonoGrainBF : JoshMultiChannelGrain : MultiOutUGen : UGen : AbstractFunction : Object
ExtensionExtension

Granulates real-time input with Ambisonic panning
 

Description

Class Methods

MonoGrainBF.ar(in, winsize: 0.1, grainrate: 10, winrandpct: 0, azimuth: 0, azrand: 0, elevation: 0, elrand: 0, rho: 1, mul: 1, add: 0)

Arguments:

in

A mono input.

winsize

The window size in seconds.

grainrate

The rate at which new grains are created (in Hz).

winrandpct

A randomness factor for window size (as a percentage of the winsize).

azimuth

In radians, -pi to pi.

azrand

Percentage of deviation from the azimuth.

elevation

In radians, -0.5pi to 0.5pi.

elrand

Percentage of deviation from the eleveation.

rho

The speaker radius. (1 places around at the radius, <1 within the radius, >1 is outside the radius.) Beyond the radius, this mostly acts as an amplitude scaler (no filtering is done).

mul
add

Inherited class methods

Instance Methods

.init( ... theInputs)

Inherited instance methods

Examples