DescriptionUpdate the AudioParam value attribute correctly from timelines.
The automation functions exponentialRampToValueAtTime,
setTargetAtTime, and setValueCurveAtTime were not correctly updating
the .value attribute of the AudioParam. For the first two methods,
the computed value was one frame too far into the future. For last
method, the return value was always the last curve element, which is
wrong.
BUG=574905
TEST=audioparam-update-value-attribute.html
Committed: https://crrev.com/4007885e576b357d43eb4bd78f03254267aa2a01
Cr-Commit-Position: refs/heads/master@{#376044}
Patch Set 1 : #Patch Set 2 : Reduce printed precision of results (for windows) #Patch Set 3 : Rebase and reduce printed precision some more #
Messages
Total messages: 16 (9 generated)
|