IndexL

object IndexL extends ProductReader[IndexL]

A UGen which reads from a buffer at a given index, linearly interpolating between neighboring points.

It uses the in argument as index into the buffer. Out-of-range index values are clipped to the valid range. If the index has a fractional part, it is used to interpolate between the buffer index at the floor and the buffer index at the ceiling of the index argument.

While designed for monophonic buffers, it works with multi-channel buffers by treating them as de-interleaved. See the Index UGen for details.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[IndexL]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(buf: GE, in: GE): IndexL
Value Params
buf

The buffer to read from.

in

The sample index into the buffer. This can have a fractional part.

def ir(buf: GE, in: GE): IndexL
Value Params
buf

The buffer to read from.

in

The sample index into the buffer. This can have a fractional part.

def kr(buf: GE, in: GE): IndexL
Value Params
buf

The buffer to read from.

in

The sample index into the buffer. This can have a fractional part.

def read(in: RefMapIn, key: String, arity: Int): IndexL