SharedIn:
Filter:
Classes | UGens > InOut

SharedIn : AbstractIn : MultiOutUGen : UGen : AbstractFunction : Object

Read from a shared control bus.

Description

WARNING: SharedIn has been deprecated. Synchronous access to busses on local servers is possible via Bus: -getSynchronous and Bus: -setSynchronous

Reads from a control bus shared between the internal server and the SC client. Control rate only. Writing to a shared control bus from the client is synchronous. When not using the internal server use node arguments or the set method of Bus (or /c_set in messaging style).

Class Methods

SharedIn.kr(bus: 0, numChannels: 1)

Arguments:

bus

The index of the shared control bus to read from.

numChannels

the number of channels (i.e. adjacent buses) to read in. The default is 1. You cannot modulate this number by assigning it to an argument in a SynthDef.

Inherited class methods

Instance Methods

Inherited instance methods

Examples