de.sciss.synth

audio

object audio extends Rate with Product with Serializable

Audio rated calculation (id 1) means that values are calculated at the audio sampling rate. For example, if the server and sound hardware run at 44.1 kHz, then 44100 samples are calculated per second. On the server, audio rate calculation is performed in chunks, depending on the block size setting.

Linear Supertypes
Serializable, Serializable, Rate, Ordered[Rate], Comparable[Rate], MaybeRate, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. audio
  2. Serializable
  3. Serializable
  4. Rate
  5. Ordered
  6. Comparable
  7. MaybeRate
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def <(that: Rate): Boolean

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

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def >(that: Rate): Boolean

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

    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

    Compares this and another rate, based on their identifiers (e.

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

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

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

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

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

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

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

    Returns this object without resolving the argument.

    Returns this object without resolving the argument.

    Definition Classes
    RateMaybeRate
  19. final val id: Int(2)

    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
    audioMaybeRate
  20. final def isInstanceOf[T0]: Boolean

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

    Returns the maximum of this and another rate, based on their identifiers (e.

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

    Definition Classes
    Rate
  22. final val methodName: String("ar")

    Definition Classes
    audioRate
  23. final def min(that: Rate): Rate

    Returns the minimum of this and another rate, based on their identifiers (e.

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

    Definition Classes
    Rate
  24. final def name: String

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

    Definition Classes
    AnyRef
  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    Rate
  30. final val toOption: Option[Rate]

    Returns Some(this).

    Returns Some(this).

    Definition Classes
    RateMaybeRate
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

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