Poll:
Filter:
Classes | UGens > Info

Poll : UGen : AbstractFunction : Object

Print the current output value of a UGen
Source: Poll.sc

Description

Print the current output value of a UGen, useful for debugging SynthDefs.

WARNING: Printing values from the Server in intensive for the CPU. Poll should be used for debugging purposes.

Class Methods

Poll.ar(trig, in, label, trigid: -1)

Poll.kr(trig, in, label, trigid: -1)

Arguments:

trig

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

in

the signal you want to poll

label

a string or symbol to be printed with the polled value

trigid

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

Returns:

its in signal (and is therefore transparent).

Inherited class methods

Instance Methods

Inherited instance methods

Examples