rsc3/doc/examples/ugen/noise/hasher.help.scm

9 lines
287 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
;; (hasher in)
;; Returns a unique output value from zero to one for each input value
;; according to a hash function. The same input value will always
;; produce the same output value. The input need not be from zero to
;; one.
(audition (out 0 (mul (hasher (line ar 0 1 1 2)) 0.2)))