Dreset

final case
class Dreset(in: GE, reset: GE) extends SingleOut with DemandRated with IsIndividual

A demand-rate UGen that, when triggered, resets the state of its in argument.

Value Params
in

a demand-rate UGen, producing values which are passed through, and which will be reset by this UGen

reset

a demand-rate or any other UGen. When crossing from non-positive to positive, Dreset resets its in argument.

See also
Companion
object
trait Serializable
trait IsIndividual
trait DemandRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
DemandRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource