2 summary:: Amplitude follower
3 categories:: UGens>Analysis>Amplitude
6 Tracks the peak amplitude of a signal.
16 60dB convergence time for following attacks.
19 60dB convergence time for following decays.
25 // use input amplitude to control SinOsc frequency
29 Blip.ar(3, 20) * LFNoise1.kr(0.1).range(0, 1),
30 MouseX.kr(0.001, 1, 1),
31 MouseY.kr(0.001, 1, 1),
41 // use input amplitude to control Pulse amplitude - use headphones to prevent feedback.
42 { Pulse.ar(90, 0.3, Amplitude.kr(SoundIn.ar(0))) }.play;
47 // use input amplitude to control SinOsc frequency - use headphones to prevent feedback.