de.sciss.synth.ugen

BinaryOpUGen

Related Docs: trait BinaryOpUGen | package ugen

object BinaryOpUGen

Binary operations are generally constructed by calling one of the methods of GEOps.

See also

UnaryOpUGen

GEOps

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BinaryOpUGen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Op extends Product

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. object Absdif extends Op with Product with Serializable

  5. object Amclip extends Op with Product with Serializable

  6. object Atan2 extends Op with Product with Serializable

  7. object BitAnd extends Op with Product with Serializable

  8. object BitOr extends Op with Product with Serializable

  9. object BitXor extends Op with Product with Serializable

  10. object Clip2 extends Op with Product with Serializable

  11. object Difsqr extends Op with Product with Serializable

  12. object Div extends Op with Product with Serializable

  13. object Eq extends Op with Product with Serializable

  14. object Excess extends Op with Product with Serializable

  15. object Firstarg extends Op with Product with Serializable

  16. object Fold2 extends Op with Product with Serializable

  17. object Geq extends Op with Product with Serializable

  18. object Gt extends Op with Product with Serializable

  19. object Hypot extends Op with Product with Serializable

  20. object Hypotx extends Op with Product with Serializable

  21. object Leq extends Op with Product with Serializable

  22. object Lt extends Op with Product with Serializable

  23. object Max extends Op with Product with Serializable

  24. object Min extends Op with Product with Serializable

  25. object Minus extends Op with Product with Serializable

  26. object Mod extends Op with Product with Serializable

  27. object Neq extends Op with Product with Serializable

  28. object Op

  29. object Plus extends Op with Product with Serializable

  30. object Pow extends Op with Product with Serializable

    Warning: Unlike a normal power operation, the signum of the left operand is always preserved.

    Warning: Unlike a normal power operation, the signum of the left operand is always preserved. I.e. DC.kr(-0.5).pow(2) will not output 0.25 but -0.25. This is to avoid problems with floating point noise and negative input numbers, so DC.kr(-0.5).pow(2.001) does not result in a NaN, for example.

  31. object Ring1 extends Op with Product with Serializable

  32. object Ring2 extends Op with Product with Serializable

  33. object Ring3 extends Op with Product with Serializable

  34. object Ring4 extends Op with Product with Serializable

  35. object RoundTo extends Op with Product with Serializable

  36. object RoundUpTo extends Op with Product with Serializable

  37. object Scaleneg extends Op with Product with Serializable

  38. object Sqrdif extends Op with Product with Serializable

  39. object Sqrsum extends Op with Product with Serializable

  40. object Sumsqr extends Op with Product with Serializable

  41. object Thresh extends Op with Product with Serializable

  42. object Times extends Op with Product with Serializable

  43. object Trunc extends Op with Product with Serializable

  44. object Wrap2 extends Op with Product with Serializable

  45. def apply(op: Op, a: GE, b: GE): BinaryOpUGen

  46. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  47. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  49. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  50. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  52. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  53. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  54. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  55. final def notify(): Unit

    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def toString(): String

    Definition Classes
    AnyRef → Any
  59. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped