diff --git a/index.html b/index.html index ca6463cbd..5019899be 100644 --- a/index.html +++ b/index.html @@ -1256,7 +1256,7 @@

disabled, and the time-domain waveform has the amplitudes as given by the Fourier coefficients.

- As PeriodicWave objects maintain their own representation, + As PeriodicWave objects maintain their own copies of these arrays, any modification of the arrays uses as the real and imag parameters after the call to @@ -2473,9 +2473,10 @@

A Float32Array representing a parameter value curve. These values will apply starting at the given time and lasting for - the given duration. Any modification to the the array used as - values argument after the - call won't have any effect on the AudioParam. + 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 the AudioParam.
double startTime