Dpoll:
Filter:
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

Instance Methods

Inherited instance methods

Examples