final case classImplied(rate: Rate, method: RateMethod) extends Rates with Product with Serializable
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.
rate
the rate at which the UGen runs
method
the type of constructor method to generate
Linear Supertypes
Serializable, Serializable, Product, Equals, Rates, AnyRef, Any
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 explicitrate
argument in its case class constructor.the rate at which the UGen runs
the type of constructor method to generate