setTargetAtTime abstract method
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,
);