<div class="markdown_content"><hr/>
<p><strong> <a class="alink" href="http://sourceforge.net/p/pure-data/bugs/1217/">[bugs:#1217]</a> delay size limit bug</strong></p>
<p><strong>Status:</strong> open<br/>
<strong>Group:</strong> v0.46<br/>
<strong>Labels:</strong> delay <br/>
<strong>Created:</strong> Tue Sep 22, 2015 04:49 AM UTC by Alexandre Porres<br/>
<strong>Last Updated:</strong> Tue Sep 22, 2015 04:49 AM UTC<br/>
<strong>Owner:</strong> Miller Puckette<br/>
<strong>Attachments:</strong></p>
<ul>
<li><a class="" href="https://sourceforge.net/p/pure-data/bugs/1217/attachment/Delay-limit-bug.pd">Delay-limit-bug.pd</a> (11.2 kB; application/octet-stream)</li>
</ul>
<p>I have a patch that shows a bug with the maximum time ou can read from a delay line.</p>
<p>From the <span>[vd~]</span> help file, it says</p>
<p>"The delay time is always at least one sample and at most the length of the delay line (specified by the delwrite~)"</p>
<p>So, if the delay is "x" long, we should be able to read from "x" behind in time... but this is not true in the attached patch, so there's a bug the obect.</p>
<p>The patch was originally a phase vocoder, with a block size of 2048 - the maximum size you can read from the delay is then = buffersize - block size + one block of 64 samples. </p>
<p>I fail to see a reason here. If such a limitation happens somehow, maybe the object could be coded in a way that it allows an extra something to make it possible a total length read out.</p>
<p>I thought that maybe the order forcing of delay objects could be something to take into consideration. Well, I did the order forcing and many such tests, but nothing really changed! </p>
<p>please find for info on the attached patch.</p>
<hr/>
<p>Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to <a href="https://sourceforge.net/p/pure-data/bugs/">https://sourceforge.net/p/pure-data/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/pure-data/admin/bugs/options.">https://sourceforge.net/p/pure-data/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>