CombL

object CombL extends ProductReader[CombL]

Comb delay line with linear interpolation.

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

Time for the echoes to decay by 60 decibels. If this time is negative then the feedback coefficient will be negative, thus emphasizing only odd harmonics at an octave lower.

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, decayTime: GE): CombL
Value Params
decayTime

Time for the echoes to decay by 60 decibels. If this time is negative then the feedback coefficient will be negative, thus emphasizing only odd harmonics at an octave lower.

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): CombL