Classes | UGens > Demand

Dreset : DUGen : UGen : AbstractFunction : Object

demand rate reset
Source: Demand.sc

Description

The reset of a demand ugen can be controlled "from the outside" by the reset input of the Demand or Duty UGen, which consumes the chain of demands. Dreset allows to reset a subset of the chain internally.

Class Methods

Dreset.new(in, reset: 0.0)

Arguments:

in

a demand UGen, producing values which are passed through

reset

a demand or any other UGen. When crossing from nonpositive to positive, it resets the first argument.

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