packages feed

hsc3-0.1: Help/UGen/IO/offsetOut.help.lhs

offsetOut bufferIndex inputs
 
Output signal to a bus, the sample offset within the bus is kept
exactly.  This ugen is used where sample accurate output is needed.

> let a = offsetOut 0 (impulse AR 5 0)
>     b = out 0 (sinOsc AR 60 0 * 0.1)
> audition (MRG [a,b])

> let a = out 0 (impulse AR 5 0)
>     b = out 0 (sinOsc AR 60 0 * 0.1)
> audition (MRG [a,b])