Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Abstract method which must be implemented by creating the actual UGen
s
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U
)
A UGen that reports the fractional sample offset of the current Synth from its requested scheduled start.
When a synth is created from a time stamped osc-bundle, it starts calculation at the next possible block (normally 64 samples). Using an
OffsetOut
UGen, one can delay the audio so that it matches sample accurately.For some synthesis methods, one even needs subsample accuracy.
SubsampleOffset
provides the information where, within the current sample, the synth was scheduled. It can be used to offset envelopes or resample the audio output.OffsetOut
SampleDur
ControlRate