Index:
Filter:
Classes | UGens > Buffer

Index : PureUGen : UGen : AbstractFunction : Object

Index into a table with a signal
Source: Osc.sc

Description

Index into a table with a signal. The input signal value is truncated to an integer value and used as an index into the table. Out-of-range index values are clipped to the valid range.

Class Methods

Index.ar(bufnum, in: 0.0, mul: 1.0, add: 0.0)

Index.kr(bufnum, in: 0.0, mul: 1.0, add: 0.0)

Arguments:

bufnum

Index of the buffer.

in

The input signal.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Instance Methods

Inherited instance methods

Examples