buffer filled in wavetable format containing the transfer function.
signal to be fed into the wave shaper
buffer filled in wavetable format containing the transfer function.
signal to be fed into the wave shaper
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.
WrapIndex
Index