BufDelayL

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

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

'''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.

Value Params
buf

Buffer id.

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