2 summary:: Randomized value.
3 categories:: UGens>Filters>Nonlinear, UGens>Random
8 Returns a unique output value from zero to one for each input value
9 according to a hash function. The same input value will always produce
10 the same output value. The input need not be from 0 to 1.
21 Output will be multiplied by this value.
24 This value will be added to the output.
29 { Hasher.ar(Line.ar(0,1,1), 0.2) }.play;
34 Hasher.kr(MouseX.kr(0,10).round(1), 300, 500)
42 Hasher.kr(MouseX.kr(0,10).round(1) + 0.0001, 300, 500)
50 Hasher.kr(MouseX.kr(0,10), 300, 500)