IndexL:
Filter:
Classes | UGens > Buffer

IndexL : Index : PureUGen : UGen : AbstractFunction : Object

Index into a table with a signal, linear interpolated
Source: Osc.sc

Description

The input signal value is used as an index into the table, with linear interpolation. Out of range index values are clipped to the valid range.

Class Methods

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

From superclass: Index

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

From superclass: Index

Arguments:

bufnum

index of the buffer.

in

the input signal.

Inherited class methods

Instance Methods

Inherited instance methods

Examples