Dpoll

final case
class Dpoll(in: GE, label: String, run: GE, trigId: GE) extends SingleOut with DemandRated with HasSideEffect with IsIndividual

A demand rate UGen printing the current output value of its input to the console when polled.

Value Params
in

the signal you want to poll

label

a string or symbol to be printed with the polled value ''(init-time only)''

run

if 1 the polling is active, if 0 it is inactive.

trigId

if greater then 0, a "/tr" OSC message is sent back to the client (similar to SendTrig )

See also
Companion
object
trait Serializable
trait IsIndividual
trait HasSideEffect
trait DemandRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
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
final
def rate: Rate
Inherited from
DemandRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource