DelTapWr:
Filter:
Classes | UGens > Buffer | UGens > Delays

DelTapWr : UGen : AbstractFunction : Object

Write to a buffer for a DelTapRd UGen
Source: Delays.sc

Description

Write to a buffer for a DelTapRd UGen.

NOTE: If you run a 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.

Class Methods

DelTapWr.ar(buffer, in)

DelTapWr.kr(buffer, in)

Arguments:

buffer

the buffer to write signal into. Max delay time is based on buffer size.

in

the signal to write to the buffer.

Returns:

phase - DelTapWr outputs its current sample value for use in the phase argument in DelTapRd

Inherited class methods

Instance Methods

Inherited instance methods

Examples