<?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: [4.63] resizing buffer while recording into it</title>
		<atom:link href="http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 00:36:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-41533</guid>
					<title><![CDATA[[4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-41533</link>
					<pubDate>Sat, 03 Jan 2009 00:09:23 +0000</pubDate>
					<dc:creator>jayrope</dc:creator>

					<description>
						<![CDATA[
						<p>this maybe a stupid quest:</p>
<p>can i dynamically resize a buffer while recording into it from adc?</p>
<p>instead of setting a specific buffer length upon patch load i would rather depend the used buffer length on the length of pressing a record button, to save RAM initially, or to allow for any buffer length needed.</p>
<p>how would i approach this best, preferrably without interrupting reading from a buffer, that is currently as well being recorded into?</p>
<p>thank you very much for any hint!</p>
<p>jrp</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147923</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147923</link>
					<pubDate>Sat, 03 Jan 2009 04:39:15 +0000</pubDate>
					<dc:creator>Tokyo Rose</dc:creator>

					<description>
						<![CDATA[
						<p>Resizing a buffer~ automatically clears the buffer~ no matter what. You may need to set up a system whereby the user sets the size prior to recording and then records(making sure to record only after resize). One way around this is to use two buffer~ objects and crossfade between them as necessary(while one is playing, the other is resized and then recorded into, when it is ready for playback, it&#8217;s faded into making the first buffer~ available for resizing/recording). Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147924</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147924</link>
					<pubDate>Sat, 03 Jan 2009 04:54:34 +0000</pubDate>
					<dc:creator>Tokyo Rose</dc:creator>

					<description>
						<![CDATA[
						<p>&#8230;one more thing, the double-buffer~ method can either be achieved with one<br />
single playback object or two: for all the playback objects,<br />
groove~/play~/wave~/etc. there is the &#8220;set&#8221; message which allows you to set<br />
which buffer~ is referred to, so if you don&#8217;t need an<br />
uninterrupted-crossfade, you could use a very quick amp-envelope to ramp the<br />
volume down, set the playback object to a different buffer~ and then ramp<br />
the volume back up again.</p>
<p>Best of luck.</p>
<p>On Fri, Jan 2, 2009 at 8:39 PM, raja <miraj .rdas@gmail.com> wrote:</miraj></p>
<p>><br />
> Resizing a buffer~ automatically clears the buffer~ no matter what. You may<br />
> need to set up a system whereby the user sets the size prior to recording<br />
> and then records(making sure to record only after resize). One way around<br />
> this is to use two buffer~ objects and crossfade between them as<br />
> necessary(while one is playing, the other is resized and then recorded into,<br />
> when it is ready for playback, it&#8217;s faded into making the first buffer~<br />
> available for resizing/recording). Hope it helps.<br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147925</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147925</link>
					<pubDate>Sat, 03 Jan 2009 12:41:46 +0000</pubDate>
					<dc:creator>jayrope</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you RabidRaja,</p>
<p>i had the double buffer method in mind also and found a thread hinting to a working method here:</p>
<p><a href="http://www.cycling74.com/forums/index.php?t=msg&#038;goto=155917" rel="nofollow">http://www.cycling74.com/forums/index.php?t=msg&#038;goto=155917</a></p>
<p>Excuse me for not having checked properly before, thank you again,</p>
<p>jrp</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147926</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147926</link>
					<pubDate>Sun, 04 Jan 2009 09:47:38 +0000</pubDate>
					<dc:creator>Tokyo Rose</dc:creator>

					<description>
						<![CDATA[
						<p>Ah, cool, i hadn&#8217;t seen that thread before. Hey, in that case, you should also look into mxj, particularly [mxj buf.Op], might help with copying from one buffer~ to another:</p>
<p><a href="http://www.cycling74.com/forums/index.php?t=msg&#038;goto=150168" rel="nofollow">http://www.cycling74.com/forums/index.php?t=msg&#038;goto=150168</a></p>
<p>check out Ben<a href='http://cycling74.com/forums/users/c74/' rel='nofollow' class='bbp-mention-link C74'>@C74</a>&#8242;s patch further down in the thread at #150335.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147927</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147927</link>
					<pubDate>Fri, 09 Jan 2009 10:37:07 +0000</pubDate>
					<dc:creator>stefantiedje</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147928</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147928</link>
					<pubDate>Fri, 09 Jan 2009 16:47:45 +0000</pubDate>
					<dc:creator>jayrope</dc:creator>

					<description>
						<![CDATA[
						<p>Stefan,<br />
when i record into a recbuffer for later looping, then it would be crucial, that the loop starts running as soon as i stopped recording. This works as along as i record into the same buffer that i loop from. If i use a file to record in first, i&#8217;d have to open this file in a buffer dedicated to playback, which would take some milliseconds at least i suppose. someone recommended copying a buffer in RAM with peek~. didn&#8217;t try it yet, but the idea seems faster to me than having to open a file from disk.</p>
<p>happy new year, by the way, stay healthy and clever in 2009!<br />
jrp</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147929</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147929</link>
					<pubDate>Fri, 09 Jan 2009 22:30:08 +0000</pubDate>
					<dc:creator>MikEyhaTsis</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: stefantiedje wrote on Fri, 09 January 2009 03:37<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> jayrope schrieb:<br />
> > i had the double buffer method in mind <br />
> <br />
> The solution I came up finally was to record first with sfrecord~ into a <br />
> (temporary) soundfile and then load that into the buffer~.<br />
> Its called recbuffer~. There is also a recbuffers~ which will record <br />
> cyclic into multiple buffers&#8230;<br />
> <br />
> Stefan<br />
> <br />
> &#8212; </p>
<p>  Stephan,<br />
  This recbuffers~ looks like something i could use in a project im working on. I did a search of the forum/list but couldnt find it. just found recbuffer~ abd puffer~ abstractions. could you point me in the directiion of this download?</p>
<p>Thanks<br />
 Michael</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147930</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147930</link>
					<pubDate>Fri, 09 Jan 2009 23:02:31 +0000</pubDate>
					<dc:creator>jln</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147931</guid>
					<title><![CDATA[Re: [4.63] resizing buffer while recording into it]]></title>
					<link>http://cycling74.com/forums/topic/4-63-resizing-buffer-while-recording-into-it/#post-147931</link>
					<pubDate>Tue, 13 Jan 2009 12:08:54 +0000</pubDate>
					<dc:creator>stefantiedje</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

