Packages

object Dreset extends ProductReader[Dreset] with Serializable

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

Examples
// reset on mouse-click
play {
  val in = Dreset(Dseries(0, 2, inf), MouseButton.kr)
  val tr = Impulse.kr(5)
  val v  = Demand.kr(tr, in)
  v.poll(tr)
  val f  = v * 30 + 340
  SinOsc.ar(f) * 0.1
}
See also

Demand

Duty

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dreset
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def read(in: RefMapIn, key: String, arity: Int): Dreset
    Definition Classes
    DresetProductReader