rsc3/doc/help/ugen/chaos/logistic.help.scrbl

13 lines
218 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{(logistic rate chaosParam freq)}
UNDOCUMENTED.
Implements the equation: y1 = param * y1 * (1.0 - y1)
(audition
(out 0 (mul (logistic ar 2.9 1000) 0.2)))