2 summary:: Randomly select one of several inputs
3 categories:: UGens>Triggers, UGens>Random
4 related:: Classes/TWChoose
7 An output is selected randomly on recieving a trigger from an array of inputs.
9 TChoose returns a combination of link::Classes/Select:: and link::Classes/TIRand::.
27 TChoose.ar(Dust.ar(MouseX.kr(1, 1000, 1)), a) * 0.2
33 note:: all the ugens are continously running. This may not be the most efficient way if each input is cpu-expensive.