<?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[picking random wav files, but weighted by file size?]]></title><description><![CDATA[<p>hi</p>
<p>so, imagine we have three pools of sound samples (vocals, guitar and drums, for instance) of different lengths, and we want a sound from each pool to be played simultaneously, by random</p>
<p>picking them by random and playing is easy enough, but what if we want them to be played so they fit to each other? ie. samples should only be played along other samples of the same length, more or less.</p>
<p>i imagine it's possible to first sort them size-wise and then pick them by random?</p>
<p>any ideas?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12544/picking-random-wav-files-but-weighted-by-file-size</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 13:15:28 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12544.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jan 2020 10:51:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to picking random wav files, but weighted by file size? on Mon, 27 Jan 2020 10:51:41 GMT]]></title><description><![CDATA[<p>hi</p>
<p>so, imagine we have three pools of sound samples (vocals, guitar and drums, for instance) of different lengths, and we want a sound from each pool to be played simultaneously, by random</p>
<p>picking them by random and playing is easy enough, but what if we want them to be played so they fit to each other? ie. samples should only be played along other samples of the same length, more or less.</p>
<p>i imagine it's possible to first sort them size-wise and then pick them by random?</p>
<p>any ideas?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12544/picking-random-wav-files-but-weighted-by-file-size</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12544/picking-random-wav-files-but-weighted-by-file-size</guid><dc:creator><![CDATA[NOISEBOB]]></dc:creator><pubDate>Mon, 27 Jan 2020 10:51:41 GMT</pubDate></item><item><title><![CDATA[Reply to picking random wav files, but weighted by file size? on Mon, 27 Jan 2020 16:52:31 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/noisebob">@NOISEBOB</a> why don't you make a proper selection of the samples in the pool before? there are a lot of other attributes besides file size for samples to fit to each other from a musician point of view, so i'd suggest to make a proper preselection. if this is not, what you wanted to hear, you might consider going a little further with your explanation of what you are looking for... <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";-)" alt=";-)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12544/picking-random-wav-files-but-weighted-by-file-size/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12544/picking-random-wav-files-but-weighted-by-file-size/2</guid><dc:creator><![CDATA[toxonic]]></dc:creator><pubDate>Mon, 27 Jan 2020 16:52:31 GMT</pubDate></item><item><title><![CDATA[Reply to picking random wav files, but weighted by file size? on Mon, 27 Jan 2020 18:21:49 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/toxonic">@toxonic</a> well.. it's a little of both.</p>
<p>the idea is, to have loads of samples in the 1-2 second range, but also a bunch in the 5 second range and then some longer ones.. picked by random and played together as &quot;songs&quot;. by a couple of hundred samples, the idea is that by all the possible combinations, there will be millions of songs.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12544/picking-random-wav-files-but-weighted-by-file-size/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12544/picking-random-wav-files-but-weighted-by-file-size/3</guid><dc:creator><![CDATA[NOISEBOB]]></dc:creator><pubDate>Mon, 27 Jan 2020 18:21:49 GMT</pubDate></item></channel></rss>