<?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: Patcher Feedback</title>
		<atom:link href="http://cycling74.com/forums/topic/patcher-feedback/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/patcher-feedback/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 22:50:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-34784</guid>
					<title><![CDATA[Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-34784</link>
					<pubDate>Wed, 28 Nov 2007 10:01:19 +0000</pubDate>
					<dc:creator>Eric Lyon</dc:creator>

					<description>
						<![CDATA[
						<p>It appears that it is impossible to directly connect an output from a patcher back to one of its inputs. It is necessary to put some object in between. One might wish to make a direct connection for aesthetic reasons (see the algorithm diagrams for the DX-7). Has this been discussed elsewhere? I could find no mention of it in the usual places.</p>
<p>4.6.3 / OS X 10.4.10</p>
<p>
Eric</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 112 148 43 196617 delay 1;<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 144 163 15 0;<br />
#P inlet 143 60 15 0;<br />
#P pop;<br />
#P newobj 112 118 50 196617 p feedme;<br />
#P window linecount 3;<br />
#P comment 171 122 183 196617 cannot directly connect patcher output to input , but if the delay were inside the patcher , shouldn&#8217;t this be legal?;<br />
#P fasten 2 0 1 0 117 176 101 176 101 105 117 105;<br />
#P connect 1 0 2 0;<br />
#P window clipboard copycount 3;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-117894</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117894</link>
					<pubDate>Wed, 28 Nov 2007 10:49:45 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>
On 28 nov. 07, at 11:01, Eric Lyon wrote:</p>
<p>><br />
> It appears that it is impossible to directly connect an output from a <br />
> patcher back to one of its inputs. It is necessary to put some object <br />
> in between. One might wish to make a direct connection for aesthetic <br />
> reasons (see the algorithm diagrams for the DX-7). Has this been <br />
> discussed elsewhere? I could find no mention of it in the usual <br />
> places.</p>
<p>If it&#8217;s for aesthetic reasons, you could use Imageburger to replace the <br />
[delay] object with a picture (even a couple of white pixels), and <br />
reduce this picture&#8217;s height to almost nothing.<br />
But I just tried this idea and get error messages in Max&#8217; console <br />
(about gworld) when the picture is reduced to 1 pixel height, and even <br />
a crash&#8230; So be carefull!</p>
<p>Not sure if it&#8217;s usefull to send a bug report, as Max&#8217; UI will change <br />
soon. But just in case:</p>
<p>Thread 7 Crashed:<br />
0   com.cycling74.MaxMSP46         	0x001b773c bitwrap_interp + 0xd50 <br />
(bitwrap.c:721)<br />
1   com.cycling74.MaxMSP46         	0x0017b464 <br />
boximage_interp(_boximage_thread_info*) + 0&#215;78 (boximage.c:353)<br />
2   com.cycling74.MaxMSP46         	0x0014d838 <br />
systhread_threadproc(void*) + 0x4c (systhread.c:212)<br />
3   libSystem.B.dylib              	0&#215;90024930 _pthread_body + 0&#215;28</p>
<p>
_____________________________<br />
Patrick Delges</p>
<p>Centre de Recherches et de Formation Musicales de Wallonie asbl</p>
<p><a href="http://www.crfmw.be/max" rel="nofollow">http://www.crfmw.be/max</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-117895</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117895</link>
					<pubDate>Wed, 28 Nov 2007 12:23:42 +0000</pubDate>
					<dc:creator>notyouraveragejoe</dc:creator>

					<description>
						<![CDATA[
						<p>Why do you want to do this instead of simply connecting it up within the<br />
patcher itself?</p>
<p>On 28/11/2007, Eric Lyon <e .lyon@qub.ac.uk> wrote:<br />
><br />
><br />
> It appears that it is impossible to directly connect an output from a<br />
> patcher back to one of its inputs. It is necessary to put some object in<br />
> between. One might wish to make a direct connection for aesthetic reasons<br />
> (see the algorithm diagrams for the DX-7). Has this been discussed<br />
> elsewhere? I could find no mention of it in the usual places.<br />
><br />
> 4.6.3 / OS X 10.4.10<br />
><br />
><br />
> Eric<br />
><br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P window linecount 1;<br />
> #P newex 112 148 43 196617 delay 1;<br />
> #N vpatcher 20 74 620 474;<br />
> #P outlet 144 163 15 0;<br />
> #P inlet 143 60 15 0;<br />
> #P pop;<br />
> #P newobj 112 118 50 196617 p feedme;<br />
> #P window linecount 3;<br />
> #P comment 171 122 183 196617 cannot directly connect patcher output to<br />
> input , but if the delay were inside the patcher , shouldn&#8217;t this be<br />
> legal?;<br />
> #P fasten 2 0 1 0 117 176 101 176 101 105 117 105;<br />
> #P connect 1 0 2 0;<br />
> #P window clipboard copycount 3;<br />
><br />
><br />
></e></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-117896</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117896</link>
					<pubDate>Wed, 28 Nov 2007 13:09:31 +0000</pubDate>
					<dc:creator>Eric Lyon</dc:creator>

					<description>
						<![CDATA[
						<p>> Why do you want to do this instead of simply connecting it up within the<br />
> patcher itself?<br />
> <br />
> </p>
<p>The point is that you can&#8217;t. </p>
<p>Eric</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-117897</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117897</link>
					<pubDate>Wed, 28 Nov 2007 18:09:03 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>i.e. Max won&#8217;t let you.</p>
<p>
On 11/28/07 8:09 AM, &#8220;Eric Lyon&#8221; <e .lyon@qub.ac.uk> wrote:</e></p>
<p>> <br />
>> Why do you want to do this instead of simply connecting it up within the<br />
>> patcher itself?<br />
>> <br />
>> <br />
> <br />
> The point is that you can&#8217;t.<br />
> <br />
> Eric</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>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-117898</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117898</link>
					<pubDate>Thu, 29 Nov 2007 10:44:29 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Patrick Delges schrieb:<br />
> If it&#8217;s for aesthetic reasons, you could use Imageburger to replace the <br />
> [delay] object with a picture (even a couple of white pixels), and <br />
> reduce this picture&#8217;s height to almost nothing.</p>
<p>To make something invisible I use cmd-k on an object, much more <br />
crashproof than the method you tried, and way faster to achieve as <br />
well&#8230; ;-)</p>
<p>The feedback prevention is buggin&#8217; me sometimes, but any object <br />
inbetween does do the trick (for normal Max objects). Maybe its to <br />
remind you of possible problems (stack overflow could happen, the order <br />
of execution is different than you think, because Max will push stuff on <br />
the stack before advancing etc&#8230;)<br />
With MSP objects it would of course even silence the part of the DSP <br />
chain if a normal object is inbetween. Lots of discussion about that on <br />
the list&#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/patcher-feedback/#post-117899</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117899</link>
					<pubDate>Thu, 29 Nov 2007 11:03:12 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>The point is that you can&#8217;t.</p>
<p>Mattijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-117900</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117900</link>
					<pubDate>Thu, 29 Nov 2007 12:10:19 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>
On 29 nov. 07, at 11:44, Stefan Tiedje wrote:</p>
<p>> Patrick Delges schrieb:<br />
>> If it&#8217;s for aesthetic reasons, you could use Imageburger to replace <br />
>> the [delay] object with a picture (even a couple of white pixels), <br />
>> and reduce this picture&#8217;s height to almost nothing.<br />
><br />
> To make something invisible I use cmd-k on an object, much more <br />
> crashproof than the method you tried, and way faster to achieve as <br />
> well&#8230; ;-)</p>
<p>For aestheic reasons, I proposed a solution were the gap in the patch <br />
cord is as small as possible (you can&#8217;t change the height of a [delay] <br />
object box, only change the font size to something very small). Another <br />
way is to paste a picture, representing a patch cord, on the gap. In <br />
that case, you can of course simply hide the object.</p>
<p>_____________________________<br />
Patrick Delges</p>
<p>Centre de Recherches et de Formation Musicales de Wallonie asbl</p>
<p><a href="http://www.crfmw.be/max" rel="nofollow">http://www.crfmw.be/max</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-117901</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117901</link>
					<pubDate>Thu, 29 Nov 2007 17:52:50 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>This &#8220;limitation&#8221; has been with us so long that I suspect it was the very first attempt at preventing bad patches from generating stack overflow. Don&#8217;t forget that back in those days stack overflow could not only crash Max, but it could bring the whole OS to a grinding halt. You would consider yourself lucky to get nothing more serious than the classic Bomb Alert (&#8220;A serious system error has occured&#8230;&#8221;). </p>
<p>Those were the days.</p>
<p>With time more selective Stack Overflow detection has become available, and OSs on microcomputers have become more stable.</p>
<p>The following is one way of circumventing this protection mechanism. It may or may not be useful in your circumstances. Use with care in any case.</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 249 71 33 196617 r foo;<br />
#P newex 232 120 33 196617 s foo;<br />
#P newex 232 96 27 196617 !-;<br />
#P connect 2 0 0 1;<br />
#P connect 0 0 1 0;<br />
#P window clipboard copycount 3;</p>
<p>&#8211; P.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/patcher-feedback/#post-117902</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117902</link>
					<pubDate>Thu, 29 Nov 2007 22:12:59 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Patrick Delges schrieb:<br />
> For aestheic reasons, I proposed a solution were the gap in the patch <br />
> cord is as small as possible (you can&#8217;t change the height of a [delay] <br />
> object box, only change the font size to something very small). Another <br />
> way is to paste a picture, representing a patch cord, on the gap. In <br />
> that case, you can of course simply hide the object.</p>
<p>As its for a feedback you don&#8217;t need to, as the gap is actually negative <br />
and two chords look like one&#8230; :</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P hidden newex 163 153 25 196617 int;<br />
#P newex 108 153 50 196617 +;<br />
#P fasten 1 0 0 1 168 142 153 142;<br />
#P fasten 0 0 1 0 113 179 168 179;<br />
#P window clipboard copycount 2;</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/patcher-feedback/#post-117903</guid>
					<title><![CDATA[Re: Patcher Feedback]]></title>
					<link>http://cycling74.com/forums/topic/patcher-feedback/#post-117903</link>
					<pubDate>Fri, 30 Nov 2007 07:58:17 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>
On 29 nov. 07, at 23:12, Stefan Tiedje wrote:</p>
<p>> Patrick Delges schrieb:<br />
>> For aestheic reasons, I proposed a solution were the gap in the patch <br />
>> cord is as small as possible (you can&#8217;t change the height of a <br />
>> [delay] object box, only change the font size to something very <br />
>> small). Another way is to paste a picture, representing a patch cord, <br />
>> on the gap. In that case, you can of course simply hide the object.<br />
><br />
> As its for a feedback you don&#8217;t need to, as the gap is actually <br />
> negative and two chords look like one&#8230; :</p>
<p>Nice!<br />
_____________________________<br />
Patrick Delges</p>
<p>Centre de Recherches et de Formation Musicales de Wallonie asbl</p>
<p><a href="http://www.crfmw.be/max" rel="nofollow">http://www.crfmw.be/max</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

