UGenGraphBuilder

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class AttributeKey(name: String) extends Key

A scalar value found in the attribute map.

A scalar value found in the attribute map.

trait Complete[T <: Txn[T]] extends State[T]
trait Context[T <: Txn[T]]
trait IO[T <: Txn[T]]
trait Incomplete[T <: Txn[T]] extends State[T]
object Input
Companion
class
trait Input[V <: Value]
Companion
object
trait Key

A pure marker trait to rule out some type errors.

A pure marker trait to rule out some type errors.

final case class MissingIn(input: Key) extends ControlThrowable

An exception thrown when during incremental build an input is required for which the underlying source cannot yet be determined.

An exception thrown when during incremental build an input is required for which the underlying source cannot yet be determined.

This can be a case class because it is used only within the same transaction, and thereby the timed argument does not become stale.

trait Requester[T <: Txn[T]] extends IO[T]
case class ScanIn(numChannels: Int, fixed: Boolean)
sealed trait State[T <: Txn[T]] extends IO[T]
case object Unit extends Value
trait Value

A pure marker trait to rule out some type errors.

A pure marker trait to rule out some type errors.

Types

type Unit = Unit

Value members

Concrete methods