<?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[sinesum or something similar to write non-integer overtones to a wavetable?]]></title><description><![CDATA[<p>I'm creating a wavetable using sinesum to write harmonics to an array, which works fine for integer overtones. I'd also like to be able to be able to write non-integer overtones and undertones to the array. Is there a way to do it with sinesum or some other function? Or do I have to make a complex expr to write a combination of integer and non-integer overtones to the array?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 21:39:09 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/15062.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 Mar 2025 18:30:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sinesum or something similar to write non-integer overtones to a wavetable? on Sat, 15 Mar 2025 18:30:15 GMT]]></title><description><![CDATA[<p>I'm creating a wavetable using sinesum to write harmonics to an array, which works fine for integer overtones. I'd also like to be able to be able to write non-integer overtones and undertones to the array. Is there a way to do it with sinesum or some other function? Or do I have to make a complex expr to write a combination of integer and non-integer overtones to the array?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable</guid><dc:creator><![CDATA[jamcultur]]></dc:creator><pubDate>Sat, 15 Mar 2025 18:30:15 GMT</pubDate></item><item><title><![CDATA[Reply to sinesum or something similar to write non-integer overtones to a wavetable? on Sat, 15 Mar 2025 21:14:37 GMT]]></title><description><![CDATA[<p>[else/tabgen] does that for you, check it out</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable/2</guid><dc:creator><![CDATA[porres]]></dc:creator><pubDate>Sat, 15 Mar 2025 21:14:37 GMT</pubDate></item><item><title><![CDATA[Reply to sinesum or something similar to write non-integer overtones to a wavetable? on Sat, 15 Mar 2025 21:59:55 GMT]]></title><description><![CDATA[<p>I've been avoiding externals since the demise of Pd-extended, but I'll check out tabgen. Thanks.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable/3</guid><dc:creator><![CDATA[jamcultur]]></dc:creator><pubDate>Sat, 15 Mar 2025 21:59:55 GMT</pubDate></item><item><title><![CDATA[Reply to sinesum or something similar to write non-integer overtones to a wavetable? on Sat, 15 Mar 2025 22:10:28 GMT]]></title><description><![CDATA[<p>Life's too short to live without externals</p>
<p>It's not extended who died only, the real bummer is that the vast majority of those libraries were dead before the plug was pulled from extended, and for all that is worth, you can still download them into vanilla. Not much would have changed if it was around.</p>
<p>Just look for externals that are actively being developed and easily available</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable/4</guid><dc:creator><![CDATA[porres]]></dc:creator><pubDate>Sat, 15 Mar 2025 22:10:28 GMT</pubDate></item><item><title><![CDATA[Reply to sinesum or something similar to write non-integer overtones to a wavetable? on Sat, 15 Mar 2025 23:32:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jamcultur">@jamcultur</a> said:</p>
<blockquote>
<p>I'm creating a wavetable using sinesum to write harmonics to an array, which works fine for integer overtones. I'd also like to be able to be able to write non-integer overtones and undertones to the array.</p>
</blockquote>
<p>If you put a 2.5 cosine harmonic into an array (2.5 cycles spanning the array's length), then the beginning of this wave will be +1 and, at the end of the array, -1. So you'd get two full cycles, then half a cycle going down, and then jump abruptly to the start again. So, non-integer partials will always behave like hard sync.</p>
<p>If you want that hard sync sound, that's fine, but if you want a smooth wave at 2.5x the fundamental frequency, it's not possible with a wavetable (unless you size the wavetable according to the LCM of the partial ratios and scale all the ratios up to be integers).</p>
<p>hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15062/sinesum-or-something-similar-to-write-non-integer-overtones-to-a-wavetable/5</guid><dc:creator><![CDATA[ddw_music]]></dc:creator><pubDate>Sat, 15 Mar 2025 23:32:01 GMT</pubDate></item></channel></rss>