DelayL

object DelayL extends ProductReader[DelayL]

Simple delay line with linear interpolation.

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

Delay time in seconds.

in

The input signal.

maxDelayTime

The maximum delay time in seconds. used to initialize the delay buffer size. ''(init-time only)''

def kr(in: GE, maxDelayTime: GE, delayTime: GE): DelayL
Value Params
delayTime

Delay time in seconds.

in

The input signal.

maxDelayTime

The maximum delay time in seconds. used to initialize the delay buffer size. ''(init-time only)''

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