Classes | UGens > Demand | UGens > Info

Dpoll : DUGen : UGen : AbstractFunction : Object

Print the current output value of a demand rate UGen
Source: Demand.sc

Description

Print the current output value of a demand rate UGen.

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

Class Methods

Dpoll.new(in, label, run: 1, trigid: -1)

Arguments:

in

ugen to poll values from

label

a label string

run

active if 1, inactive if 0. can be a demand ugen (default: 1)

trigid

Discussion:

the print-out is in the form: label: value block offset: offset.

structurally related: Poll

Inherited class methods

7 methods from UGen ► show
6 methods from Object ► show

Instance Methods

Inherited instance methods

4 methods from DUGen ► show
92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples