<div dir="ltr">cool, I just miss a few bandlimited oscillators in Pd, I'm doing them as patches/abstractions, but I think the best way to go would be to code an external, hopefully it ain't be too tricky and hard, but over my head one way or another :P<br><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-24 13:22 GMT-02:00 cyrille henry <span dir="ltr"><<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">yes, this can be very efficient when the table is pre computed.<br>
using 32 bits int and a 8K sample table, I recently implement a BL saw~ in an arduino due with surprisingly fast and good result.<br>
<br>
cheers<span class="HOEnZb"><font color="#888888"><br>
c</font></span><span class="im HOEnZb"><br>
<br>
Le 24/11/2015 16:12, Frank Barknecht a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
On Tue, Nov 24, 2015 at 01:01:00PM -0200, Alexandre Torres Porres wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Do any of you know the advantages and disadvantages between "*oversampling<br>
+ filtering*" and the other techniques?<br>
</blockquote>
<br>
A big difference is CPU load: the bandlimited oscillators in the rj-library<br>
aimed at mobile devices of some years ago use the transition splicing technique<br>
because it's one of the fastest. It only needs a simple table lookup in<br>
addition to the phasor~ etc.  that are running anyway. We even replaced the<br>
tabread4~ with tabread~ to save even more CPU.<br>
<br>
Ciao<br>
<br>
</blockquote>
<br></span><div class="HOEnZb"><div class="h5">
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>