<div dir="ltr"><div>Greetings Chuckists,</div><div><br></div><div>Looking for validation on this before I change many, many lines of code: I&#39;m noticing clicks and pops in running audio when I do something like this:</div><div><br></div><div>Machine.add(&quot;thingOne.ck&quot;);</div><div><div>Machine.add(&quot;thingTwo.ck&quot;);</div><div></div></div><div>Machine.add(&quot;thingThree.ck&quot;);</div><div></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Machine.add(&quot;thingFour.ck&quot;);</div><div><br></div><div>and also with Machine.remove(idNum); four times in a row.</div><div><br></div><div>Question:</div><div><br></div><div>Is this:</div><div><br></div><div><div>Machine.add(&quot;thingOne.ck&quot;);</div><div><div>Machine.add(&quot;thingTwo.ck&quot;);</div><div></div></div><div>Machine.add(&quot;thingThree.ck&quot;);</div><div></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Machine.add(&quot;thingFour.ck&quot;);</div><div>me.yield();</div><div><br></div><div>significantly different than this:</div><div><br></div><div><div>Machine.add(&quot;thingOne.ck&quot;);</div><div><div>me.yield();</div><div>Machine.add(&quot;thingTwo.ck&quot;);</div><div></div></div><div>me.yield();</div><div>Machine.add(&quot;thingThree.ck&quot;);</div><div></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>me.yield();</div><div>Machine.add(&quot;thingFour.ck&quot;);</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div>me.yield();<br></div><div><br></div><div>???</div><div><br></div><div>The same for sporking shreds four in a row.</div><div><br></div><div>Warmly,</div><div>Mike</div><div><br></div><div></div><div><span style="color:rgb(117,117,117);font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:13px;line-height:19.5px">--</span></div><div><span style="color:rgb(117,117,117);font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:13px;line-height:19.5px">Michael Clemow</span></div><div><div style="color:rgb(117,117,117);font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:13px;line-height:19.5px"><span>Artist</span>/Composer/<span>Sound</span> Designer</div><div style="color:rgb(117,117,117);font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:13px;line-height:19.5px"><a href="http://michaelclemow.com/" style="color:rgb(126,87,194)" target="_blank">http://michaelclemow.com</a></div><span style="color:rgb(117,117,117);font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:13px">(he/him)</span><br></div></div></div></div></div></div></div></div>