OffsetOut:
Filter:
Classes | UGens > InOut

OffsetOut : Out : AbstractOut : UGen : AbstractFunction : Object

Write a signal to a bus with sample accurate timing.
Source: InOut.sc

Description

Output signal to a bus, the sample offset within the bus is kept exactly; i.e. if the synth is scheduled to be started part way through a control cycle, OffsetOut will maintain the correct offset by buffering the output and delaying it until the exact time that the synth was scheduled for.

For achieving subsample accuracy see SubsampleOffset

NOTE: Note that if you have an input to the synth, it will be coming in and its normal time, then mixed in your synth, and then delayed with the output. So you shouldn't use OffsetOut for effects or gating.

See the Server Architecture and Bus helpfiles for more information on buses and how they are used.

Class Methods

OffsetOut.ar(bus, channelsArray)

From superclass: Out

Arguments:

bus

The index of the bus to write out to. The lowest numbers are written to the audio hardware.

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

OffsetOut.kr

Instance Methods

Inherited instance methods

Examples