Explicitly include a boost "windows" folder even on linux
[supercollider.git] / HelpSource / Classes / DelTapRd.schelp
blob45aeb9ebb794d2d953e134600248eb5d1688004e
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.
23 examples::
24 See link::Classes/DelTapWr#examples:: for examples.