<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Wj3C7c">&gt; For &quot;I am sitting in a room&quot;, I suggest you just use a delay; no
<br>&gt; internal feedback loop, just adc =&gt; delay =&gt; dac. &nbsp;Of course, if<br>&gt; you want to record it as well, that is separate, and you&#39;ll<br>&gt; probably also want to have a quick way of dropping adc gain (maybe
<br>&gt; on your preamp rather than in software) for when the feedback gets<br>&gt; out of hand.<br>&gt;</div></div></blockquote></div><br>I read this thread and downloaded the original Lucier piece, which I found<br>quite haunting. And then I could achieve a similar effect by simply changing
<br>the <a href="http://delay.ck">delay.ck</a> example time lapse to 75 seconds: <br><br>// patch<br>adc =&gt; DelayL delay =&gt; dac;<br>// set delay parameters<br>75::second =&gt; delay.max =&gt; delay.delay;<br>// infinite time loop
<br>while( true ) 1::second =&gt; now;<br><br>I&#39;m a novice at sound/ChucK. So I guess that my room is resonating, and the<br>drone that develops after 10-15 minutes is my speakers screaming<br>at the mic. There are still some bizarre patterns though. Sounds of 
<br>my shower etc. It&#39;s all quite surreal. <br><br>Now I want to control this drone in some way because it gets quite <br>monotonous, and I want to trigger some mp3 cuts when certain frequencies<br>are encountered. I&#39;ll figure all this out, just sharing my experience. 
<br>I also want to keep the final code less than 100 lines. <br><br>Lets see! Very excited now. <br><br>------- &nbsp; &nbsp;-.-<br>1/f &nbsp; ))) &nbsp;--.<br>------- &nbsp; &nbsp;...<br><a href="http://www.algomantra.com">http://www.algomantra.com</a>