The buffer to read from.
The sample index into the buffer. This can have a fractional part.
The buffer to read from.
The sample index into the buffer. This can have a fractional part.
The buffer to read from.
The sample index into the buffer. This can have a fractional part.
A UGen which reads from a buffer at a given index, linearly interpolating between neighboring points.
It uses the
inargument 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
IndexUGen for details.IndexInBetween
Index