computedValue
Summary
The final value controlling the audio DSP, calculated at each time, which is either the value set directly to the value attribute or, if there are any scheduled parameter changes (automation events), the value as calculated from these events.
Not in spec; deletion candidate. See http://webaudio.github.io/web-audio-api/.
Property of apis/webaudio/AudioParamapis/webaudio/AudioParam
Syntax
Note: This property is read-only.
var result = AudioParam.computedValue;
Return Value
Returns an object of type NumberNumber
Related specifications
- W3C Web Audio API
- W3C Editor’s Draft