buffer filled in wavetable format containing the transfer function.
signal to be fed into the wave shaper
Abstract method which must be implemented by creating the actual UGens
during expansion.
A waveshaping UGen. Waveshaping is a the process of translating an input signal by indexing a table (buffer).
Advanced notes: wavetable format:
This strange format is not a standard linear interpolation (integer + frac), but for (integer part -1) and (1+frac)) due to some efficient maths for integer to float conversion in the underlying C code.
buffer filled in wavetable format containing the transfer function.
signal to be fed into the wave shaper
WrapIndex
Index