Hey All, <br><br>I'm trying to write a patch that will regularly take new samples from its input.  I'm routing itunes to chuck (via soundflower) and manipulating the samples with LiSa.  The patch is creating a lot of strange clipping noises— like the sounds of bad guitar cables, which is confusing since this is all internal.   Here is my patch, if anyone has any ideas:  <br>
<br>adc => LiSa loopme => NRev r=> Envelope e=> dac; 
<br>.05=>r.mix;<br>10::second => loopme.duration;<br>10::ms => loopme.recRamp;<br>
1::second => loopme.loopEndRec;
.25 => loopme.rate;
1::second => loopme.loopEnd;
1 => loopme.loop;
1 => <a href="http://loopme.bi">loopme.bi</a>;
1 => loopme.play;<br>
<br>250::ms => dur t => e.duration;<br><br>while(true) {<br>    e.keyOn();<br>    1 => loopme.record;<br>600::ms => now;<br>400::ms => loopme.recRamp;<br>400::ms => now;<br>e.keyOff();<br>0 => loopme.record;<br>
    }<br><br><br><br><br>Sometimes the crackling builds up and gets really abrasive, which some people seem to like.  I'd prefer to get rid of it.  <br><br>Thanks!  <br><br>Tim <br>