From 27ce1ccdedd13126df302bdc7cb1a2897c1bd659 Mon Sep 17 00:00:00 2001
From: Raymond Toy
- A Float32Array representing a parameter value curve. These - values will apply starting at the given time and lasting for - the given duration. When this method is called, an internal - copy of the curve is created for automation purposes. - Subsequent modifications of the contents of the passed-in - array therefore have no effect on the AudioParam. + A sequence of float values representing a parameter value + curve. These values will apply starting at the given time and + lasting for the given duration. When this method is called, + an internal copy of the curve is created for automation + purposes. Subsequent modifications of the contents of the + passed-in array therefore have no effect on the + AudioParam.
- An InvalidStateError
MUST be thrown if this
- attribute is with a Float32Array that has a length less than
- 2.
+ An InvalidStateError
+ MUST be thrown if this attribute is a
+ sequence<float>
object that has a length
+ less than 2.