case object scalar extends Rate with Product with Serializable

Scalar rated calculation (id 0) means that a value is only calculated once when a Synth is initialized.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def <(that: Rate): Boolean
    Definition Classes
    Ordered
  4. def <=(that: Rate): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: Rate): Boolean
    Definition Classes
    Ordered
  7. def >=(that: Rate): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def compare(that: Rate): Int

    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
    Definition Classes
    Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def getOrElse(r: => Rate): Rate

    Returns this object without resolving the argument.

    Returns this object without resolving the argument.

    Definition Classes
    RateMaybeRate
  16. final val id: Int(0)

    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
    scalarMaybeRate
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def max(that: Rate): Rate

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

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

    Definition Classes
    Rate
  19. final val methodName: String("ir")
    Definition Classes
    scalarRate
  20. final def min(that: Rate): Rate

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

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

    Definition Classes
    Rate
  21. final def name: String
    Definition Classes
    MaybeRate
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def productElementName(n: Int): String
    Definition Classes
    Product
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final val toIndexedSeq: IndexedSeq[Rate]
    Definition Classes
    Rate
  29. final val toOption: Option[Rate]

    Returns Some(this).

    Returns Some(this).

    Definition Classes
    RateMaybeRate
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Rate

Inherited from Ordered[Rate]

Inherited from Comparable[Rate]

Inherited from MaybeRate

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped