Packages

sealed abstract class RandomOp extends Op

Self Type
RandomOp
Linear Supertypes
Op, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomOp
  2. Op
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def id: Int
    Definition Classes
    Op

Concrete Value Members

  1. final def make(a: GE): GE
    Definition Classes
    RandomOpOp
  2. final def make1(a: UGenIn): UGenIn
    Definition Classes
    RandomOpOp
  3. final def makeNoOptimization(a: GE): UnaryOpUGen
    Definition Classes
    RandomOpOp
  4. def methodName: String

    The name one would call on GEOps to obtain this operator.

    The name one would call on GEOps to obtain this operator. For example, for Neg this would be unary_-.

    Definition Classes
    Op
  5. def name: String

    The name one would use to display the operator in a user friendly way.

    The name one would use to display the operator in a user friendly way. For example, for Neg this would be -.

    Definition Classes
    Op
  6. def prefix: Boolean

    Whether the operator should be written in prefix position.

    Whether the operator should be written in prefix position. For example, Ampdb is not in prefix position, you would write signal.ampDb, whereas Neg is prefix position, as you would write -signal.

    Definition Classes
    Op
  7. final def productArity: Int
    Definition Classes
    Op → Product
  8. final def productElement(n: Int): Any
    Definition Classes
    Op → Product
  9. def productElementName(n: Int): String
    Definition Classes
    Product
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def productIterator: Iterator[Any]
    Definition Classes
    Product
  12. final def productPrefix: String
    Definition Classes
    Op → Product