packages feed

hsc3-0.1: Help/UGen/Math/absDif.help.lhs

absDif a b

Calculates the value of (abs (- a b). Finding the magnitude of the
difference of two values is a common operation.

> audition (out 0 (fSinOsc AR 440 0 * absDif 0.2 (fSinOsc AR 2 0 * 0.5)))