Poll

final case
class Poll(rate: MaybeRate, trig: GE, in: GE, label: String, trigId: GE) extends SingleOut with HasSideEffect

A UGen for printing the current output value of its input to the console.

Value Params
in

the signal you want to poll

label

a string or symbol to be printed with the polled value

trig

a non-positive to positive transition telling Poll to return a value

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 HasSideEffect
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

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource