Packages

final case class BufDelayC(rate: Rate, buf: GE, in: GE, delayTime: GE = 0.2f) extends SingleOut with HasSideEffect with IsIndividual with Product with Serializable

Simple delay line with cubic 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.

buf

Buffer id.

in

The input signal.

delayTime

Delay time in seconds.

See also

BufDelayN

BufDelayL

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufDelayC
  2. Serializable
  3. IsIndividual
  4. HasSideEffect
  5. SingleOut
  6. SomeOut
  7. Lazy
  8. GE
  9. UGenSource
  10. Expander
  11. Lazy
  12. Product
  13. Equals
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BufDelayC(rate: Rate, buf: GE, in: GE, delayTime: GE = 0.2f)

    buf

    Buffer id.

    in

    The input signal.

    delayTime

    Delay time in seconds.

Value Members

  1. val buf: GE
  2. val delayTime: GE
  3. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  4. val in: GE
  5. final def name: String
    Definition Classes
    UGenSource
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. val rate: Rate
    Definition Classes
    BufDelayCGE