de.sciss.synth.proc

UGenGraphBuilder

object UGenGraphBuilder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UGenGraphBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class AttributeKey(name: String) extends Key with Product with Serializable

    A scalar value found in the attribute map.

  2. trait Complete[S <: Sys[S]] extends State[S]

  3. trait Context[S <: Sys[S]] extends AnyRef

  4. trait Incomplete[S <: Sys[S]] extends State[S]

  5. trait Input extends AnyRef

  6. trait Key extends AnyRef

    A pure marker trait to rule out some type errors.

  7. final case class MissingIn(input: Input) extends Throwable with ControlThrowable with Product with Serializable

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

  8. case class ScanIn(numChannels: Int, fixed: Boolean) extends Product with Serializable

  9. final case class ScanKey(name: String) extends Key with Product with Serializable

    A entry in a proc's scan map.

  10. sealed trait State[S <: Sys[S]] extends AnyRef

  11. type Unit = Unit.type

  12. trait Value extends AnyRef

    A pure marker trait to rule out some type errors.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Input

  7. object Unit extends Value with Product with Serializable

  8. def apply[S <: Sys[S]](context: Context[S], proc: Proc.Obj[S])(implicit tx: UGenGraphBuilder.apply.S.Tx): State[S]

    Note: The resulting object is mutable, therefore must not be shared across threads and also must be created and consumed within the same transaction.

    Note: The resulting object is mutable, therefore must not be shared across threads and also must be created and consumed within the same transaction. That is to say, to be transactionally safe, it may only be stored in a TxnLocal, but not a full STM ref.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): scala.Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get: UGenGraphBuilder

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def init[S <: Sys[S]](proc: T[S, Proc.Elem])(implicit tx: UGenGraphBuilder.init.S.Tx): Incomplete[S]

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): scala.Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): scala.Unit

    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): scala.Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): scala.Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): scala.Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped