Re: [web-audio-api] AudioParam - min/maxValue, intrinsic value, computedValue (#46)

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=21545#4) by Chris Rogers on W3C Bugzilla. Tue, 16 Jul 2013 21:02:27 GMT

(In reply to [comment #4](#issuecomment-24244125))
> Thanks, I actually missed that part of the prose, but I agree that it should
> have been removed.  :-)
> 
> My question was about this part of the prose (about the intrinsic value):
> "When read, the .value attribute always returns the intrinsic value for the
> current time."  This basically has the same problems as the old
> computedValue property, which is the problem I was talking about in comment
> 2.

It's not quite the same as computedValue, since at a specific time, it's a very straightforward mapping and it's possible to get the exact value based on the "scheduled" events (from setValueAtTime(), linearRampToValueAtTime(), etc.).

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/46#issuecomment-24244132

Received on Wednesday, 11 September 2013 14:32:30 UTC