<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
On PureData you cannot wire a direct loop:<br>
"...the error message "DSP loop detected" appears and audio will no
longer be sent through the loop. Without using time delay on the
signal, you can't create any (audio) recursions". (<i>loadbang </i>book.
<a class="moz-txt-link-freetext" href="http://www.pd-tutorial.com/english/ch04.html">http://www.pd-tutorial.com/english/ch04.html</a>)<b><br>
</b>but you can introduce a small delay to avoid the problem
(delread/delwrite).<br>
<br>
<br>
<b><br>
</b><br>
</body>
</html>