Implied

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.

Value Params
method

the type of constructor method to generate

rate

the rate at which the UGen runs

trait Serializable
trait Product
trait Equals
trait Rates
class Object
trait Matchable
class Any

Value members

Concrete methods

def methodName(r: Rate): String
def set: Set[Rate]
override
def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product