object Proc extends Type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Proc
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Change[T <: Txn[T]] extends AnyRef
A change is either a state change, or a scan or a grapheme change
- final case class GraphChange[T <: Txn[T]](change: model.Change[SynthGraph]) extends Change[T] with Product with Serializable
- trait GraphObj[T <: Txn[T]] extends Expr[T, SynthGraph]
- trait Output[T <: Txn[T]] extends Obj[T]
- final case class OutputAdded[T <: Txn[T]](output: Output[T]) extends OutputsChange[T] with Product with Serializable
- final case class OutputRemoved[T <: Txn[T]](output: Output[T]) extends OutputsChange[T] with Product with Serializable
- trait Outputs[T <: Txn[T]] extends AnyRef
- sealed trait OutputsChange[T <: Txn[T]] extends Change[T]
An associative change is either adding or removing an association
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T <: Txn[T]]()(implicit tx: T): Proc[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def format[T <: Txn[T]]: TFormat[T, Proc[T]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final val graphAudio: String("sig")
Audio input file (tape) grapheme.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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. - def init(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val mainIn: String("in")
- final val mainOut: String("out")
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Proc[T]
- def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final val typeId: Int(65541)
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object GraphObj extends ExprTypeImpl[SynthGraph, GraphObj]
- object Output extends Type
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated