final case classHasher(rate: MaybeRate, in: GE) extends SingleOut with Product with Serializable
A UGen that 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 values can have any range.
A UGen that 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 values can have any range.
input to calculate the hash function for