DebugThrough

final case class DebugThrough[A](in: GE[A], label: String) extends SingleOut[A]

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 parameters:
in

the input to be pulled.

label

an identifying label to prepend to the printing.

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