DelTapWr

object DelTapWr extends ProductReader[DelTapWr]

Write to a buffer for a DelTapRd UGen

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[DelTapWr]
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, in: GE): DelTapWr
Value Params
buf

The buffer to write signal into. Max delay time is based on buffer size. DelTapWr outputs its current sample value for use in the phase argument of DelTapRd .

in

The input signal.

def kr(buf: GE, in: GE): DelTapWr
Value Params
buf

The buffer to write signal into. Max delay time is based on buffer size. DelTapWr outputs its current sample value for use in the phase argument of DelTapRd .

in

The input signal.

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