DelTapRd

object DelTapRd extends ProductReader[DelTapRd]

Tap a delay line from a DelTapWr UGen.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[DelTapRd]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(buf: GE, phase: GE, delayTime: GE, interp: GE): DelTapRd
Value Params
buf

Buffer where DelTapWr has written signal. Max delay time is based on buffer size.

delayTime

Delay time in seconds.

interp

The kind of interpolation to be used. 1 is none, 2 is linear, 4 is cubic..

phase

the current phase of the DelTapWr UGen. This is the output of DelTapWr.

def kr(buf: GE, phase: GE, delayTime: GE, interp: GE): DelTapRd
Value Params
buf

Buffer where DelTapWr has written signal. Max delay time is based on buffer size.

delayTime

Delay time in seconds.

interp

The kind of interpolation to be used. 1 is none, 2 is linear, 4 is cubic..

phase

the current phase of the DelTapWr UGen. This is the output of DelTapWr.

def read(in: RefMapIn, key: String, arity: Int): DelTapRd