Packages

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

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"
in

the input to be pulled.

label

an identifying label to prepend to the printing.

Linear Supertypes
Serializable, SingleOut[A], SomeOut[A, StreamOut], GE.Lazy[A], GE[A], UGenSource[UGenInLike[A], StreamOut], Expander[UGenInLike[A]], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DebugThrough
  2. Serializable
  3. SingleOut
  4. SomeOut
  5. Lazy
  6. GE
  7. UGenSource
  8. Expander
  9. Lazy
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DebugThrough(in: GE[A], label: String)

    in

    the input to be pulled.

    label

    an identifying label to prepend to the printing.

Value Members

  1. val in: GE[A]
  2. val label: String
  3. final def name: String
    Definition Classes
    UGenSource
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product