[Bug 18488] New: Cannot determine connection state of an AudioNode

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18488

           Summary: Cannot determine connection state of an AudioNode
           Product: AudioWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Web Audio API
        AssignedTo: crogers@google.com
        ReportedBy: joe@noteflight.com
         QAContact: public-audio@w3.org


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.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 4 August 2012 14:31:20 UTC