Bug 216839 - AudioParam.setValueCurveAtTime() should have an implicit call to setValueAtTime() at the end
Summary: AudioParam.setValueCurveAtTime() should have an implicit call to setValueAtTi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 212611
  Show dependency treegraph
 
Reported: 2020-09-22 12:31 PDT by Chris Dumez
Modified: 2020-09-22 13:14 PDT (History)
10 users (show)

See Also:


Attachments
Patch (7.08 KB, patch)
2020-09-22 12:32 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2020-09-22 12:31:18 PDT
AudioParam.setValueCurveAtTime() should have an implicit call to setValueAtTime() at the end, as specified here:
- https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime

"""
An implicit call to setValueAtTime() is made at time 𝑇0+𝑇𝐷 with value 𝑉[𝑁−1] so that following automations will start from the end of the setValueCurveAtTime() event.
"""
Comment 1 Chris Dumez 2020-09-22 12:32:44 PDT
Created attachment 409388 [details]
Patch
Comment 2 EWS 2020-09-22 13:13:46 PDT
Committed r267435: <https://trac.webkit.org/changeset/267435>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409388 [details].
Comment 3 Radar WebKit Bug Importer 2020-09-22 13:14:19 PDT
<rdar://problem/69388018>