de.sciss.synth.proc

SynthGraphs

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

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

    Attributes
    protected
    Definition Classes
    ExprTypeImpl

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. object ValueSerializer extends ImmutableSerializer[SynthGraph]

    A serializer for synth graphs.

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

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

  14. final def isInstanceOf[T0]: Boolean

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

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

    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]

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

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

    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]

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

    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]

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

    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]

    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]

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

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

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

  29. def toString(): String

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

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

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

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

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

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

    Definition Classes
    SynthGraphs → ExprType

Inherited from ExprTypeImpl[SynthGraph]

Inherited from ExprType[SynthGraph]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped