final case
A UGen that passes through its input, and upon termination prints the number of frames seen.
For convenience, import DebugThrough._
allows to write
val sin = SinOsc(freq) <| "my-sin"
- Value Params
- in
the input to be pulled.
- label
an identifying label to prepend to the printing.
- Companion
- object