Alias

case
class Alias(name: String) extends RateMethod

Allows for a secondary method to be generated next to the default method. That is, it acts as a combination of Default and Custom. This is currently not used for the standard UGens.

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

Value members

Inherited methods

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