Poll

final case class Poll[A](in: GE[A], gate: B, label: String) extends ZeroOut

A UGen that prints snapshots of its input to the console. Note that arguments have different order than in ScalaCollider!

Value parameters:
gate

gate that causes the UGen to print a snapshot of the input when open.

in

the input to be pulled. If this is a constant, the UGen will close after polling it. This is to prevent a dangling Poll whose trigger is infinite (such as Impulse). If you want to avoid that, you should wrap the input in a DC.

label

an identifying label to prepend to the printing.

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