packages feed

hsc3-0.8: Help/UGen/Chaos/logistic.help.lhs

logistic rate chaosParam freq

UNDOCUMENTED.

Implements the equation: y1 = param * y1 * (1.0 - y1)

> import Sound.SC3

> audition (out 0 (logistic AR 3.5699457 1000.0 0.01))