You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**************************
* Gen17 (unit generator) *
**************************
|- Constructs a Chebyshev polynomial wavetable with harmonic partials of specified weights. The weight of partial n is specified by the nth element of the coefficients. Primarily used for waveshaping, driven by a SinOsc instead of a Phasor. See <a href="http://crca.ucsd.edu/~msp/techniques/v0.08/book-html/node74.html">http://crca.ucsd.edu/~msp/techniques/v0.08/book-html/node74.html</a> and <a href="http://en.wikipedia.org/wiki/Distortion_synthesis">http://en.wikipedia.org/wiki/Distortion_synthesis</a> for more information.
|- (inheritance) Gen17 -> GenX -> UGen -> Object
Which having a link is great for ckdoc, but it's a bit jank when doing .help() in chuck itself. We should figure out some way to deal with this
The text was updated successfully, but these errors were encountered:
Gen17.help() in chuck spits out:
Which having a link is great for ckdoc, but it's a bit jank when doing .help() in chuck itself. We should figure out some way to deal with this
The text was updated successfully, but these errors were encountered: