[web-audio-api] Cannot determine connection state of an AudioNode (#164)

> Originally reported on W3C Bugzilla [ISSUE-18488](https://www.w3.org/Bugs/Public/show_bug.cgi?id=18488) Sat, 04 Aug 2012 14:31:18 GMT
> Reported by Joe Berkovitz / NF
> Assigned to 

The AudioNode interface doesn't allow one to discover its set of connected input and output AudioNodes (e.g. through readonly computed Array attributes like connectedInputNodes, connectedOutputNodes). This often requires a developer to separately track connection state in a way that feels unnecessarily complicated and is also error-prone.

Also, the inability to determine the set of connected nodes feels at odds with other web APIs in which modifications to an object's state can usually be read back.

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

Received on Wednesday, 11 September 2013 14:31:21 UTC