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.
29 // use input amplitude to control SinOsc frequency
33 Blip.ar(3, 20) * LFNoise1.kr(0.1).range(0, 1),
34 MouseX.kr(0.001, 1, 1),
35 MouseY.kr(0.001, 1, 1),
45 // use input amplitude to control Pulse amplitude - use headphones to prevent feedback.
46 { Pulse.ar(90, 0.3, Amplitude.kr(SoundIn.ar(0))) }.play;
51 // use input amplitude to control SinOsc frequency - use headphones to prevent feedback.