Poll

object Poll extends ProductReader[Poll]

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

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Poll]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(trig: GE, in: GE, label: String, trigId: GE): Poll
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 )

def kr(trig: GE, in: GE, label: String, trigId: GE): Poll
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 )

def read(in: RefMapIn, key: String, arity: Int): Poll