Object

de.sciss.synth.proc

SynthGraphs

Related Doc: package proc

Permalink

object SynthGraphs extends ExprTypeImpl[SynthGraph]

Linear Supertypes
ExprTypeImpl[SynthGraph], ExprType[SynthGraph], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SynthGraphs
  2. ExprTypeImpl
  3. ExprType
  4. Type
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final type Change = model.Change[SynthGraph]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  2. final type Ex[S <: Sys[S]] = Expr[S, SynthGraph]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  3. final type ExN[S <: Sys[S]] = lucre.expr.Expr.Node[S, SynthGraph]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  4. final type ExV[S <: Sys[S]] = Var[S, SynthGraph]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ValueSerializer extends ImmutableSerializer[SynthGraph]

    Permalink

    A serializer for synth graphs.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def empty[S <: Sys[S]](implicit tx: SynthGraphs.empty.S.Tx): Ex[S]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. lazy val install: Unit

    Permalink
  14. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  16. final def newConst[S <: Sys[S]](value: SynthGraph): Const[S, SynthGraph]

    Permalink
    Definition Classes
    ExprTypeImpl → ExprType
  17. final def newVar[S <: Sys[S]](init: Ex[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.newVar.S.Tx): ExV[S]

    Permalink
    Definition Classes
    ExprTypeImpl → ExprType
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def read[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.read.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.read.S.Tx): Ex[S]

    Permalink
    Definition Classes
    ExprTypeImpl
  21. final def readConst[S <: Sys[S]](in: DataInput): Const[S, SynthGraph]

    Permalink
    Definition Classes
    ExprTypeImpl → ExprType
  22. def readNode[S <: Sys[S]](cookie: Int, in: DataInput, access: SynthGraphs.readNode.S.Acc, targets: Targets[S])(implicit tx: SynthGraphs.readNode.S.Tx): Ex[S] with lucre.event.Node[S]

    Permalink
    Attributes
    protected
    Definition Classes
    SynthGraphs → ExprTypeImpl
  23. def readValue(in: DataInput): SynthGraph

    Permalink
    Definition Classes
    SynthGraphs → ExprType
  24. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readVar.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.readVar.S.Tx): ExV[S]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  25. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readVar.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readVar.S.Tx): ExV[S]

    Permalink
    Definition Classes
    ExprTypeImpl → ExprType
  26. implicit final def serializer[S <: Sys[S]]: Serializer[S, Ex[S]]

    Permalink
    Definition Classes
    ExprTypeImpl → ExprType
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def tape[S <: Sys[S]](implicit tx: SynthGraphs.tape.S.Tx): Ex[S]

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final val typeID: Int(16)

    Permalink
    Definition Classes
    SynthGraphs → Type
  31. implicit final def varSerializer[S <: Sys[S]]: Serializer[S, ExV[S]]

    Permalink
    Definition Classes
    ExprTypeImpl → ExprType
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def writeValue(value: SynthGraph, out: DataOutput): Unit

    Permalink
    Definition Classes
    SynthGraphs → ExprType

Inherited from ExprTypeImpl[SynthGraph]

Inherited from ExprType[SynthGraph]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped