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

Instance Methods

Inherited instance methods

Examples