packages feed

hsc3-0.1: Help/UGen/Analysis/amplitude.help.lhs

amplitude rate in attackTime releaseTime

Amplitude follower. Tracks the peak amplitude of a signal.

> let s = in' 1 AR numOutputBuses
> audition (out 0 (pulse AR 90 0.3 * amplitude KR s 0.1 0.1))

> let s = in' 1 AR numOutputBuses
> audition (out 0 (sinOsc AR (amplitude KR s 0.1 0.1 * 1200 + 400) 0 * 0.3))