Packages

final case class ControlRate() extends SingleOut with ScalarRated with Product with Serializable

A UGen that reports the server's current control rate. This is equivalent to the reciprocal of ControlDur

See also

ControlDur

SampleRate

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ControlRate
  2. Serializable
  3. ScalarRated
  4. SingleOut
  5. SomeOut
  6. Lazy
  7. GE
  8. UGenSource
  9. Expander
  10. Lazy
  11. Product
  12. Equals
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ControlRate()

Value Members

  1. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  2. final def name: String
    Definition Classes
    UGenSource
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. final def rate: Rate
    Definition Classes
    ScalarRated