de.sciss.synth.proc.Grapheme.Elem

Curve

object Curve extends Type[Value.Curve]

Linear Supertypes
Type[Value.Curve], TypeLike[Value.Curve, [$tilde]Expr[~, Value.Curve]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Curve
  2. Type
  3. TypeLike
  4. AnyRef
  5. 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[Value.Curve]

    Attributes
    protected
    Definition Classes
    Type
  2. final type Ex[S <: Sys[S]] = Expr[S, Value.Curve]

    Attributes
    protected
    Definition Classes
    Type
  3. final type ExN[S <: Sys[S]] = Expr[S, Value.Curve] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Type
  4. type ReprConst[S <: Sys[S]] = Expr[S, Value.Curve] with lucre.expr.Expr.Const[S, Value.Curve]

    Attributes
    protected
    Definition Classes
    TypeLike
  5. type ReprNode[S <: Sys[S]] = Expr[S, Value.Curve] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    TypeLike
  6. type ReprVar[S <: Sys[S]] = Expr[S, Value.Curve] with lucre.expr.Expr.Var[S, Value.Curve]

    Attributes
    protected
    Definition Classes
    TypeLike
  7. final class Tuple1[S <: Sys[S], T1] extends NodeImpl[S, A]

    Definition Classes
    TypeLike
  8. trait Tuple1Op[T1] extends TupleOp

    Definition Classes
    TypeLike
  9. final class Tuple2[S <: Sys[S], T1, T2] extends NodeImpl[S, A]

    Definition Classes
    TypeLike
  10. trait Tuple2Op[T1, T2] extends TupleOp

    Definition Classes
    TypeLike
  11. sealed trait TupleOp extends AnyRef

    Definition Classes
    TypeLike

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. def apply[S <: Sys[S]](values: (Expr[S, Double], synth.Curve)*)(implicit tx: Curve.apply.S.Tx): Curve[S]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def change[S <: Sys[S]](before: Value.Curve, now: Value.Curve): Option[model.Change[Value.Curve]]

    Definition Classes
    TypeLike
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  17. final def newConfluentVar[S <: Sys[S]](init: Ex[S])(implicit tx: lucre.expr.Type.newConfluentVar.S.Tx): lucre.expr.Expr.Var[S, Value.Curve]

    Definition Classes
    Type → TypeLike
  18. final def newConst[S <: Sys[S]](value: Value.Curve): lucre.expr.Expr.Const[S, Value.Curve]

    Definition Classes
    Type → TypeLike
  19. final def newVar[S <: Sys[S]](init: Ex[S])(implicit tx: lucre.expr.Type.newVar.S.Tx): lucre.expr.Expr.Var[S, Value.Curve]

    Definition Classes
    Type → TypeLike
  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. final def readConst[S <: Sys[S]](in: DataInput): lucre.expr.Expr.Const[S, Value.Curve]

    Definition Classes
    Type → TypeLike
  23. final def readExpr[S <: Sys[S]](in: DataInput, access: lucre.expr.TypeLike.readExpr.S.Acc)(implicit tx: lucre.expr.TypeLike.readExpr.S.Tx): Expr[S, Value.Curve]

    Definition Classes
    TypeLike
  24. def readTuple[S <: Sys[S]](cookie: Int, in: DataInput, access: Curve.readTuple.S.Acc, targets: Targets[S])(implicit tx: Curve.readTuple.S.Tx): Curve[S] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Curve → TypeLike
  25. def readValue(in: DataInput): Value.Curve

    Definition Classes
    Curve → Type → TypeLike
  26. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.Type.readVar.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.Type.readVar.S.Tx): ReprVar[S] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Type → TypeLike
  27. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.Type.readVar.S.Acc)(implicit tx: lucre.expr.Type.readVar.S.Tx): lucre.expr.Expr.Var[S, Value.Curve]

    Definition Classes
    Type → TypeLike
  28. implicit final def serializer[S <: Sys[S]]: Serializer[S, Expr[S, Value.Curve]]

    Definition Classes
    TypeLike
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final val typeID: Int(12)

  32. def unapplySeq[S <: Sys[S]](expr: Elem[S]): Option[Seq[(Expr[S, Double], synth.Curve)]]

  33. implicit final def varSerializer[S <: Sys[S]]: Serializer[S, ReprVar[S]]

    Definition Classes
    TypeLike
  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(v: Value.Curve, out: DataOutput): Unit

    Definition Classes
    Curve → Type → TypeLike

Inherited from Type[Value.Curve]

Inherited from TypeLike[Value.Curve, [$tilde]Expr[~, Value.Curve]]

Inherited from AnyRef

Inherited from Any

Ungrouped