DebugSink

case class DebugSink[A](in: GE[A]) extends ZeroOut

A debugging UGen that installs a persistent no-op sink, allowing the in UGen to remain in the graph even if it does not have a side-effect and it is not connected to any other graph element.

Value parameters:
in

the element to keep inside the graph

Companion:
object
trait Serializable
trait ZeroOut
trait UGenSource[Unit, Unit]
trait Expander[Unit]
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