Fills a buffer with a series of chebyshev polynomials, which can be defined as:
Fills a buffer with a series of chebyshev polynomials, which can be defined as:
cheby(n) = amplitude * cos(n * acos(x))
The first float value specifies the amplitude for n = 1, the second float value specifies the amplitude for n = 2, and so on. To eliminate a DC offset when used as a waveshaper, the wavetable is offset so that the center value is zero.
Copies samples from the source buffer to the destination buffer specified in the b_gen
message.
Copies samples from the source buffer to the destination buffer specified in the b_gen
message.
If the number of samples to copy is negative, the maximum number of samples possible is copied.
frequencies
pair of (freq, amp)