2 summary:: Demand rate generator for embedding different inputs
3 related:: Classes/Demand, Classes/Dswitch1
4 categories:: UGens>Demand
7 Demand rate generator for embedding different inputs.
8 In difference to Dswitch1, Dswitch embeds all items of
9 an input demand ugen first before looking up the next index.
12 method:: new(array, index)
14 array of values or other ugens
16 which of the inputs to return
18 structurally related: link::Classes/Pswitch::
29 ], Dseq([0, 1, 2, 1, 0], 2));
34 Demand.kr(trig, 0, d).poll(trig)
41 // compare with Dswitch1:
50 ], Dseq([0, 1, 2, 1, 0], 2));
55 Demand.kr(trig, 0, d).poll(trig)