Packages

case class Alias(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, Product, Equals, RateMethod, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Alias
  2. Serializable
  3. Product
  4. Equals
  5. RateMethod
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Alias(name: String)

Value Members

  1. val name: String
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product