Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1171: setValueCurveAtTime curve is sequence<float> #1189

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

rtoy
Copy link
Member

@rtoy rtoy commented Mar 31, 2017

Change the type of the curve parameter to sequence. This
specifies that only finite floats are allowed for the curve. This is
a backward-compatible change since Float32Array is a sequence
(if all the values in Float32Array are finite floats).

Change the type of the curve parameter to sequence<float>.  This
specifies that only finite floats are allowed for the curve.  This is
a backward-compatible change since Float32Array is a sequence<float>
(if all the values in Float32Array are finite floats).
@padenot padenot merged commit 3ada40e into WebAudio:gh-pages Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants