Object/Class

de.sciss.synth.ugen

BinaryOpUGen

Related Docs: class BinaryOpUGen | package ugen

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class ImpureOp extends Op

    Permalink
  2. sealed abstract class Op extends Product

    Permalink
  3. sealed abstract class PureOp extends Op

    Permalink
  4. sealed abstract class RandomOp extends Op

    Permalink

Value Members

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

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

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

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

    Permalink
  5. object Amclip extends PureOp with Product with Serializable

    Permalink
  6. object Atan2 extends PureOp with Product with Serializable

    Permalink
  7. object BitAnd extends PureOp with Product with Serializable

    Permalink
  8. object BitOr extends PureOp with Product with Serializable

    Permalink
  9. object BitXor extends PureOp with Product with Serializable

    Permalink
  10. object Clip2 extends PureOp with Product with Serializable

    Permalink
  11. object Difsqr extends PureOp with Product with Serializable

    Permalink
  12. object Div extends PureOp with Product with Serializable

    Permalink
  13. object Eq extends PureOp with Product with Serializable

    Permalink
  14. object Excess extends PureOp with Product with Serializable

    Permalink
  15. object Exprand extends RandomOp with Product with Serializable

    Permalink
  16. object Firstarg extends ImpureOp with Product with Serializable

    Permalink
  17. object Fold2 extends PureOp with Product with Serializable

    Permalink
  18. object Gcd extends PureOp with Product with Serializable

    Permalink
  19. object Geq extends PureOp with Product with Serializable

    Permalink
  20. object Gt extends PureOp with Product with Serializable

    Permalink
  21. object Hypot extends PureOp with Product with Serializable

    Permalink
  22. object Hypotx extends PureOp with Product with Serializable

    Permalink
  23. object Lcm extends PureOp with Product with Serializable

    Permalink
  24. object LeftShift extends PureOp with Product with Serializable

    Permalink
  25. object Leq extends PureOp with Product with Serializable

    Permalink
  26. object Lt extends PureOp with Product with Serializable

    Permalink
  27. object Max extends PureOp with Product with Serializable

    Permalink
  28. object Min extends PureOp with Product with Serializable

    Permalink
  29. object Minus extends PureOp with Product with Serializable

    Permalink
  30. object Mod extends PureOp with Product with Serializable

    Permalink
  31. object Neq extends PureOp with Product with Serializable

    Permalink
  32. object Op

    Permalink
  33. object Plus extends PureOp with Product with Serializable

    Permalink
  34. object Pow extends PureOp with Product with Serializable

    Permalink

    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.

  35. object RightShift extends PureOp with Product with Serializable

    Permalink
  36. object Ring1 extends PureOp with Product with Serializable

    Permalink
  37. object Ring2 extends PureOp with Product with Serializable

    Permalink
  38. object Ring3 extends PureOp with Product with Serializable

    Permalink
  39. object Ring4 extends PureOp with Product with Serializable

    Permalink
  40. object RoundTo extends PureOp with Product with Serializable

    Permalink
  41. object RoundUpTo extends PureOp with Product with Serializable

    Permalink
  42. object Rrand extends RandomOp with Product with Serializable

    Permalink
  43. object Scaleneg extends PureOp with Product with Serializable

    Permalink
  44. object Sqrdif extends PureOp with Product with Serializable

    Permalink
  45. object Sqrsum extends PureOp with Product with Serializable

    Permalink
  46. object Sumsqr extends PureOp with Product with Serializable

    Permalink
  47. object Thresh extends PureOp with Product with Serializable

    Permalink
  48. object Times extends PureOp with Product with Serializable

    Permalink
  49. object Trunc extends PureOp with Product with Serializable

    Permalink
  50. object Wrap2 extends PureOp with Product with Serializable

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

    Permalink
  52. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  53. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  64. def toString(): String

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

    Permalink
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped