DelTapRd

final case
class DelTapRd(rate: Rate, buf: GE, phase: GE, delayTime: GE, interp: GE) extends SingleOut with IsIndividual

Tap a delay line from a DelTapWr UGen.

Value Params
buf

Buffer where DelTapWr has written signal. Max delay time is based on buffer size.

delayTime

Delay time in seconds.

interp

The kind of interpolation to be used. 1 is none, 2 is linear, 4 is cubic..

phase

the current phase of the DelTapWr UGen. This is the output of DelTapWr.

See also
Companion
object
trait Serializable
trait IsIndividual
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