the input to be pulled. If this is a constant,
the UGen will close after polling it. This is to
prevent a dangling Poll
whose trigger is
infinite (such as Impulse
). If you want to avoid
that, you should wrap the input in a DC
.
trigger that causes the UGen to print a snapshot of the input.
an identifying label to prepend to the printing.
the input to be pulled.
the input to be pulled. If this is a constant,
the UGen will close after polling it. This is to
prevent a dangling Poll
whose trigger is
infinite (such as Impulse
). If you want to avoid
that, you should wrap the input in a DC
.
an identifying label to prepend to the printing.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
trigger that causes the UGen to print a snapshot of the input.
A UGen that prints snapshots of its input to the console. Note that arguments have different order than in ScalaCollider!
the input to be pulled. If this is a constant, the UGen will close after polling it. This is to prevent a dangling
Poll
whose trigger is infinite (such asImpulse
). If you want to avoid that, you should wrap the input in aDC
.trigger that causes the UGen to print a snapshot of the input.
an identifying label to prepend to the printing.