de.sciss.synth.ugen
A UGen that allocates a buffer local to the synth. This is convenient for example when using an FFT chain.
FFT
number of sample frames for the buffer
number of channels for the buffer
de.sciss.synth.ugen.FFT
Convenience method for ClearBuf(this)
ClearBuf(this)
Abstract method which must be implemented by creating the actual UGens during expansion.
UGen
Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion
the expanded object (depending on the type parameter U)
U
A UGen that allocates a buffer local to the synth. This is convenient for example when using an
FFT
chain.number of sample frames for the buffer
number of channels for the buffer
de.sciss.synth.ugen.FFT