<?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: Making a Buffer~ unique to a patcher</title>
		<atom:link href="http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 06:07:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/#post-47099</guid>
					<title><![CDATA[Making a Buffer~ unique to a patcher]]></title>
					<link>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/#post-47099</link>
					<pubDate>Mon, 07 Dec 2009 22:23:14 +0000</pubDate>
					<dc:creator>benb7760</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to make a buffer~ object only accessible from the patcher its in and its children?<br />
so if i had a patcher loaded into a p object, and it contained a buffer, the parent cannot access the buffer but the patcher it was created in can</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/#post-169317</guid>
					<title><![CDATA[Re: Making a Buffer~ unique to a patcher]]></title>
					<link>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/#post-169317</link>
					<pubDate>Mon, 07 Dec 2009 22:52:51 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>Use the magic <strong>#0</strong> in the buffer name (like <em>buffer~ #0_toto</em>). A unique random number will be generated (like <em>1074_toto</em>) in place of the <em>pound 0</em>.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/#post-169318</guid>
					<title><![CDATA[Re: Making a Buffer~ unique to a patcher]]></title>
					<link>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/#post-169318</link>
					<pubDate>Thu, 25 Feb 2010 07:48:14 +0000</pubDate>
					<dc:creator>benb7760</dc:creator>

					<description>
						<![CDATA[
						<p>thank you for this advice. I am now facing a problem with this. I am making an MSP java that needs to access a buffer in the patcher that has been named this way. Is this achievable?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/#post-169319</guid>
					<title><![CDATA[Re: Making a Buffer~ unique to a patcher]]></title>
					<link>http://cycling74.com/forums/topic/making-a-buffer-unique-to-a-patcher/#post-169319</link>
					<pubDate>Thu, 25 Feb 2010 09:50:14 +0000</pubDate>
					<dc:creator>EMV</dc:creator>

					<description>
						<![CDATA[
						<p>Let the patcher output the unique name by connecting [loadbang]-[message #0_toto]-[outlet].<br />
That way something outside the patcher receives the name and can access the buffer.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

