Thanks frank<br>Have seen that approach all the way through PD examples.<br><br>But still, i am trying to find more windowing option besides a raised [cos~] window. Iguess there are specific windows fos specific cases... maby some reading references about it. <br>
Thanks a lot<br><br>Daniel<br><br><div class="gmail_quote">2010/1/27 Frank Barknecht <span dir="ltr">&lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hallo,<br>
<div class="im">mami music hat gesagt: // mami music wrote:<br>
<br>
&gt; When the signal inside the array cant loop at the block~ frequency is there<br>
&gt; a windowing method any would recomend to try to smooth things out (obviously<br>
&gt; there would be distortion).<br>
&gt; Maby having two [tabosc4~] one with phase shift of 180 degrees in relation<br>
&gt; with the other with some sort of windowing... but i guess that would be<br>
&gt; equivalent as making the blocksize bigger....<br>
<br>
</div>The usual approach here is to split the [tabosc4~] into its phase and<br>
table-lookup parts by using [phasor~]---&gt;[tabread4~] instead. Then make a<br>
phasor~ signal half out of phase using [+~ 0.5] and [wrap~] to drive a second<br>
[tabread4~]. Window both signals with e.g. a raised [cos~] window and you&#39;re<br>
set.<br>
<br>
It&#39;s the approach taken in many of the sampler-examples in the 3.audio.doc<br>
sections and described in detail in Miller&#39;s book, which you can read online.<br>
(I consider it required reading.) You don&#39;t need to bother with [block~] at all<br>
here.<br>
<br>
Ciao<br>
<font color="#888888">--<br>
Frank<br>
<br>
_______________________________________________<br>
</font><div><div></div><div class="h5"><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>
</div></div></blockquote></div><br>