setTargetAtTime abstract method

AudioParam setTargetAtTime(
  1. num target,
  2. TauTime startTime,
  3. TauTime timeConstant
)

The setTargetAtTime() method of the AudioParam schedules the start of a gradual change to the AudioParam value. This is useful for decay or release portions of ADSR envelopes.

Implementation

AudioParam setTargetAtTime(
  num target,
  TauTime startTime,
  TauTime timeConstant,
);