<?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: send/recieve audio signals?</title>
		<atom:link href="http://cycling74.com/forums/topic/sendrecieve-audio-signals/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 08:04:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-36888</guid>
					<title><![CDATA[send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-36888</link>
					<pubDate>Sun, 13 Apr 2008 01:15:50 +0000</pubDate>
					<dc:creator>DonK</dc:creator>

					<description>
						<![CDATA[
						<p>Is there anything like send and recieve, but for an audio signal?<br />
My patch is getting tooooooo messy and could use some cleanup using something like a send~/recieve~ set of objects.</p>
<p>I looked on maxobjects, but couldn&#8217;t find anything.<br />
Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126967</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126967</link>
					<pubDate>Sun, 13 Apr 2008 02:38:43 +0000</pubDate>
					<dc:creator>violoncello</dc:creator>

					<description>
						<![CDATA[
						<p>DonK,</p>
<p>You need a name argument. Try typing [send~ test] &#038; [receive~ test]. It will<br />
work, they are there. If you notice your max window when you type just<br />
[send~], it doesn&#8217;t say &#8220;no such object&#8221;. It says &#8220;requires name argument&#8221;.<br />
Best,</p>
<p>Ken</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126968</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126968</link>
					<pubDate>Sun, 13 Apr 2008 03:09:24 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>
On Apr 12, 2008, at 6:15 PM, Don K wrote:<br />
> Is there anything like send and recieve, but for an audio signal?<br />
> My patch is getting tooooooo messy and could use some cleanup using  <br />
> something like a send~/recieve~ set of objects.</p>
<p>
send and receive work for audio signals, and there is also send~ and  <br />
receive~, which have the advantage/disadvantage of delaying by one  <br />
signal vector (this can be useful in some patches).</p>
<p>-C</p>
<p>Chris Muir<br />
<a href="mailto:cbm@well.com">cbm@well.com</a>	</p>
<p><a href="http://www.xfade.com" rel="nofollow">http://www.xfade.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126969</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126969</link>
					<pubDate>Sun, 13 Apr 2008 03:38:12 +0000</pubDate>
					<dc:creator>DonK</dc:creator>

					<description>
						<![CDATA[
						<p>Ahh, that&#8217;s what I was missing.<br />
I just saw the grey bogus object looking box and thought it didn&#8217;t exist.  I&#8217;m starting to realize how important the Max window can be.</p>
<p>Thanks.  I&#8217;ll try to pay more attention next time.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126970</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126970</link>
					<pubDate>Sun, 13 Apr 2008 04:36:40 +0000</pubDate>
					<dc:creator>Roth</dc:creator>

					<description>
						<![CDATA[
						<p>Actually, the differences between send/receive and send~/receive~ are more in-depth than this.</p>
<p>Whether you are using send/receive with Max data or MSP signals, this is essentially the same as using a cable connection.  At runtime, Max evaluates [send]s/[receive]s as cable connections.  As far as I know this means there is no processor overhead for using [send]/[receive] vs. a cable connection.  I may be incorrect on the exact operation of how [send]/[receive] is evaulated (if it isn&#8217;t zero overhead, it is very little) so someone please correct me if you can offer a better description.</p>
<p>What I am sure is what this means for differences between using [send] vs [send~].</p>
<p>There are two limitations to using send/receive with MSP signals:</p>
<p>1. Since [send]/[receive] is like making a cable connection, you cannot reroute your [send]/[receive]s for MSP signals while DSP is turned on.</p>
<p>2. You cannot [send]/[receive] MSP signals across different DSP chains (both [poly~] and [pfft~] create separate DSP chains.</p>
<p>The first advantage of [send~] and [receive~] is that it can do both these things that [send]/[receive] can&#8217;t (i.e. you can both rename to reroute while DSP is on and you can send across chains).</p>
<p>The other advantage of [send~]/[receive~] Chris mentioned, but there is more to it than that.  [send~]/[receive~] do add a signal vector of delay, BUT ONLY if it is necessary to avoid a logical impossibility created by a feedback loop (e.g. it is impossible to connect an MSP outlet to an inlet because you would be asking the object to process information that has not be generated yet).  If there is no feedback loop involved, [send~]/[receive~] adds zero delay.  At some point, a patch proving this was posted, but I couldn&#8217;t find it.</p>
<p>While [send~]/[receive~] has a lot more powerful features, it will take more processor power than [send]/[receive].  So save [send~]/[receive~] only for when you need one of these three features not covered by [s]/[r].</p>
<p>Unfortunately, there is no [s~]/[r~] like there is in PureData.  I&#8217;m REALLY hopping they add that to Max 5. </p>
<p>I hope that helps, let me know if you have any more questions.<br />
Quote: Chris Muir wrote on Sat, 12 April 2008 21:09<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> <br />
> On Apr 12, 2008, at 6:15 PM, Don K wrote:<br />
> > Is there anything like send and recieve, but for an audio signal?<br />
> > My patch is getting tooooooo messy and could use some cleanup using  <br />
> > something like a send~/recieve~ set of objects.<br />
> <br />
> <br />
> send and receive work for audio signals, and there is also send~ and  <br />
> receive~, which have the advantage/disadvantage of delaying by one  <br />
> signal vector (this can be useful in some patches).<br />
> <br />
> -C<br />
> <br />
> Chris Muir<br />
> <a href="mailto:cbm@well.com">cbm@well.com</a>	<br />
> <a href="http://www.xfade.com" rel="nofollow">http://www.xfade.com</a><br />
> <br />
> <br />
> <br />
> <br />
> <br />
> <br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126971</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126971</link>
					<pubDate>Sun, 13 Apr 2008 05:14:40 +0000</pubDate>
					<dc:creator>DonK</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the info, Roth.</p>
<p>I&#8217;m not sure if this is what you mean at the end, but you can add your own &#8220;shortcut/alias&#8221; by editting the audio-objectmappings.txt file.</p>
<p>I added these two lines, seems to work.</p>
<p>max objectfile s~ send~;<br />
max objectfile r~ receive~;</p>
<p>Is that what you meant by s~ and r~?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126972</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126972</link>
					<pubDate>Sun, 13 Apr 2008 07:01:19 +0000</pubDate>
					<dc:creator>Roth</dc:creator>

					<description>
						<![CDATA[
						<p>That&#8217;s exactly what I meant!  Thanks a lot.  My students end up pointing out really obvious stuff like that from time to time too.  I guess coming from PureData, I never really bothered to learn all the stuff about Max that could make my life easier&#8211;I just keep charging forward trying to come up with more and more of my own complicated synthesis and interface designs.</p>
<p>Thanks for reminding me of a feature I vaguely knew existed and never bothered to read up on&#8230;.now that my class is over I guess I really should study up on all the stuff I could be doing to make my life easier before next time :)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126973</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126973</link>
					<pubDate>Sun, 13 Apr 2008 14:38:29 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Funnel and route also work for multichannel send/receive of audio.  Someone<br />
suggested it on the list a year or so ago and I use it a lot for sending 4-8<br />
channels.  Much neater than a bunch of send~/receive~ objects.</p>
<p>Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
<p>
> From: Chris Muir <cbm @well.com><br />
> Reply-To: <maxmsp @cycling74.com><br />
> Date: Sat, 12 Apr 2008 20:09:24 -0700<br />
> To: </maxmsp><maxmsp @cycling74.com><br />
> Subject: Re: [maxmsp] send/recieve audio signals?<br />
> <br />
> <br />
> On Apr 12, 2008, at 6:15 PM, Don K wrote:<br />
>> Is there anything like send and recieve, but for an audio signal?<br />
>> My patch is getting tooooooo messy and could use some cleanup using<br />
>> something like a send~/recieve~ set of objects.<br />
> <br />
> <br />
> send and receive work for audio signals, and there is also send~ and<br />
> receive~, which have the advantage/disadvantage of delaying by one<br />
> signal vector (this can be useful in some patches).<br />
> <br />
> -C<br />
> <br />
> Chris Muir<br />
> <a href="mailto:cbm@well.com">cbm@well.com</a> <br />
> <a href="http://www.xfade.com" rel="nofollow">http://www.xfade.com</a><br />
> <br />
> <br />
> <br />
> <br />
> <br />
> </maxmsp></cbm></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126974</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126974</link>
					<pubDate>Sun, 13 Apr 2008 14:49:34 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Like this&#8230;</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 38 102 44 196617 s signal;<br />
#P newex 38 190 67 196617 dac~ 1 2 3 4;<br />
#P newex 38 164 87 196617 route 0 1 2 3;<br />
#P newex 38 142 44 196617 r signal;<br />
#P newex 38 76 53 196617 funnel 4;<br />
#P newex 38 49 67 196617 adc~ 1 2 3 4;<br />
#P connect 3 3 4 3;<br />
#P connect 3 2 4 2;<br />
#P connect 3 1 4 1;<br />
#P connect 3 0 4 0;<br />
#P connect 1 0 5 0;<br />
#P connect 2 0 3 0;<br />
#P connect 0 3 1 3;<br />
#P connect 0 2 1 2;<br />
#P connect 0 1 1 1;<br />
#P connect 0 0 1 0;<br />
#P window clipboard copycount 6;</p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
<p>
> From: Roth Michaels <roth @brandeis.edu><br />
> Organization: Cycling &#8217;74<br />
> Reply-To: <maxmsp @cycling74.com><br />
> Date: Sat, 12 Apr 2008 22:36:40 -0600<br />
> To: </maxmsp><maxmsp @cycling74.com><br />
> Subject: [maxmsp] Re:  send/recieve audio signals?<br />
> <br />
> <br />
> Actually, the differences between send/receive and send~/receive~ are more<br />
> in-depth than this.<br />
> <br />
> Whether you are using send/receive with Max data or MSP signals, this is<br />
> essentially the same as using a cable connection.  At runtime, Max evaluates<br />
> [send]s/[receive]s as cable connections.  As far as I know this means there is<br />
> no processor overhead for using [send]/[receive] vs. a cable connection.  I<br />
> may be incorrect on the exact operation of how [send]/[receive] is evaulated<br />
> (if it isn&#8217;t zero overhead, it is very little) so someone please correct me if<br />
> you can offer a better description.<br />
> <br />
> What I am sure is what this means for differences between using [send] vs<br />
> [send~].<br />
> <br />
> There are two limitations to using send/receive with MSP signals:<br />
> <br />
> 1. Since [send]/[receive] is like making a cable connection, you cannot<br />
> reroute your [send]/[receive]s for MSP signals while DSP is turned on.<br />
> <br />
> 2. You cannot [send]/[receive] MSP signals across different DSP chains (both<br />
> [poly~] and [pfft~] create separate DSP chains.<br />
> <br />
> The first advantage of [send~] and [receive~] is that it can do both these<br />
> things that [send]/[receive] can&#8217;t (i.e. you can both rename to reroute while<br />
> DSP is on and you can send across chains).<br />
> <br />
> The other advantage of [send~]/[receive~] Chris mentioned, but there is more<br />
> to it than that.  [send~]/[receive~] do add a signal vector of delay, BUT ONLY<br />
> if it is necessary to avoid a logical impossibility created by a feedback loop<br />
> (e.g. it is impossible to connect an MSP outlet to an inlet because you would<br />
> be asking the object to process information that has not be generated yet).<br />
> If there is no feedback loop involved, [send~]/[receive~] adds zero delay.  At<br />
> some point, a patch proving this was posted, but I couldn&#8217;t find it.<br />
> <br />
> While [send~]/[receive~] has a lot more powerful features, it will take more<br />
> processor power than [send]/[receive].  So save [send~]/[receive~] only for<br />
> when you need one of these three features not covered by [s]/[r].<br />
> <br />
> Unfortunately, there is no [s~]/[r~] like there is in PureData.  I&#8217;m REALLY<br />
> hopping they add that to Max 5.<br />
> <br />
> I hope that helps, let me know if you have any more questions.<br />
> Quote: Chris Muir wrote on Sat, 12 April 2008 21:09<br />
> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
>> <br />
>> On Apr 12, 2008, at 6:15 PM, Don K wrote:<br />
>>> Is there anything like send and recieve, but for an audio signal?<br />
>>> My patch is getting tooooooo messy and could use some cleanup using<br />
>>> something like a send~/recieve~ set of objects.<br />
>> <br />
>> <br />
>> send and receive work for audio signals, and there is also send~ and<br />
>> receive~, which have the advantage/disadvantage of delaying by one<br />
>> signal vector (this can be useful in some patches).<br />
>> <br />
>> -C<br />
>> <br />
>> Chris Muir<br />
>> <a href="mailto:cbm@well.com">cbm@well.com</a> <br />
>> <a href="http://www.xfade.com" rel="nofollow">http://www.xfade.com</a><br />
>> <br />
>> <br />
>> <br />
>> <br />
>> <br />
>> <br />
>> <br />
> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> <br />
> <br />
> &#8211;<br />
> <br />
> Roth Michaels<br />
> &#8212;&#8212;&#8212;&#8212;-<br />
> <a href="mailto:roth@rothmichaels.us">roth@rothmichaels.us</a><br />
> <a href="http://www.rothmichaels.us" rel="nofollow">http://www.rothmichaels.us</a></maxmsp></roth></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126975</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126975</link>
					<pubDate>Sun, 13 Apr 2008 15:36:19 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Roth wrote on Sun, 13 April 2008 06:36<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Actually, the differences between send/receive and send~/receive~ are more in-depth than this.</p>
<p>Correct.</p>
<p>> Whether you are using send/receive with Max data or MSP signals, this is essentially the same as using a cable connection. At runtime, Max evaluates [send]s/[receive]s as cable connections.  </p>
<p>Not quite correct.</p>
<p>> (if it isn&#8217;t zero overhead, it is very little) </p>
<p>It is very little.</p>
<p>I have written code for sending messages to receive objects (similar to how message box handles the semi-colon). If I describe exactly what happens we will probably find the thread moved to the dev list, where the question &#8220;how do I program send/receive&#8221; has been discussed several times. The actual gory details are probably beyond the scope of this list.</p>
<p>
> The other advantage of [send~]/[receive~] Chris mentioned, but there is more to it than that.  [send~]/[receive~] do add a signal vector of delay, BUT ONLY if it is necessary to avoid a logical impossibility created by a feedback loop</p>
<p>An important point.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126976</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126976</link>
					<pubDate>Sun, 13 Apr 2008 18:21:28 +0000</pubDate>
					<dc:creator>Roth</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Peter Castine wrote on Sun, 13 April 2008 09:36<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Quote: Roth wrote on Sun, 13 April 2008 06:36<br />
> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> <br />
> > Whether you are using send/receive with Max data or MSP signals, this is essentially the same as using a cable connection. At runtime, Max evaluates [send]s/[receive]s as cable connections.  <br />
> <br />
> Not quite correct.<br />
> <br />
> > (if it isn&#8217;t zero overhead, it is very little) <br />
> <br />
> It is very little.<br />
> <br />
> I have written code for sending messages to receive objects (similar to how message box handles the semi-colon). If I describe exactly what happens we will probably find the thread moved to the dev list, where the question &#8220;how do I program send/receive&#8221; has been discussed several times. The actual gory details are probably beyond the scope of this list.</p>
<p>Yeah, I thought I read somewhere that it was like a cable connection, but I had a hard time believe that [send]/[receive] didn&#8217;t add anything for processor overhead.  Thanks for stepping in and correcting me.  Probably right about the thread moving, but I am curious about the exact differences between using cables vs. [send]/[receive] so I would love it if you have the time to explain this to me in a private email if not on the forum.  NO RUSH though, I&#8217;m in the midst of many other projects as I am sure you are too Peter but this is something I&#8217;ve been curious about for a while and I can&#8217;t pass up the opportunity to ask someone who may know.  So any time down the road if you have a chance to hip me up to this it would be very cool.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126977</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126977</link>
					<pubDate>Sun, 13 Apr 2008 22:53:00 +0000</pubDate>
					<dc:creator>DonK</dc:creator>

					<description>
						<![CDATA[
						<p>So I think I have a basic idea.<br />
The patch I&#8217;m working on now is an audio rate sequencer/synth/sample playback tool.<br />
If I understand correctly, I should send~ my main sync phaser, and any other timing crucial signals, but send/recieve are good enough for any noncritical timing and/or non-control audio signals?</p>
<p>If I want to make something a bit modular, with signal patching on the fly, are the standard send/receive objects good enough for that? For example, I have a few bpatchers, one with a VCF type module, and two ADSRs.  Eventually I want this to be a stand alone application, so editing the patch will not be possible.  <br />
Would I be better off setting the send name and using send~ rather than relying on the popup menu in s/r?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126978</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126978</link>
					<pubDate>Sun, 13 Apr 2008 23:00:53 +0000</pubDate>
					<dc:creator>Roth</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: DonK wrote on Sun, 13 April 2008 18:53<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> So I think I have a basic idea.<br />
> The patch I&#8217;m working on now is an audio rate sequencer/synth/sample playback tool.<br />
> If I understand correctly, I should send~ my main sync phaser, and any other timing crucial signals, but send/recieve are good enough for any noncritical timing and/or non-control audio signals?</p>
<p>send/receive should be fine for timing critical signals.  The only time you should run into problems is when you are creating feedback within your patch.  Examples would be some kinds of feedback FM and feedback delay, etc. (this would be a logical impossibility with send/receive or a patch cable&#8211;this is when send~/receive~ decides you need to add one signal vector of delay).  I realize this isn&#8217;t the best description, so if it isn&#8217;t clear maybe someone else can jump in or  I can try again tomorrow when I have the extra neurons to dedicate to clarity.</p>
<p>> If I want to make something a bit modular, with signal patching on the fly, are the standard send/receive objects good enough for that? For example, I have a few bpatchers, one with a VCF type module, and two ADSRs.  Eventually I want this to be a stand alone application, so editing the patch will not be possible.  <br />
> Would I be better off setting the send name and using send~ rather than relying on the popup menu in s/r?</p>
<p>If you want to reroute your signals on the fly while audio processing is turned on you MUST use send~/receive~.  Using send/receive to reroute while dsp is on will turn dsp off (I think that is what happens, either way, avoid using s/r for dynamic rerouting of audio).<br />
> <br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126979</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126979</link>
					<pubDate>Mon, 14 Apr 2008 03:17:47 +0000</pubDate>
					<dc:creator>Jean-Francois Charles</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126980</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126980</link>
					<pubDate>Wed, 16 Apr 2008 06:05:37 +0000</pubDate>
					<dc:creator>DonK</dc:creator>

					<description>
						<![CDATA[
						<p>thanks everyone.  i figured out everything i need to know for now about send vs send~ for now.  It&#8217;s definately cleaned up my spaghetti patching techniques.  these objects and bpatcher are now my bff (best friends forever).  And CPU load isn&#8217;t bad right now so I&#8217;m sticking to jeanfrancois&#8217;s rule for now.  A sound piece of advice&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126981</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126981</link>
					<pubDate>Wed, 16 Apr 2008 06:48:41 +0000</pubDate>
					<dc:creator>Roth</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126982</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126982</link>
					<pubDate>Wed, 16 Apr 2008 15:00:09 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Gary Lee Nelson schrieb:<br />
> Like this&#8230;</p>
<p>Please don&#8217;t do this unless there is a gain~ (closed) in the example. If <br />
you just open this on a powerbook you get immediately a high pitch <br />
hurting feedback&#8230; (there is a mic and speakers ready to go&#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/sendrecieve-audio-signals/#post-126983</guid>
					<title><![CDATA[Re: send/recieve audio signals?]]></title>
					<link>http://cycling74.com/forums/topic/sendrecieve-audio-signals/#post-126983</link>
					<pubDate>Wed, 16 Apr 2008 15:09:57 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry&#8230;that&#8217;s why I didn&#8217;t include audio on/off switches.</p>
<p>Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
<p>
> From: Stefan Tiedje <stefan -Tiedje@addcom.de><br />
> Reply-To: <maxmsp @cycling74.com><br />
> Date: Wed, 16 Apr 2008 17:00:09 +0200<br />
> To: </maxmsp><maxmsp @cycling74.com><br />
> Subject: Re: [maxmsp] Re:  send/recieve audio signals?<br />
> <br />
> Gary Lee Nelson schrieb:<br />
>> Like this&#8230;<br />
> <br />
> Please don&#8217;t do this unless there is a gain~ (closed) in the example. If<br />
> you just open this on a powerbook you get immediately a high pitch<br />
> hurting feedback&#8230; (there is a mic and speakers ready to go&#8230;)<br />
> <br />
> Stefan<br />
> <br />
> &#8212; <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 />
> &#8212; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
> &#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com<br />
> <br />
> </maxmsp></stefan></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

