<div dir="ltr"><div><div>Hi Claude,<br><br></div>This is exactly what i did, having made sure beforehand that my table size is a multiple of 64. I didn&#39;t now it was that easy !<br><br></div>cheers,<br><br>Pierre.<br></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/3 Claude Heiland-Allen <span dir="ltr">&lt;<a href="mailto:claude@mathr.co.uk" target="_blank">claude@mathr.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 03/08/13 17:11, Pierre Massat wrote:<br>
&gt; Well, I just discovered that it was actually possible to read from and<br>
&gt; write to the same array at the same time. I thought it was impossible (i&#39;d<br>
&gt; never even tried, to be honest). So here&#39;s my (probably stupid) question :<br>
&gt; is this a feature ?<br>
<br>
</div>Yes, it works fine due to the topological sort of the DSP graph into a<br>
DSP chain - but DSP is block-based, so be aware that each block is read<br>
as a whole before it is written - this probably only matters if you<br>
wanted to write to a different location for non-block-sized feedback<br>
effects.  Also you might have little glitchy issues when table length<br>
isn&#39;t an exact multiple of the block size.<br>
<br>
There are some examples of [tabreceive~]--stuff--[tabsend~] in the docs,<br>
probably in the FFT section of the manual.<br>
<br>
A simple looper might be a [tabplay~]--stuff--[tabwrite~] thing with the<br>
tabplay~ and tabwrite~ both triggered from the same source, and<br>
retriggerd by the tabplay~ &quot;done&quot; bang...<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; If it is that could probably explain why I didn&#39;t find much about loopers<br>
&gt; in Pd, since it is very straightforward.<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">Claude<br>
--<br>
<a href="http://mathr.co.uk" target="_blank">http://mathr.co.uk</a><br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</font></span></blockquote></div><br></div>