<?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[Hanning window]]></title><description><![CDATA[<p>How is a hanning window created? Im following the granular synth tutorial here: <a href="http://pd-tutorial.com/english/ch03s07.html" rel="nofollow">http://pd-tutorial.com/english/ch03s07.html</a> <img src="/uploads/files/1495499010495-screen-shot-2017-05-23-at-01.21.30.png" alt="Screen Shot 2017-05-23 at 01.21.30.png" class="img-responsive img-markdown" /></p>
<p>but in my code:<img src="/uploads/files/1495499041623-screen-shot-2017-05-23-at-01.23.35.png" alt="Screen Shot 2017-05-23 at 01.23.35.png" class="img-responsive img-markdown" />  im not sure how to write the table for the hanning window , it kinda just appears?<br />
many thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10750/hanning-window</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 15:57:30 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10750.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 May 2017 00:24:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hanning window on Tue, 23 May 2017 00:24:47 GMT]]></title><description><![CDATA[<p>How is a hanning window created? Im following the granular synth tutorial here: <a href="http://pd-tutorial.com/english/ch03s07.html" rel="nofollow">http://pd-tutorial.com/english/ch03s07.html</a> <img src="/uploads/files/1495499010495-screen-shot-2017-05-23-at-01.21.30.png" alt="Screen Shot 2017-05-23 at 01.21.30.png" class="img-responsive img-markdown" /></p>
<p>but in my code:<img src="/uploads/files/1495499041623-screen-shot-2017-05-23-at-01.23.35.png" alt="Screen Shot 2017-05-23 at 01.23.35.png" class="img-responsive img-markdown" />  im not sure how to write the table for the hanning window , it kinda just appears?<br />
many thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10750/hanning-window</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10750/hanning-window</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Tue, 23 May 2017 00:24:47 GMT</pubDate></item><item><title><![CDATA[Reply to Hanning window on Tue, 23 May 2017 01:04:24 GMT]]></title><description><![CDATA[<p>Its supposed ti get ri of click but its not the that effective is this anything off about this patch? <img src="/uploads/files/1495501463818-screen-shot-2017-05-23-at-02.03.23.png" alt="Screen Shot 2017-05-23 at 02.03.23.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10750/hanning-window/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10750/hanning-window/2</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Tue, 23 May 2017 01:04:24 GMT</pubDate></item><item><title><![CDATA[Reply to Hanning window on Tue, 23 May 2017 01:41:31 GMT]]></title><description><![CDATA[<p>also... is there a feasible way this design work with the granular synth so you can adjust where you sample begins and ends?<img src="/uploads/files/1495503678651-screen-shot-2017-05-23-at-02.39.35.png" alt="Screen Shot 2017-05-23 at 02.39.35.png" class="img-responsive img-markdown" /> <img src="/uploads/files/1495503678651-screen-shot-2017-05-23-at-02.39.35.png" alt="Screen Shot 2017-05-23 at 02.39.35.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10750/hanning-window/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10750/hanning-window/3</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Tue, 23 May 2017 01:41:31 GMT</pubDate></item><item><title><![CDATA[Reply to Hanning window on Tue, 23 May 2017 08:27:11 GMT]]></title><description><![CDATA[<p>You have to divide the sampling rate by the size of the array where you'll store the hanning window. Also, you need to set the phase of [osc~] to 0.5. [osc~] is a cosine oscillator, not a sine, which means that when its phase is 0 it outputs 1, and when the phase is 0.5, it outputs -1. Multiplying by 0.5 and adding 0.5 will yield 0 at the beginning, which is what you want.</p>
<p>I've made an abstraction for various window type which you can find <a href="https://github.com/alexdrymonitis/array_abstractions" rel="nofollow">here</a> (it's [window]).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10750/hanning-window/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10750/hanning-window/4</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Tue, 23 May 2017 08:27:11 GMT</pubDate></item><item><title><![CDATA[Reply to Hanning window on Tue, 23 May 2017 09:10:53 GMT]]></title><description><![CDATA[<p>Great I think ive found a working solution <img src="/uploads/files/1495530649812-screen-shot-2017-05-23-at-10.07.08.png" alt="Screen Shot 2017-05-23 at 10.07.08.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10750/hanning-window/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10750/hanning-window/5</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Tue, 23 May 2017 09:10:53 GMT</pubDate></item><item><title><![CDATA[Reply to Hanning window on Tue, 23 May 2017 11:03:10 GMT]]></title><description><![CDATA[<p>Also heres the sample playback design combined with the granular pitch adjustment <img src="/uploads/files/1495537388076-screen-shot-2017-05-23-at-12.02.25.png" alt="Screen Shot 2017-05-23 at 12.02.25.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10750/hanning-window/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10750/hanning-window/6</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Tue, 23 May 2017 11:03:10 GMT</pubDate></item><item><title><![CDATA[Reply to Hanning window on Mon, 19 Feb 2024 16:48:26 GMT]]></title><description><![CDATA[<p>Just to document it here. If you want to create a hann window and store it in an array, you can do the following:<br />
<img src="/uploads/files/1708361270130-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10750/hanning-window/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10750/hanning-window/7</guid><dc:creator><![CDATA[andresbrocco]]></dc:creator><pubDate>Mon, 19 Feb 2024 16:48:26 GMT</pubDate></item></channel></rss>