DebugAnyPromise

case class DebugAnyPromise[A](in: GE[A], p: Promise[IndexedSeq[Any]]) extends ZeroOut

A debugging UGen that completes a promise with the input values it sees.

Value parameters:
in

the signal to monitor

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