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

Tap : UGen : AbstractFunction : Object

Single tap into a delay line
Source: BufIO.sc

Description

The Tap UGen allows a single tap at a delay into a buffer.

Tap uses the PlayBuf UGen internally

Class Methods

Tap.ar(bufnum: 0, numChannels: 1, delaytime: 0.2)

Arguments:

bufnum

The index of the buffer to use

numChannels

Number of channels of the buffer

delaytime

Tap delay; cannot be modulated

Inherited class methods

Instance Methods

Inherited instance methods

Examples