de.sciss.synth.proc.FadeSpec

Expr

object Expr extends ExprTypeImpl[FadeSpec]

Linear Supertypes
ExprTypeImpl[FadeSpec], ExprType[FadeSpec], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Expr
  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[FadeSpec]

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

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

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

    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. def apply[S <: Sys[S]](numFrames: lucre.expr.Expr[S, Long], shape: lucre.expr.Expr[S, Curve], floor: lucre.expr.Expr[S, Double])(implicit tx: Expr.apply.S.Tx): Expr[S]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Expr → ExprTypeImpl
  21. def readValue(in: DataInput): FadeSpec

    Definition Classes
    Expr → ExprType
  22. 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
  23. 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
  24. implicit final def serializer[S <: Sys[S]]: Serializer[S, Ex[S]]

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final val typeID: Int(14)

    Definition Classes
    Expr → Type
  28. def unapply[S <: Sys[S]](expr: Expr[S]): Option[(lucre.expr.Expr[S, Long], lucre.expr.Expr[S, Curve], lucre.expr.Expr[S, Double])]

  29. implicit final def varSerializer[S <: Sys[S]]: Serializer[S, ExV[S]]

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

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

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

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

    Definition Classes
    Expr → ExprType

Inherited from ExprTypeImpl[FadeSpec]

Inherited from ExprType[FadeSpec]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped