Packages

case object Log extends PureOp with Product with Serializable

Linear Supertypes
Serializable, PureOp, Op, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Log
  2. Serializable
  3. PureOp
  4. Op
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final val id: Int(25)
    Definition Classes
    LogOp
  2. final def make(a: GE): GE
    Definition Classes
    PureOpOp
  3. def make1(a: Float): Float
    Definition Classes
    LogPureOp
  4. final def make1(a: UGenIn): UGenIn
    Definition Classes
    PureOpOp
  5. final def makeNoOptimization(a: GE): UnaryOpUGen
    Definition Classes
    PureOpOp
  6. 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
  7. 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
  8. 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
  9. final def productArity: Int
    Definition Classes
    Op → Product
  10. final def productElement(n: Int): Any
    Definition Classes
    Op → Product
  11. def productElementName(n: Int): String
    Definition Classes
    Product
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def productPrefix: String
    Definition Classes
    Op → Product