Closed
Bug 947731
Opened 11 years ago
Closed 11 years ago
Web Audio API - AudioParam.value doesn't show the actual value
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 893020
People
(Reporter: hunyeti, Unassigned)
Details
(Whiteboard: [bugday-20131209][DUPEME?])
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/30.0.1599.114 Chrome/30.0.1599.114 Safari/537.36
Steps to reproduce:
When an audio param is set with any of the setter methods (setValueAtTime, linearRampToValueAtTime, exponentialRampToValueAtTime,setTargetAtTime, setValueCurveAtTime) the value variable won't indicate the actual value of the parameter.
Actual results:
the value variable remains on the default , it only changes when assigned directly.
Expected results:
The AudioParam.value should reflect the actual value that is being used, since there is on other method to access this information.
Comment 1•11 years ago
|
||
Component: Untriaged → Web Audio
Product: Firefox → Core
Whiteboard: [bugday-20131209][DUPEME?]
Comment 2•11 years ago
|
||
Yes.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•