the left operand which determines how long the UGen computes
the right operand.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
the identifier of the operator (e.g.
the identifier of the operator (e.g. BinaryOp.Times.id
)
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 orb
input may close early, and the last value will be remembered.the identifier of the operator (e.g.
BinaryOp.Times.id
)the left operand which determines how long the UGen computes
the right operand.