Rates

object Rates
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Implied(rate: Rate, method: RateMethod) extends Rates

An implied rate means that the UGen can only possibly run at one particular rate. When an implied rate is used, the UGen mixes in a rate trait, such as AudioRated and does not include an explicit rate argument in its case class constructor.

An implied rate means that the UGen can only possibly run at one particular rate. When an implied rate is used, the UGen mixes in a rate trait, such as AudioRated and does not include an explicit rate argument in its case class constructor.

Value Params
method

the type of constructor method to generate

rate

the rate at which the UGen runs

final case
class Set(set: Set[Rate]) extends Rates

An explicit set of supported rates.

An explicit set of supported rates.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror