object Proc extends Type
- Alphabetic
- By Inheritance
- Proc
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
sealed
trait
Change[S <: Sys[S]] extends AnyRef
A change is either a state change, or a scan or a grapheme change
- final case class GraphChange[S <: Sys[S]](change: model.Change[SynthGraph]) extends Change[S] with Product with Serializable
- final case class OutputAdded[S <: Sys[S]](output: Output[S]) extends OutputsChange[S] with Product with Serializable
- final case class OutputRemoved[S <: Sys[S]](output: Output[S]) extends OutputsChange[S] with Product with Serializable
-
sealed
trait
OutputsChange[S <: Sys[S]] extends Change[S]
An associative change is either adding or removing an association
-
final
case class
Update[S <: Sys[S]](proc: Proc[S], changes: IndexedSeq[Change[S]]) 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[S <: Sys[S]]()(implicit tx: Proc.apply.S.Tx): Proc[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
val
attrSource: String("graph-source")
Source code of the graph function.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
val
graphAudio: String("sig")
Audio input file (tape) grapheme.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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[S]) => 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read[S <: Sys[S]](in: DataInput, access: Proc.read.S.Acc)(implicit tx: Proc.read.S.Tx): Proc[S]
- def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Proc.readIdentifiedObj.S.Acc)(implicit tx: Proc.readIdentifiedObj.S.Tx): Obj[S]
- final def readObj[S <: Sys[S]](in: DataInput, access: lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: lucre.stm.Obj.Type.readObj.S.Tx): Obj[S]
- implicit def serializer[S <: Sys[S]]: Serializer[Proc.serializer.S.Tx, Proc.serializer.S.Acc, Proc[S]]
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )