<?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[Oscillators array&#x2F;buffer player]]></title><description><![CDATA[<p>Hello, I just began working with Pure Data and I want to mix for example 2,3 or even 50 oscillators. The problem is that I want read frequencies of each oscillator from an array, sum up each oscillator frequency and play it all mixed together. Here is my prototype <a href="/uploads/files/1441118290914-array_osc.pd">array_osc.pd</a> unfortunately there's only playing last tone from the array. Thanks in advance to anyone who can offer suggestions!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 17:34:00 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9480.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Sep 2015 14:43:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Oscillators array&#x2F;buffer player on Tue, 01 Sep 2015 14:43:10 GMT]]></title><description><![CDATA[<p>Hello, I just began working with Pure Data and I want to mix for example 2,3 or even 50 oscillators. The problem is that I want read frequencies of each oscillator from an array, sum up each oscillator frequency and play it all mixed together. Here is my prototype <a href="/uploads/files/1441118290914-array_osc.pd">array_osc.pd</a> unfortunately there's only playing last tone from the array. Thanks in advance to anyone who can offer suggestions!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player</guid><dc:creator><![CDATA[krom]]></dc:creator><pubDate>Tue, 01 Sep 2015 14:43:10 GMT</pubDate></item><item><title><![CDATA[Reply to Oscillators array&#x2F;buffer player on Tue, 01 Sep 2015 16:56:45 GMT]]></title><description><![CDATA[<p>One [osc~] object can only ever make one pitch, which is defined by the argument. If you want to have 50 oscillators playing at the same time, then you need to create 50 oscillators.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/2</guid><dc:creator><![CDATA[LiamG]]></dc:creator><pubDate>Tue, 01 Sep 2015 16:56:45 GMT</pubDate></item><item><title><![CDATA[Reply to Oscillators array&#x2F;buffer player on Tue, 01 Sep 2015 17:01:45 GMT]]></title><description><![CDATA[<p>Damn! I thought maybe there's some object that could store just accumulated signals. Thanks anyway!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/3</guid><dc:creator><![CDATA[krom]]></dc:creator><pubDate>Tue, 01 Sep 2015 17:01:45 GMT</pubDate></item><item><title><![CDATA[Reply to Oscillators array&#x2F;buffer player on Tue, 01 Sep 2015 17:04:24 GMT]]></title><description><![CDATA[<p>Is there any way to create oscillators dynamically? <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/4</guid><dc:creator><![CDATA[krom]]></dc:creator><pubDate>Tue, 01 Sep 2015 17:04:24 GMT</pubDate></item><item><title><![CDATA[Reply to Oscillators array&#x2F;buffer player on Tue, 01 Sep 2015 17:13:35 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/krom">@krom</a> This will give you some ideas.  I think that it does more than you need, but I put it together for someone else a while ago and it will give you a few ideas about building your patch dynamically.  The &quot;forks&quot; are all oscillators, with other attributes that you will need to strip out.  The master patch is &quot;Jeremy&quot;<br />
<a href="/uploads/files/1441127606184-jeremy.zip">jeremy.zip</a><br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/5</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 01 Sep 2015 17:13:35 GMT</pubDate></item><item><title><![CDATA[Reply to Oscillators array&#x2F;buffer player on Tue, 01 Sep 2015 17:16:34 GMT]]></title><description><![CDATA[<p>In Pd-extended, open Pd's help browser -&gt; Manuals -&gt; pd-msg and check the stuff there. You can create objects dynamically, but you'll most likely get clicks because if the audio is running and you add new signal object Pd has to re-calculate the DSP chain. It's a long discussion that has been made, especially on Pd's mailing list, quite some times.<br />
Pd is not ideal for dynamic patching, but it's worth giving it a shot, you'll learn quite some stuff..</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9480/oscillators-array-buffer-player/6</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Tue, 01 Sep 2015 17:16:34 GMT</pubDate></item></channel></rss>