ISSUE-24: define circular routing behavior
authorcrogers
Thu, 24 May 2012 17:13:34 -0700
changeset 59 74bd0f9f2fb6
parent 58 0f614b03b8cb
child 60 5460cc594d14
ISSUE-24: define circular routing behavior
webaudio/specification.html
--- a/webaudio/specification.html	Thu May 24 16:35:24 2012 -0700
+++ b/webaudio/specification.html	Thu May 24 17:13:34 2012 -0700
@@ -1073,6 +1073,13 @@
       value throws an exception. </p>
       <p>It is possible to connect an AudioNode output to more than one input
       with multiple calls to connect(). Thus, "fanout" is supported. </p>
+      <p>
+      It is possible to connect an AudioNode to another AudioNode which creates a <em>cycle</em>.
+      In other words, an AudioNode may connect to another AudioNode, which in turn connects back
+      to the first AudioNode.  This is allowed only if there is a least one
+      <a class="dfnref" href="#DelayNode-section">DelayNode</a> in the <em>cycle</em> or an exception will
+      be thrown.
+      </p>
     </dd>
 </dl>
 <dl>