DebugThrough

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

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
trait Serializable
trait SingleOut
trait SomeOut[StreamOut]
trait Lazy
trait GE
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