BufCombL

final case
class BufCombL(rate: Rate, buf: GE, in: GE, delayTime: GE, decayTime: GE) extends SingleOut with HasSideEffect with IsIndividual

Comb delay line with linear interpolation which uses a buffer for its internal memory.

Value Params
buf

Buffer id.

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. '''Warning''': For reasons of efficiency, the effective buffer size is the allocated size rounded down to the next power of two. For example, if 44100 samples are allocated, the maximum delay would be 32768 samples. Also note that the buffer must be monophonic.

delayTime

Delay time in seconds.

in

The input signal.

See also
Companion
object
trait Serializable
trait IsIndividual
trait HasSideEffect
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource