Forgot a help fix: Drag a dock's title bar, not divider, to reposition
[supercollider.git] / HelpSource / Classes / DelTapRd.schelp
blob79ded95ac2f5c1ce88040ddf849263e4a05216ad
1 class:: DelTapRd
2 categories:: UGens>Buffer, UGens>Delays
3 summary:: Tap a delay line from a DelTapWr UGen
4 related:: Classes/DelTapWr
6 description::
7 Tap a delay line from a link::Classes/DelTapWr:: UGen
9 classmethods::
10 private:: categories
12 method:: ar, kr
14 argument:: buffer
15 buffer where DelTapWr has written signal.  Max delay time is based on buffer size.
16 argument:: phase
17 the current phase of the DelTapWr UGen. This is the output of DelTapWr.
18 argument:: delTime
19 A delay time in seconds.
20 argument:: interp
21 the kind of interpolation to be used. 1 is none, 2 is linear, 4 is cubic.
22 argument:: mul
23 argument:: add
25 examples::
26 See link::Classes/DelTapWr#examples:: for examples.