Class/Object

de.sciss.synth

Rate

Related Docs: object Rate | package synth

Permalink

sealed abstract class Rate extends MaybeRate with Ordered[Rate]

The server calculation rate of a UGen or a UGen output.

The following rates are known:

Linear Supertypes
Ordered[Rate], Comparable[Rate], MaybeRate, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rate
  2. Ordered
  3. Comparable
  4. MaybeRate
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def id: Int

    Permalink

    The identifier of a MaybeRate is either -1 (undefined) or the identifier of a defined rate (>= 0).

    The identifier of a MaybeRate is either -1 (undefined) or the identifier of a defined rate (>= 0).

    Definition Classes
    MaybeRate
  3. abstract def methodName: String

    Permalink
  4. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  5. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Rate): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Rate): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Rate): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Rate): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def compare(that: Rate): Int

    Permalink

    Compares this and another rate, based on their identifiers (e.g., scalar compare control == -1 and audio compare audio == 0).

    Compares this and another rate, based on their identifiers (e.g., scalar compare control == -1 and audio compare audio == 0).

    Definition Classes
    Rate → Ordered
  11. def compareTo(that: Rate): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def getOrElse(r: ⇒ Rate): Rate

    Permalink

    Returns this object without resolving the argument.

    Returns this object without resolving the argument.

    Definition Classes
    RateMaybeRate
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. final def max(that: Rate): Rate

    Permalink

    Returns the maximum of this and another rate, based on their identifiers (e.g., control > scalar).

  20. final def min(that: Rate): Rate

    Permalink

    Returns the minimum of this and another rate, based on their identifiers (e.g., scalar < control).

  21. final def name: String

    Permalink
    Definition Classes
    MaybeRate
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  26. def productPrefix: String

    Permalink
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. final val toIndexedSeq: IndexedSeq[Rate]

    Permalink
  29. final val toOption: Option[Rate]

    Permalink

    Returns Some(this).

    Returns Some(this).

    Definition Classes
    RateMaybeRate
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

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

Inherited from Ordered[Rate]

Inherited from Comparable[Rate]

Inherited from MaybeRate

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped