de.sciss.synth.ugen

BinaryOpUGen

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. object Absdif extends Op with Product with Serializable

  7. object Amclip extends Op with Product with Serializable

  8. object Atan2 extends Op with Product with Serializable

  9. object BitAnd extends Op with Product with Serializable

  10. object BitOr extends Op with Product with Serializable

  11. object BitXor extends Op with Product with Serializable

  12. object Clip2 extends Op with Product with Serializable

  13. object Difsqr extends Op with Product with Serializable

  14. object Div extends Op with Product with Serializable

  15. object Eq extends Op with Product with Serializable

  16. object Excess extends Op with Product with Serializable

  17. object Firstarg extends Op with Product with Serializable

  18. object Fold2 extends Op with Product with Serializable

  19. object Gcd extends Op with Product with Serializable

  20. object Geq extends Op with Product with Serializable

  21. object Gt extends Op with Product with Serializable

  22. object Hypot extends Op with Product with Serializable

  23. object Hypotx extends Op with Product with Serializable

  24. object Lcm extends Op with Product with Serializable

  25. object LeftShift extends Op with Product with Serializable

  26. object Leq extends Op with Product with Serializable

  27. object Lt extends Op with Product with Serializable

  28. object Max extends Op with Product with Serializable

  29. object Min extends Op with Product with Serializable

  30. object Minus extends Op with Product with Serializable

  31. object Mod extends Op with Product with Serializable

  32. object Neq extends Op with Product with Serializable

  33. object Op

  34. object Plus extends Op with Product with Serializable

  35. object Pow extends Op with Product with Serializable

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

  36. object RightShift extends Op with Product with Serializable

  37. object Ring1 extends Op with Product with Serializable

  38. object Ring2 extends Op with Product with Serializable

  39. object Ring3 extends Op with Product with Serializable

  40. object Ring4 extends Op with Product with Serializable

  41. object RoundTo extends Op with Product with Serializable

  42. object RoundUpTo extends Op with Product with Serializable

  43. object Scaleneg extends Op with Product with Serializable

  44. object Sqrdif extends Op with Product with Serializable

  45. object Sqrsum extends Op with Product with Serializable

  46. object Sumsqr extends Op with Product with Serializable

  47. object Thresh extends Op with Product with Serializable

  48. object Times extends Op with Product with Serializable

  49. object Trunc extends Op with Product with Serializable

  50. object Wrap2 extends Op with Product with Serializable

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

  52. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  53. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  64. def toString(): String

    Definition Classes
    AnyRef → Any
  65. def unapply(b: BinaryOpUGen): Option[(Op, GE, GE)]

  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped