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

Specify exponential ramp behavior when previous value is 0 #624

Merged
merged 4 commits into from Dec 9, 2015

Conversation

rtoy
Copy link
Member

@rtoy rtoy commented Oct 13, 2015

Clarify what happens if the previous event value is 0. We also
explicitly allow v0 and v1 to both be negative (the formula is
well-defined in this case).

If an error is thrown, the previous value is propagated.

Fixes #612.

Clarify what happens if the previous event value is 0.  We also
explicitly allow v0 and v1 to both be negative (the formula is
well-defined in this case).

If an error is thrown, the previous value is propagated.

Fixes WebAudio#612.
time. A NotSupportedError exception MUST be thrown if this
value is less than or equal to 0, or if the value at the time
of the previous event is less than or equal to 0.
time. A NotSupportedError exception MUST be thrown if any
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<code> around the exception name.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Are we going to do that everywhere else in the document? We don't do that anywhere right now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think I have a patch that does it lying around in a branch.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although I did this in this patch, couldn't we do this the same way that "MUST" is magically highlighted (by respec)?

padenot added a commit that referenced this pull request Dec 9, 2015
Specify exponential ramp behavior when previous value is 0
@padenot padenot merged commit 0782390 into WebAudio:gh-pages Dec 9, 2015
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Sep 28, 2023
…nd V1 have opposite signs or V0 is zero r=padenot

WebAudio/web-audio-api#624

Depends on D189101

Differential Revision: https://phabricator.services.mozilla.com/D189204
moz-wptsync-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Sep 29, 2023
…pposite signs or V0 is zero

WebAudio/web-audio-api#624

Depends on D189101

Differential Revision: https://phabricator.services.mozilla.com/D189204

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1458045
gecko-commit: 52f0910d6e377784c88b639c006d8790b027cee4
gecko-reviewers: padenot
moz-wptsync-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Sep 29, 2023
…pposite signs or V0 is zero

WebAudio/web-audio-api#624

Depends on D189101

Differential Revision: https://phabricator.services.mozilla.com/D189204

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1458045
gecko-commit: 52f0910d6e377784c88b639c006d8790b027cee4
gecko-reviewers: padenot
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Sep 29, 2023
…nd V1 have opposite signs or V0 is zero r=padenot

WebAudio/web-audio-api#624

Depends on D189101

Differential Revision: https://phabricator.services.mozilla.com/D189204

UltraBlame original commit: 52f0910d6e377784c88b639c006d8790b027cee4
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Sep 29, 2023
…nd V1 have opposite signs or V0 is zero r=padenot

WebAudio/web-audio-api#624

Depends on D189101

Differential Revision: https://phabricator.services.mozilla.com/D189204

UltraBlame original commit: 52f0910d6e377784c88b639c006d8790b027cee4
ErichDonGubler pushed a commit to ErichDonGubler/firefox that referenced this pull request Sep 30, 2023
…nd V1 have opposite signs or V0 is zero r=padenot

WebAudio/web-audio-api#624

Depends on D189101

Differential Revision: https://phabricator.services.mozilla.com/D189204
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Sep 30, 2023
…nd V1 have opposite signs or V0 is zero r=padenot

WebAudio/web-audio-api#624

Depends on D189101

Differential Revision: https://phabricator.services.mozilla.com/D189204

UltraBlame original commit: 52f0910d6e377784c88b639c006d8790b027cee4
Lightning00Blade pushed a commit to Lightning00Blade/wpt that referenced this pull request Dec 11, 2023
…pposite signs or V0 is zero

WebAudio/web-audio-api#624

Depends on D189101

Differential Revision: https://phabricator.services.mozilla.com/D189204

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1458045
gecko-commit: 52f0910d6e377784c88b639c006d8790b027cee4
gecko-reviewers: padenot
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.

None yet

2 participants