<?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[pd to play up to 15 audio files with Pi2]]></title><description><![CDATA[<p>Hi,<br />
I was wandering if the Pi2 is strong enough to playback up to 15 stereo audio files at the same time?</p>
<p>I would like to use arduino to read 15 buttons push that will trigger each corresponding audio files.</p>
<p>Do you think Pi2 is strong enough for the above?</p>
<p>Thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 15:35:44 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14184.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Dec 2022 14:44:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to pd to play up to 15 audio files with Pi2 on Thu, 15 Dec 2022 14:44:14 GMT]]></title><description><![CDATA[<p>Hi,<br />
I was wandering if the Pi2 is strong enough to playback up to 15 stereo audio files at the same time?</p>
<p>I would like to use arduino to read 15 buttons push that will trigger each corresponding audio files.</p>
<p>Do you think Pi2 is strong enough for the above?</p>
<p>Thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2</guid><dc:creator><![CDATA[KMETE]]></dc:creator><pubDate>Thu, 15 Dec 2022 14:44:14 GMT</pubDate></item><item><title><![CDATA[Reply to pd to play up to 15 audio files with Pi2 on Thu, 15 Dec 2022 15:39:06 GMT]]></title><description><![CDATA[<p>No need for playing track at the same time. 15 buttons that each button will play a corresponding track.<br />
If track 1 is playing and someone press button 2 (correspond to track 2) the track that was playing (track number 1) will stop and track number 2 will start. Only 1 track that playing at a given time.</p>
<p>Do I need to load the 15 tracks to buffer in advanced? or I can read them from the sd card? Any suggested system for that?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/2</guid><dc:creator><![CDATA[KMETE]]></dc:creator><pubDate>Thu, 15 Dec 2022 15:39:06 GMT</pubDate></item><item><title><![CDATA[Reply to pd to play up to 15 audio files with Pi2 on Thu, 15 Dec 2022 16:20:55 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/kmete">@KMETE</a> [readsf~] will take care of that...... reading directly from disk..... no arrays.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/3</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Thu, 15 Dec 2022 16:20:55 GMT</pubDate></item><item><title><![CDATA[Reply to pd to play up to 15 audio files with Pi2 on Thu, 15 Dec 2022 18:28:40 GMT]]></title><description><![CDATA[<p>In the help file is written:<br />
&quot;You must open the soundfile in advance (a couple of seconds before you'll need it) using the &quot;open&quot; message.&quot;</p>
<p>is true talking few seconds to open the file?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/4</guid><dc:creator><![CDATA[KMETE]]></dc:creator><pubDate>Thu, 15 Dec 2022 18:28:40 GMT</pubDate></item><item><title><![CDATA[Reply to pd to play up to 15 audio files with Pi2 on Thu, 15 Dec 2022 19:21:23 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/kmete">@KMETE</a> I think the help file was written for a Sinclair Z88 running Pd 0.0.<br />
On an I5 with ssd I start them immediately.<br />
Trial and error I suppose but a Pi2 is pretty powerful and has fast memory access I think.<br />
If you hear a problem try 1 or 2ms.... I think that would be enough.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/5</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Thu, 15 Dec 2022 19:21:23 GMT</pubDate></item><item><title><![CDATA[Reply to pd to play up to 15 audio files with Pi2 on Fri, 16 Dec 2022 00:40:20 GMT]]></title><description><![CDATA[<p>Here is my patch for the moment:</p>
<p>When I press btn 1 it play track 1 when I press btn 2 it should start track 2 (and stop track 1) but this is not happening. only a second press will start the track.<br />
Why is that? can you see m mistake?</p>
<p><a href="/uploads/files/1671151137458-example-1.pd">example-1.pd</a><br />
<img src="/uploads/files/1671151110116-screen-shot-2022-12-16-at-2.38.21.png" alt="Screen Shot 2022-12-16 at 2.38.21.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/6</guid><dc:creator><![CDATA[KMETE]]></dc:creator><pubDate>Fri, 16 Dec 2022 00:40:20 GMT</pubDate></item><item><title><![CDATA[Reply to pd to play up to 15 audio files with Pi2 on Fri, 16 Dec 2022 08:33:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/kmete">@KMETE</a> No. I cannot see why.<br />
I have changed it a bit.... which will kill any button bounce..... but stop you starting the same track again until it has finished.  Using a delayed reset instead of the bang from the right outlet of [readsf~] will do the first without the second........ <a href="/uploads/files/1671179110389-examp.zip">examp.zip</a><br />
Your logic would not kill button bounce.. 1 0 1 0 1 0 1...... as [change] would pass all the &quot;1&quot;'s and force [readsf~] to repeatedly read the same file.... which might have caused the problem.</p>
<p>You could put a [print] on the outlet of [pak l i] to see if there are problems with the incoming messages.<br />
Maybe [del 500] was not enough...... so the first press gets the file too late for the start and the second press works because the file is now already read.  But it would surprise me that the memory access is so slow on an sd card.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14184/pd-to-play-up-to-15-audio-files-with-pi2/7</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 16 Dec 2022 08:33:56 GMT</pubDate></item></channel></rss>