<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Phase position. Sample Slicing POP&#x27;s !]]></title><description><![CDATA[<p><a href="/uploads/files/1497022216576-gridsampler1.pd">gridSampler1.pd</a><br />
This is my latest  patch. When the random object jumps to a different phase position pops occur. Im not sure how to avoid pops? Is there a way to make the volume dip very quick for the duration of the pop perhaps ?<br />
Many Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 09:46:23 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10787.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Jun 2017 15:32:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Fri, 09 Jun 2017 15:32:51 GMT]]></title><description><![CDATA[<p><a href="/uploads/files/1497022216576-gridsampler1.pd">gridSampler1.pd</a><br />
This is my latest  patch. When the random object jumps to a different phase position pops occur. Im not sure how to avoid pops? Is there a way to make the volume dip very quick for the duration of the pop perhaps ?<br />
Many Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Fri, 09 Jun 2017 15:32:51 GMT</pubDate></item><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Fri, 09 Jun 2017 17:33:06 GMT]]></title><description><![CDATA[<p>Without having seen your patch, I can imagine a sudden phase change can create clicks (or pops). Perhaps you can smooth out these phase changes by filtering the phase with a [lop~ 20] or maybe a lower frequency.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/2</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Fri, 09 Jun 2017 17:33:06 GMT</pubDate></item><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Sat, 10 Jun 2017 06:09:12 GMT]]></title><description><![CDATA[<p>something else to try if you are feeling ambitious is to try Miller's switch-and-ramp technique by reading the array value at the control level and when you jump use line~ (not vline~) with snapshot~ to create the opposite discontinuity and add it to the output signal</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/3</guid><dc:creator><![CDATA[seb-harmonik.ar]]></dc:creator><pubDate>Sat, 10 Jun 2017 06:09:12 GMT</pubDate></item><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Sat, 10 Jun 2017 14:03:44 GMT]]></title><description><![CDATA[<p>:S, I'm not sure how much understand this yet. Im not sure what and how to send the values to line~.? becuase it needs to go quickly from the equvilant amp of the pop to zero. Once its at zero is then needs to be readyto jump to the value of the pop to decay back down again?....the elipses in the block diagram i think is the phaser in the patch ive linked at the top inside the subpatch grid sampler1. The phasor is wants receiving the discontinuity control. What to reckon to thi s?<br />
<img src="/uploads/files/1497103362784-screen-shot-2017-06-10-at-15.02.25.png" alt="Screen Shot 2017-06-10 at 15.02.25.png" class="img-responsive img-markdown" /> <img src="/uploads/files/1497103372913-screen-shot-2017-06-10-at-14.57.08.png" alt="Screen Shot 2017-06-10 at 14.57.08.png" class="img-responsive img-markdown" />  ive begun attempting the block diagram to the right of the page here</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/4</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sat, 10 Jun 2017 14:03:44 GMT</pubDate></item><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Sun, 11 Jun 2017 08:44:37 GMT]]></title><description><![CDATA[<p>Since you're resetting [phasor~]'s phase, which happens in the control domain, rather than the signal domain, you'll most likely to get clicks. That's why I suggested lowpass filtering [phasor~]'s output with [lop~ 20] (or even [lop~ 50], the higher the frequency the more responsive the output, but the less smoothed).<br />
This will smooth out the sudden changes. So, then connect [lop~ 20] to [s~ phase], [s~ phase2] and [unsig~ 20] (well, [unsig~ 20] doesn't really need to get a smooth phase change).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/5</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Sun, 11 Jun 2017 08:44:37 GMT</pubDate></item><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Sun, 11 Jun 2017 10:46:26 GMT]]></title><description><![CDATA[<p><img src="/uploads/files/1497177900241-screen-shot-2017-06-11-at-11.44.14.png" alt="Screen Shot 2017-06-11 at 11.44.14.png" class="img-responsive img-markdown" /><br />
It doesnt disquise or the reduce the click so much. it changes its timbre a bit.</p>
<p>Is there a function that can dip the volume for the length of the click and return to the normal level like a gate ?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/6</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 11 Jun 2017 10:46:26 GMT</pubDate></item><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Sun, 11 Jun 2017 11:13:52 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/fauveboy">@Fauveboy</a> sort of.......<br />
<img src="/uploads/files/1497179626416-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/7</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 11 Jun 2017 11:13:52 GMT</pubDate></item><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Sun, 11 Jun 2017 18:32:02 GMT]]></title><description><![CDATA[<p>Do you think this represents puckettes block diagram? <img src="/uploads/files/1497205919140-screen-shot-2017-06-11-at-19.31.18.png" alt="Screen Shot 2017-06-11 at 19.31.18.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/8</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 11 Jun 2017 18:32:02 GMT</pubDate></item><item><title><![CDATA[Reply to Phase position. Sample Slicing POP&#x27;s ! on Sun, 11 Jun 2017 18:35:26 GMT]]></title><description><![CDATA[<p>perhaps this actually, the toggle doesnt do anythig yet i was hoping it would trigger the line objects? and would the toggle trigger the same time the phase position hradio is adjusted?<img src="/uploads/files/1497206126772-screen-shot-2017-06-11-at-19.33.35.png" alt="Screen Shot 2017-06-11 at 19.33.35.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10787/phase-position-sample-slicing-pop-s/9</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 11 Jun 2017 18:35:26 GMT</pubDate></item></channel></rss>