case classAlias(name: String) extends RateMethod with Product with Serializable
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.
Linear Supertypes
Serializable, Serializable, Product, Equals, RateMethod, AnyRef, Any
Allows for a secondary method to be generated next to the default method. That is, it acts as a combination of
Default
andCustom
. This is currently not used for the standard UGens.