<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Auto sampler/rhythm builder problem</title>
		<atom:link href="http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 20:52:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/#post-40198</guid>
					<title><![CDATA[Auto sampler/rhythm builder problem]]></title>
					<link>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/#post-40198</link>
					<pubDate>Tue, 07 Oct 2008 13:37:14 +0000</pubDate>
					<dc:creator>Brik</dc:creator>

					<description>
						<![CDATA[
						<p>Hello there, I&#8217;m trying to build a patch that auto samples little sound-bites from a mic input when the signal volume goes over a certain threshold. This sample gets stored in a buffer then is assigned a randomly generated rhythm. My problem is: I want it to be able to store about 40 sounds, but having 40 buffer objects seems to be a little ridiculous and not to mention messy. My question is: is there a &#8216;multibuffer&#8217; object or something similar, which is a collection of a number of buffers, by which you can access each one through use of an index? Maybe an argument of it would dictate how many buffers are initialised.<br />
The other way I tried was to have a single long buffer where each sound was stored with a corresponding position index, however I couldn&#8217;t work out how to have several sounds from the buffer to play at the same time.<br />
Any suggestions would be hugely appreciated.</p>
<p>Rob</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/#post-142020</guid>
					<title><![CDATA[Re: Auto sampler/rhythm builder problem]]></title>
					<link>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/#post-142020</link>
					<pubDate>Tue, 07 Oct 2008 16:35:08 +0000</pubDate>
					<dc:creator>Adam Murray</dc:creator>

					<description>
						<![CDATA[
						<p>I don&#8217;t believe there is a &#8220;multibuffer&#8221; object (however you should always double check on maxobjects.com).</p>
<p>For this kind of situation, a poly~ object can be very helpful. Poly~ is not just for polyphony, it is very handy whenever you have a large set of identical things you need to manage, like buffers,  additive synthesizer abstractions, etc.</p>
<p>In this case you could make a 40-voice poly. To manage a certain buffer you start by sending the &#8220;target X&#8221; message (where X is 1-40) to poly~. </p>
<p>Pattr could also be helpful here, especially if you want to save the state of all 40 of those buffers. But I would start with poly~ first and worry about pattr later.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/#post-142021</guid>
					<title><![CDATA[Re: Auto sampler/rhythm builder problem]]></title>
					<link>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/#post-142021</link>
					<pubDate>Wed, 08 Oct 2008 10:30:48 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Rob schrieb:<br />
> but having 40 buffer objects seems to be a little ridiculous and not<br />
> to mention messy. My question is: is there a &#8216;multibuffer&#8217; object or<br />
> something similar, which is a collection of a number of buffers, by<br />
> which you can access each one through use of an index?</p>
<p>Its not that messy if you use a poly~ or scripting.<br />
I have something like that in my St.ools collection&#8230;<br />
Its called simply [buffers~] and actually uses scripting to create the <br />
buffers&#8230;<br />
(as inside a poly~ you would have to script as well to get the correct <br />
names initialised&#8230;)</p>
<p>Stefan</p>
<p>&#8211; <br />
Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;&#8212;-<br />
&#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;&#8212;-<br />
&#8211; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/#post-142022</guid>
					<title><![CDATA[Re: Auto sampler/rhythm builder problem]]></title>
					<link>http://cycling74.com/forums/topic/auto-samplerrhythm-builder-problem/#post-142022</link>
					<pubDate>Sun, 12 Oct 2008 11:36:30 +0000</pubDate>
					<dc:creator>Brik</dc:creator>

					<description>
						<![CDATA[
						<p>Cheers, i&#8217;ll check out using poly~ and your buffers~ object.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

