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

FMGrainI : JoshGrain : UGen : AbstractFunction : Object
ExtensionExtension

Granular synthesis with FM grains and user supplied envelopes

Description

Class Methods

FMGrainI.ar(trigger: 0, dur: 1, carfreq: 440, modfreq: 200, index: 1, envbuf1, envbuf2, ifac: 0.5, 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. The following args are polled at grain creation time.

dur

Size of the grain.

carfreq

The carrier freq of the grain generators internal oscillator.

modfreq

The modulating freq of the grain generators internal oscillator.

index

The index of modulation.

envbuf1

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

envbuf2

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

ifac

An interpolation factor. interpolates between the two envelopes where 0 is all envbuf1, and 1 is all envbuf2.

mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples