Write to a buffer for a DelTapRd UGen.
DelTapRd.ar and a DelTapWr.ar in tandem, keep in mind that they read and write in blocks equal to the server's block size. If the delay time is greater than the buffer size minus a block, the write and read heads might interfere in unintended ways. Use a slightly larger buffer if this happens.| buffer |
the buffer to write signal into. Max delay time is based on buffer size. |
| in |
the signal to write to the buffer. |
phase - DelTapWr outputs its current sample value for use in the phase argument in DelTapRd