the input to be pulled. If this is a constant,
the UGen will close after polling it. This is to
prevent a dangling DebugPoll
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.
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 DebugPoll
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.
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
DebugPoll
whose trigger is infinite (such asImpulse
). If you want to avoid that, you should wrap the input in aDC
.an identifying label to prepend to the printing.