Packages

object Proc extends Type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proc
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Change[T <: Txn[T]] extends AnyRef

    A change is either a state change, or a scan or a grapheme change

  2. final case class GraphChange[T <: Txn[T]](change: model.Change[SynthGraph]) extends Change[T] with Product with Serializable
  3. trait GraphObj[T <: Txn[T]] extends Expr[T, SynthGraph]
  4. trait Output[T <: Txn[T]] extends Obj[T]
  5. final case class OutputAdded[T <: Txn[T]](output: Output[T]) extends OutputsChange[T] with Product with Serializable
  6. final case class OutputRemoved[T <: Txn[T]](output: Output[T]) extends OutputsChange[T] with Product with Serializable
  7. trait Outputs[T <: Txn[T]] extends AnyRef
  8. sealed trait OutputsChange[T <: Txn[T]] extends Change[T]

    An associative change is either adding or removing an association

  9. final case class Update[T <: Txn[T]](proc: Proc[T], changes: IndexedSeq[Change[T]]) extends Product with Serializable

    An update is a sequence of changes

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T <: Txn[T]]()(implicit tx: T): Proc[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def format[T <: Txn[T]]: TFormat[T, Proc[T]]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final val graphAudio: String("sig")

    Audio input file (tape) grapheme.

  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final val hintFilterLinks: String("links")

    NOT USED ANY LONGER.

    NOT USED ANY LONGER. Hint key for copying scan connections during copy. Value should be a predicate function (Proc[T]) => Boolean. If absent, all connections are copied.

  14. def init(): Unit
    Definition Classes
    ProcTypeType
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final val mainIn: String("in")
  17. final val mainOut: String("out")
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Proc[T]
  22. def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    ProcTypeType
  23. final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    TypeType
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final val typeId: Int(65541)
    Definition Classes
    ProcType
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. object GraphObj extends ExprTypeImpl[SynthGraph, GraphObj]
  31. object Output extends Type

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped