InBus:
Filter:
Classes | UGens > InOut

InBus : UGen : AbstractFunction : Object

Return a range of channels from a bus, irrespective of node order
Source: InBus.sc

Description

InBus provides a simple interface to the signal on a bus, crossfading between adjacent values.

Class Methods

InBus.ar(bus, numChannels, offset: 0, clip)

InBus.kr(bus, numChannels, offset: 0, clip)

Return a new instance with the respective rate. If the bus rate doesn't match the signal is converted. Multi channel arguments expand.

Arguments:

bus

An instance of Bus

numChannels

Number of output channels

offset

Offset to the starting index in the bus.

clip

If clip is set to 'wrap', the indices into the bus will not be clipped to the last bus channel, but will wrap around.

Returns:

A UGen output, usually an array of UGens or, if the arguments are arrays, an array of arrays.

Inherited class methods

Instance Methods

Inherited instance methods

Examples