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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object ValueSerializer extends ImmutableSerializer[SynthGraph]

    A serializer for synth graphs.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

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

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

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

  16. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  22. 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
  23. final def readConst[S <: Sys[S]](in: DataInput): Const[S, SynthGraph]

    Definition Classes
    ExprTypeImpl → ExprType
  24. 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
  25. def readValue(in: DataInput): SynthGraph

    Definition Classes
    SynthGraphs → ExprType
  26. 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
  27. 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
  28. implicit final def serializer[S <: Sys[S]]: Serializer[S, Ex[S]]

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

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

  31. def toString(): String

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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