This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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