Object/Trait

de.sciss.synth.proc

SynthGraphObj

Related Docs: trait SynthGraphObj | package proc

Permalink

object SynthGraphObj extends ExprTypeImpl[SynthGraph, SynthGraphObj]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SynthGraphObj
  2. ExprTypeImpl
  3. TypeImpl1
  4. _1
  5. TypeImpl
  6. TypeImplLike
  7. Expr
  8. Type
  9. Type
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type A = SynthGraph

    Permalink
    Definition Classes
    Expr
  2. type Const[S <: Sys[S]] = SynthGraphObj[S] with lucre.expr.Expr.Const[S, A]

    Permalink
    Definition Classes
    Expr
  3. trait ConstImpl[S <: Sys[S]] extends lucre.expr.impl.ConstImpl[S, lucre.expr.impl.ExprTypeImpl.A]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  4. type Ex[S <: Sys[S]] = SynthGraphObj[S]

    Permalink
    Definition Classes
    Expr
  5. type Var[S <: Sys[S]] = SynthGraphObj[S] with lucre.stm.Var[lucre.expr.Type.Expr.Var.S.Tx, SynthGraphObj[S]]

    Permalink
    Definition Classes
    Expr
  6. trait VarImpl[S <: Sys[S]] extends lucre.expr.impl.VarImpl[S, lucre.expr.impl.ExprTypeImpl.A, lucre.expr.impl.ExprTypeImpl.Ex[S]]

    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 Var

    Permalink
    Definition Classes
    Expr
  5. final def addExtension(exts: Array[Extension1[SynthGraphObj]], ext: Extension1[SynthGraphObj]): Array[Extension1[SynthGraphObj]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImplLike
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def findExt(op: Int): Extension1[SynthGraphObj]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl
  13. final def findExt(exts: Array[Extension1[SynthGraphObj]], op: Int): Extension1[SynthGraphObj]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImplLike
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def init(): Unit

    Permalink
    Definition Classes
    TypeType
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mkConst[S <: Sys[S]](id: SynthGraphObj.mkConst.S.ID, value: A)(implicit tx: SynthGraphObj.mkConst.S.Tx): Const[S]

    Permalink
    Attributes
    protected
    Definition Classes
    SynthGraphObj → ExprTypeImpl
  19. def mkExtArray(size: Int): Array[Extension1[SynthGraphObj]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl1 → TypeImplLike
  20. def mkVar[S <: Sys[S]](targets: Targets[S], vr: SynthGraphObj.mkVar.S.Var[Ex[S]], connect: Boolean)(implicit tx: SynthGraphObj.mkVar.S.Tx): Var[S]

    Permalink
    Attributes
    protected
    Definition Classes
    SynthGraphObj → ExprTypeImpl
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. implicit final def newConst[S <: Sys[S]](value: A)(implicit tx: lucre.expr.impl.ExprTypeImpl.newConst.S.Tx): Const[S]

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

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. 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 → Expr
  27. final def readConst[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readConst.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readConst.S.Tx): Const[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  28. def readCookie[S <: Sys[S]](in: DataInput, access: SynthGraphObj.readCookie.S.Acc, cookie: Byte)(implicit tx: SynthGraphObj.readCookie.S.Tx): Ex[S]

    Permalink

    Reads an identified object whose cookie is neither 3 (constant) nor 0 (node).

    Reads an identified object whose cookie is neither 3 (constant) nor 0 (node). By default this throws an exception. Sub-classes may use a cookie greater than 3 for other constant types.

    Attributes
    protected
    Definition Classes
    SynthGraphObj → ExprTypeImpl
  29. final def readExtension[S <: Sys[S]](op: Int, in: DataInput, access: lucre.expr.impl.TypeImpl1.readExtension.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.TypeImpl1.readExtension.S.Tx): SynthGraphObj[S]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl1
  30. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Tx): Ex[S]

    Permalink
    Definition Classes
    ExprTypeImpl → TypeType
  31. def readNode[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readNode.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.readNode.S.Tx): Ex[S]

    Permalink

    The default implementation reads a type Int as operator id Int which will be resolved using readOpExtension.

    The default implementation reads a type Int as operator id Int which will be resolved using readOpExtension.

    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  32. 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]

    Permalink
    Definition Classes
    TypeType
  33. 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): Var[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  34. final def registerExtension(ext: Extension1[SynthGraphObj]): Unit

    Permalink
    Definition Classes
    TypeImpl
  35. implicit final def serializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.serializer.S.Tx, lucre.expr.impl.ExprTypeImpl.serializer.S.Acc, Ex[S]]

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

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

    Permalink
  38. def toString(): String

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

    Permalink
    Definition Classes
    SynthGraphObjType
  40. object valueSerializer extends ImmutableSerializer[SynthGraph]

    Permalink

    A serializer for synth graphs.

    A serializer for synth graphs.

    Definition Classes
    SynthGraphObjExpr
  41. implicit final def varSerializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.varSerializer.S.Tx, lucre.expr.impl.ExprTypeImpl.varSerializer.S.Acc, Var[S]]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExprTypeImpl[SynthGraph, SynthGraphObj]

Inherited from TypeImpl1[SynthGraphObj]

Inherited from _1[SynthGraphObj]

Inherited from TypeImpl[Extension1[SynthGraphObj]]

Inherited from TypeImplLike[Extension1[SynthGraphObj]]

Inherited from Expr[SynthGraph, SynthGraphObj]

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped