BufWr:
Filter:
Classes | UGens > Buffer

BufWr : UGen : AbstractFunction : Object

Buffer writing oscillator.
Source: BufIO.sc

Description

Write to a buffer at an index.

NOTE: BufWr (in difference to BufRd ) does not do multichannel expansion, because input is an array.

Class Methods

BufWr.ar(inputArray, bufnum: 0, phase: 0.0, loop: 1.0)

BufWr.kr(inputArray, bufnum: 0, phase: 0.0, loop: 1.0)

Arguments:

inputArray

Input UGens (channelArray).

bufnum

The index of the buffer to use.

phase

Modulateable index into the buffer (has to be audio rate).

WARNING: The phase argument only offers precision for addressing 2**24 samples (about 6.3 minutes at 44100Hz)
loop

1 means true, 0 means false. This is modulateable.

Inherited class methods

Instance Methods

Inherited instance methods

Examples