<?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: buffer into sfplay?</title>
		<atom:link href="http://cycling74.com/forums/topic/buffer-into-sfplay/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/buffer-into-sfplay/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 15:03:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/buffer-into-sfplay/#post-34200</guid>
					<title><![CDATA[buffer into sfplay?]]></title>
					<link>http://cycling74.com/forums/topic/buffer-into-sfplay/#post-34200</link>
					<pubDate>Tue, 16 Oct 2007 19:45:16 +0000</pubDate>
					<dc:creator>flitflint</dc:creator>

					<description>
						<![CDATA[
						<p>is there any way to run a recorded buffer into sfplay, or to accomplish this same effect in a different way?  i would like to accomplish this without any extra-max dialogues (no &#8220;open&#8221; windows, etc.)  </p>
<p>thanks!  </p>
<p>Dee</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/buffer-into-sfplay/#post-115015</guid>
					<title><![CDATA[Re: buffer into sfplay?]]></title>
					<link>http://cycling74.com/forums/topic/buffer-into-sfplay/#post-115015</link>
					<pubDate>Tue, 16 Oct 2007 21:07:07 +0000</pubDate>
					<dc:creator>Roby Steinmetzer</dc:creator>

					<description>
						<![CDATA[
						<p>
On 16 oct. 07, at 21:45, David DeSoucey wrote:<br />
> is there any way to run a recorded buffer into sfplay, or to  <br />
> accomplish this same effect in a different way?</p>
<p>write your buffer&#8217;s content to disk and reopen it in sfplay~.</p>
<p>> i would like to accomplish this without any extra-max dialogues (no  <br />
> &#8220;open&#8221; windows, etc.)</p>
<p>The &#8220;write&#8221; message to buffer~ and the &#8220;open&#8221; message to sfplay~  <br />
accept a filename, so you don&#8217;t need dialogs.</p>
<p>Here&#8217;s an example:</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 322 471 40 196617 Play it;<br />
#P window linecount 4;<br />
#P comment 339 196 100 196617 The path message to thispatcher only  <br />
works if the patcher has been saved;<br />
#P window linecount 1;<br />
#P comment 728 240 100 196617 Default filename;<br />
#P comment 489 48 100 196617 Save buffer to disk;<br />
#P newex 435 358 30 196617 t s s;<br />
#P newex 192 91 60 196617 loadmess 1;<br />
#P toggle 192 114 15 0;<br />
#P message 192 138 43 196617 loop $1;<br />
#P user ezadc~ 119 121 163 154 0;<br />
#P toggle 52 120 44 0;<br />
#P newex 119 187 67 196617 record~ buff;<br />
#P newex 435 332 51 196617 tosymbol;<br />
#P toggle 367 452 48 0;<br />
#P user ezdac~ 429 581 473 614 0;<br />
#P newex 429 478 68 196617 prepend open;<br />
#P newex 429 452 36 196617 zl reg;<br />
#N sfplay~  1 120960 0 ;<br />
#P newobj 429 508 44 196617 sfplay~;<br />
#P newex 529 273 56 196617 route text;<br />
#P newex 435 88 104 196617 t b b;<br />
#P user textedit 529 235 724 256 32896 3 9 mybufferfile.aiff;<br />
#P newex 435 305 104 196617 sprintf %s%s;<br />
#P button 435 33 43 0;<br />
#P newex 347 392 73 196617 prepend write;<br />
#P newex 435 274 80 196617 zl reg;<br />
#P newex 454 184 48 196617 loadbang;<br />
#P message 454 211 29 196617 path;<br />
#N thispatcher;<br />
#Q end;<br />
#P newobj 454 237 61 196617 thispatcher;<br />
#P newex 347 420 92 196617 buffer~ buff 5000;<br />
#P comment 26 96 100 196617 Record into buffer;<br />
#P connect 19 0 18 0;<br />
#P connect 20 0 18 0;<br />
#P connect 20 1 18 0;<br />
#P connect 21 0 18 0;<br />
#P connect 23 0 22 0;<br />
#P connect 22 0 21 0;<br />
#P connect 24 0 6 0;<br />
#P connect 6 0 1 0;<br />
#P connect 1 1 13 0;<br />
#P connect 13 0 14 0;<br />
#P connect 14 0 12 0;<br />
#P connect 16 0 12 0;<br />
#P connect 12 0 15 0;<br />
#P connect 7 0 10 0;<br />
#P connect 10 0 5 0;<br />
#P connect 5 0 8 0;<br />
#P connect 8 0 17 0;<br />
#P connect 17 0 24 0;<br />
#P connect 4 0 3 0;<br />
#P connect 3 0 2 0;<br />
#P connect 24 1 13 1;<br />
#P connect 12 0 15 1;<br />
#P connect 2 1 5 1;<br />
#P connect 10 1 9 0;<br />
#P connect 9 0 11 0;<br />
#P connect 11 0 8 1;<br />
#P window clipboard copycount 29;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/buffer-into-sfplay/#post-115016</guid>
					<title><![CDATA[Re: buffer into sfplay?]]></title>
					<link>http://cycling74.com/forums/topic/buffer-into-sfplay/#post-115016</link>
					<pubDate>Sun, 28 Oct 2007 17:34:45 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>David DeSoucey schrieb:<br />
> is there any way to run a recorded buffer into sfplay, or to<br />
> accomplish this same effect in a different way?  i would like to<br />
> accomplish this without any extra-max dialogues (no &#8220;open&#8221; windows,<br />
> etc.)</p>
<p>You can play it directly with groove~, play~ or wave~&#8230;<br />
To first save it and then play with sfplay~ only waistes your disk space<br />
and its slow&#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>

					
		
	</channel>
	</rss>

