2 summary:: Demand rate random sequence generator.
3 related:: Classes/Demand, Classes/Drand, Classes/Dseq, Classes/Dser, Classes/Duty, Classes/TDuty
4 categories:: UGens>Demand
8 Dxrand never plays the same value twice, whereas link::Classes/Drand::
9 chooses any value in the list.
12 See link::Classes/Pxrand:: for structurally related equivalent.
21 An array of values or other UGens.
26 Number of values to return.
36 a = Dxrand([1, 3, 2, 7, 8], inf);
37 trig = Impulse.kr(MouseX.kr(1, 400, 1));
38 freq = Demand.kr(trig, 0, a) * 30 + 340;