2 summary:: Multiple tap delay.
4 categories:: UGens>Buffer, UGens>Delays>Buffer
9 This is a wrapper which creates a multiple tap delay line using
10 link::Classes/RecordBuf:: and link::Classes/PlayBuf:: .
18 A Ref to an Array of delay times in seconds.
21 A Ref to an Array of amplitudes.
27 Output will be multiplied by this value.
30 This value will be added to the output.
34 The number of the buffer to use for the delay. This must be at
35 least as long as the longest tap time.
43 b = Buffer.alloc(s, s.sampleRate);
46 MultiTap.ar(`[0.1, 0.2, 0.3, 0.4], `[0.1, 0.2, 0.4, 0.8],
47 Decay.ar(Dust.ar(2), 0.1, PinkNoise.ar), bufnum: b.bufnum)