Clarification with regard to AudioNode.numberOfInputs and AudioNode.numberOfOutputs

Hi all,

Let's imagine that a given AudioNode supports up to N inputs.  What should
the numberOfInputs attribute return if the node has M inputs (M <= N) bound
to it?  Specifically, the relationship between which slots in the node's
inputs are connected and which whether numberOfInputs should only count
those is not clear in the current spec.  And the equivalent question is
applicable to numberOfOutputs.

Thanks!
--
Ehsan
<http://ehsanakhgari.org/>

Received on Tuesday, 2 October 2012 20:08:00 UTC