Skip to content

Specify exponential ramp behavior when previous value is 0 - #624

Merged
padenot merged 4 commits into
WebAudio:gh-pagesfrom
rtoy:612-exponential-ramp-0-behavior
Dec 9, 2015
Merged

Specify exponential ramp behavior when previous value is 0#624
padenot merged 4 commits into
WebAudio:gh-pagesfrom
rtoy:612-exponential-ramp-0-behavior

Conversation

@rtoy

@rtoyrtoy commented Oct 13, 2015

Copy link
Copy Markdown
Member

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.
FixesWebAudio#612.
Comment threadindex.html Outdated

Copy link
Copy Markdown
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
Copy Markdown
MemberAuthor

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
Copy Markdown
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
Copy Markdown
MemberAuthor

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-pagesDec 9, 2015
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Sep 28, 2023
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
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
tmbrbr pushed a commit to tmbrbr/project-foxhound-rebase that referenced this pull request Jan 23, 2026
Sign up for freeto 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.

2 participants

@rtoy@padenot