ComplexBinaryOp

final case class ComplexBinaryOp(op: Int, a: D, b: D) extends SingleOut[Double]

Binary operation UGen between two complex signals. Complex signals are represented by interleaved real and imaginary components.

'''Note:''' Unlike the "normal" real-valued BinaryOp, this UGen terminates as soon as one of the two inputs a or b terminates.

Companion:
object
trait Serializable
trait SingleOut[Double]
trait Lazy[Double]
trait GE[Double]
trait Expander[UGenInLike[Double]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product