hsc3-0.1: Help/UGen/Trigger/mostChange.help.lhs
mostChange a b Output the input that changed most. > n <- lfNoise0 KR 1 > let x = mouseX KR 200 300 Linear 0.1 > audition (out 0 (sinOsc AR (mostChange (n * 400 + 900) x) 0 * 0.1))
mostChange a b Output the input that changed most. > n <- lfNoise0 KR 1 > let x = mouseX KR 200 300 Linear 0.1 > audition (out 0 (sinOsc AR (mostChange (n * 400 + 900) x) 0 * 0.1))