SharedOut:
Filter:
Classes | UGens > InOut

SharedOut : AbstractOut : UGen : AbstractFunction : Object

Write to 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. Reading from a shared control bus on the client is synchronous. When not using the internal server use the get method of Bus (or /c_get in messaging style) or SendTrig with an OSCFunc.

Class Methods

SharedOut.kr(bus, channelsArray)

Arguments:

bus

The index of the shared control bus to write to.

channelsArray

An Array of channels or single output to write out. You cannot change the size of this once a SynthDef has been built.

Inherited class methods

Undocumented class methods

SharedOut.numFixedArgs

Instance Methods

Inherited instance methods

Undocumented instance methods

.writesToBus

Examples