BinaryOp

final case
class BinaryOp(op: Int, a: GE, b: GE) extends SingleOut

A binary operator UGen, for example two sum or multiply two signals. The left or a input is "hot", i.e. it keeps the UGen running, while the right or b input may close early, and the last value will be remembered.

Value Params
a

the left operand which determines how long the UGen computes

b

the right operand.

op

the identifier of the operator (e.g. BinaryOp.Times.id)

Companion
object
trait Serializable
trait SingleOut
trait SomeOut[StreamOut]
trait Lazy
trait GE
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