<?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: loadbang #1</title>
		<atom:link href="http://cycling74.com/forums/topic/loadbang-1/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/loadbang-1/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 19:40:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-27657</guid>
					<title><![CDATA[loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-27657</link>
					<pubDate>Sun, 17 Sep 2006 13:44:45 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>hi</p>
<p>when in an abstraction i want to use a value as argument, i use a <br />
message box [#1], and to have this value output (when opening the <br />
patch) I use a loadbang.</p>
<p>but if i change the argument once the patch is opened (and in edit <br />
mode) how to have the sub-patch in abstraction &#8220;see&#8221; the new value?? <br />
(other than banging from the top level)</p>
<p>thanks</p>
<p>kasper</p>
<p>#P outlet 390 123 15 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P message 390 100 21 196617 $1;<br />
#P newex 390 74 48 196617 loadbang;<br />
#P connect 1 0 2 0;<br />
#P connect 0 0 1 0;<br />
#P window clipboard copycount 3;<br />
&#8211; <br />
  Kasper T. Toeplitz<br />
noise, composition, bass, computer</p>
<p><a href="http://www.sleazeArt.com" rel="nofollow">http://www.sleazeArt.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83863</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83863</link>
					<pubDate>Sun, 17 Sep 2006 17:40:20 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>hopefully i got you right.</p>
<p>typing a new argument into an objectbox reloads the abstraction<br />
and therefore reloadbangs the [# i] inside.</p>
<p>hm?</p>
<p>-110</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83864</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83864</link>
					<pubDate>Sun, 17 Sep 2006 17:59:35 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>>hopefully i got you right.<br />
><br />
>typing a new argument into an objectbox reloads the abstraction<br />
>and therefore reloadbangs the [# i] inside.</p>
<p>
yes, actually&#8230; which means i have another problem&#8230;..</p>
<p>if i save the enclosed patch as an abstraction ( I called it loadtest <br />
but could be anything) when i load it, or when i change the argument, <br />
the &#8220;print&#8221; inside of it reports the change&#8230;.. meaning you are <br />
right.</p>
<p>but a &#8220;print&#8221; at the outlet of the abstraction does not &#8220;see&#8221; anything&#8230;.</p>
<p>I am really puzzled there&#8230;..</p>
<p>thanks</p>
<p>kasper<br />
&#8211; <br />
  Kasper T. Toeplitz<br />
noise, composition, bass, computer</p>
<p><a href="http://www.sleazeArt.com" rel="nofollow">http://www.sleazeArt.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83865</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83865</link>
					<pubDate>Sun, 17 Sep 2006 18:01:10 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>><br />
><br />
>>hopefully i got you right.<br />
>><br />
>>typing a new argument into an objectbox reloads the abstraction<br />
>>and therefore reloadbangs the [# i] inside.<br />
><br />
><br />
>yes, actually&#8230; which means i have another problem&#8230;..<br />
><br />
>if i save the enclosed patch as an abstraction ( I called it <br />
>loadtest but could be anything) when i load it, or when i change the <br />
>argument, the &#8220;print&#8221; inside of it reports the change&#8230;.. meaning <br />
>you are right.<br />
><br />
>but a &#8220;print&#8221; at the outlet of the abstraction does not &#8220;see&#8221; anything&#8230;.<br />
><br />
>I am really puzzled there&#8230;..<br />
><br />
>thanks<br />
><br />
>kasper</p>
<p>humm, if i forget to paste the patch i guess i will stay puzzled even longer..</p>
<p>here it is</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 95 186 82 196617 print atloadtime;<br />
#P message 49 114 34 196617 1000;<br />
#P newex 49 93 32 196617 sel 0;<br />
#P newex 49 42 48 196617 loadbang;<br />
#P number 106 81 35 9 1 0 1 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 71 147 46 196617 / 1000.;<br />
#P message 49 72 47 196617 $1;<br />
#P inlet 106 61 15 0;<br />
#P outlet 71 208 15 0;<br />
#P connect 5 0 2 0;<br />
#P connect 2 0 6 0;<br />
#P connect 6 0 7 0;<br />
#P connect 6 1 3 0;<br />
#P fasten 4 0 3 0 111 132 76 132;<br />
#P fasten 7 0 3 0 54 132 76 132;<br />
#P connect 3 0 0 0;<br />
#P connect 3 0 8 0;<br />
#P connect 1 0 4 0;<br />
#P window clipboard copycount 9;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83866</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83866</link>
					<pubDate>Mon, 18 Sep 2006 00:13:47 +0000</pubDate>
					<dc:creator>Drsbaitso</dc:creator>

					<description>
						<![CDATA[
						<p>deferlow is the answer&#8230;.</p>
<p>&#8211;=&#8211;=&#8212;&#8212;=&#8211;=&#8212;&#8212;=&#8211;=&#8212;&#8212;=&#8211;=&#8212;&#8212;=&#8211;=&#8212;&#8212;=&#8211;=&#8212;-<br />
#P window setfont &#8220;MS Sans Serif&#8221; 10.;<br />
#P window linecount 1;<br />
#P newex 64 71 48 8585226 deferlow;<br />
#P newex 130 244 82 8585226 print atloadtime;<br />
#P message 49 157 32 8585226 1000;<br />
#P newex 64 122 30 8585226 sel 0;<br />
#P newex 64 47 52 8585226 loadbang;<br />
#P number 106 124 35 10 1 0 1 131 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 106 205 46 8585226 / 1000.;<br />
#P message 64 101 21 8585226 $1;<br />
#P inlet 106 104 15 0;<br />
#P outlet 106 266 15 0;<br />
#P connect 3 0 0 0;<br />
#P connect 3 0 8 0;<br />
#P connect 1 0 4 0;<br />
#P connect 7 0 3 0;<br />
#P connect 4 0 3 0;<br />
#P connect 6 1 3 0;<br />
#P connect 6 0 7 0;<br />
#P connect 2 0 6 0;<br />
#P connect 9 0 2 0;<br />
#P connect 5 0 9 0;<br />
#P window clipboard copycount 10;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83867</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83867</link>
					<pubDate>Mon, 18 Sep 2006 00:16:38 +0000</pubDate>
					<dc:creator>Drsbaitso</dc:creator>

					<description>
						<![CDATA[
						<p>for me, i&#8217;ve noticed hundreds of times that deferlow was the answer to these sorts of problems where the situation seems like it would logically work yet for no reason other than being stubborn they don&#8217;t.  Now, why that&#8217;s the case I may never know, but I&#8217;ve just come to accept it as some sort of Max essential wisdom. </p>
<p>Jihadly yours,</p>
<p>Dr_Sbaitso</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83868</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83868</link>
					<pubDate>Mon, 18 Sep 2006 02:45:18 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>
> the &#8220;print&#8221; inside of it reports the change&#8230;.. meaning you are <br />
> right.<br />
> <br />
> but a &#8220;print&#8221; at the outlet of the abstraction does not &#8220;see&#8221; anything&#8230;.<br />
> <br />
> I am really puzzled there&#8230;..</p>
<p>
this seems to be reproducable on the magic 110 computer.</p>
<p>a [pipe 0] helps &#8211; or a delay 0 behind the loadbang.</p>
<p>i am used to do this from bpatchers (in conjuntion with<br />
plug-in initialisation) but i am surprised i <br />
never noticed it with abstractions before.</p>
<p>now lets find an explanation for this &#8230; hm.</p>
<p>ah yes, maybe &#8230; i think the outer print _does_not_ <br />
know_that_it_is_connected_ to the abstraction, when you <br />
click in the main patch to release the object box<br />
of the subpatch, the loadbang comes first, then the<br />
outlets are connected to the upper level.</p>
<p>-110</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83869</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83869</link>
					<pubDate>Mon, 18 Sep 2006 02:47:54 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>
those who do not search for wisdom <br />
have little hope to find some.</p>
<p>
konfuzius 110</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83870</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83870</link>
					<pubDate>Mon, 18 Sep 2006 03:32:31 +0000</pubDate>
					<dc:creator>Drsbaitso</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83871</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83871</link>
					<pubDate>Mon, 18 Sep 2006 11:30:51 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Roman Thilenius wrote:<br />
> a [pipe 0] helps &#8211; or a delay 0 behind the loadbang.</p>
<p>a deferlow instead of pipe will save you some grey hairs. As far as I <br />
know the pipe problems haven&#8217;t been resolved yet, and it would work with <br />
any kind of message, not only numbers and for sure is a million times <br />
more CPU saving&#8230;</p>
<p>> now lets find an explanation for this &#8230; hm.<br />
> <br />
> ah yes, maybe &#8230; i think the outer print _does_not_ <br />
> know_that_it_is_connected_ to the abstraction, when you <br />
> click in the main patch to release the object box<br />
> of the subpatch, the loadbang comes first, then the<br />
> outlets are connected to the upper level.</p>
<p>There was a thread about the order of execution of loadbangs, and as far <br />
as I remember its an isuue on the to-do lists of cycling&#8230;</p>
<p>It also explains why deferlow works&#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/loadbang-1/#post-83872</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83872</link>
					<pubDate>Mon, 18 Sep 2006 11:31:57 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>James Aldridge wrote:<br />
> knofunctuous?</p>
<p>No, Konfusionzius&#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/loadbang-1/#post-83873</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83873</link>
					<pubDate>Mon, 18 Sep 2006 17:25:57 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>
> James Aldridge wrote:<br />
> > knofunctuous?<br />
> <br />
> No, Konfusionzius&#8230;<br />
> <br />
> Stefan</p>
<p>stefan, what has this french food done to you!</p>
<p>when we type a new argument into a messagebox<br />
we do not need to watch out for &#8220;CPU saving&#8221;<br />
unless it is a french patch.</p>
<p>i am sorry about all those problems on OS X but <br />
on my OS 9 machine the [delay] object does _not <br />
have any problems. :)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83874</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83874</link>
					<pubDate>Mon, 18 Sep 2006 22:28:17 +0000</pubDate>
					<dc:creator>peterreidlists</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;d like to take this opportunity to mention the [loadmess] object for those<br />
that don&#8217;t know it.  (writing [loadmess #1] would save the use of one<br />
message box!!!)</p>
<p>Pete</p>
<p>#P window setfont &#8220;Lucida Grande&#8221; 10.;<br />
#P window linecount 1;<br />
#P newex 15 50 48 10 deferlow;<br />
#P newex 81 218 96 10 print atloadtime;<br />
#P message 0 131 32 10 1000;<br />
#P newex 15 96 30 10 sel 0;<br />
#P newex 15 24 71 10 loadmess $1;<br />
#P number 57 98 35 10 1 0 1 0 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 57 179 46 10 / 1000.;<br />
#P inlet 57 78 15 0;<br />
#P outlet 57 240 15 0;<br />
#P connect 8 0 5 0;<br />
#P connect 4 0 8 0;<br />
#P connect 5 0 6 0;<br />
#P connect 5 1 2 0;<br />
#P connect 3 0 2 0;<br />
#P connect 6 0 2 0;<br />
#P connect 1 0 3 0;<br />
#P connect 2 0 7 0;<br />
#P connect 2 0 0 0;<br />
#P window clipboard copycount 9;</p>
<p>
On 9/18/06, Roman Thilenius <laut_leise @gmx.net> wrote:<br />
><br />
><br />
><br />
> > James Aldridge wrote:<br />
> > > knofunctuous?<br />
> ><br />
> > No, Konfusionzius&#8230;<br />
> ><br />
> > Stefan<br />
><br />
><br />
><br />
> stefan, what has this french food done to you!<br />
><br />
> when we type a new argument into a messagebox<br />
> we do not need to watch out for &#8220;CPU saving&#8221;<br />
> unless it is a french patch.<br />
><br />
> i am sorry about all those problems on OS X but<br />
> on my OS 9 machine the [delay] object does _not<br />
> have any problems. :)<br />
><br />
><br />
><br />
><br />
><br />
> &#8211;<br />
> &#8220;Volume is Always Green, Pan is Always the Same Knob.&#8221;<br />
></laut_leise></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83875</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83875</link>
					<pubDate>Tue, 19 Sep 2006 06:44:17 +0000</pubDate>
					<dc:creator>Drsbaitso</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: peterreidlists wrote on Mon, 18 September 2006 15:28<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> I&#8217;d like to take this opportunity to mention the [loadmess] object </p>
<p>It&#8217;s a doozie!! ;)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83876</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83876</link>
					<pubDate>Tue, 19 Sep 2006 07:46:01 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>loadmess is cute, but don&#8217;t forget that it was first introduced in  <br />
4.5.5 or so.</p>
<p>If you share patches with people who are still using pre-OS X  <br />
hardware, loadmess is going to be one of those things that you will  <br />
want to avoid or write an abstraction to emulate.</p>
<p>On 19-Sep-2006, at 0:28, Peter Reid wrote:</p>
<p>> I&#8217;d like to take this opportunity to mention the [loadmess] object  <br />
> for those that don&#8217;t know it.  (writing [loadmess #1] would save  <br />
> the use of one message box!!!)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;    <a href="http://www.bek.no/~pcastine/Litter/" rel="nofollow">http://www.bek.no/~pcastine/Litter/</a>    &#8212;&#8212;&#8212;&#8212;-<br />
Peter Castine             +&#8211;> Litter Power &#038; Litter Bundle for Jitter<br />
                                Universal Binaries on the way<br />
iCE:  Sequencing,  Recording &#038;<br />
       Interface  Building  for                   |home    | chez nous|<br />
       Max/MSP   Extremely cool                   |bei uns |  i nostri|<br />
       <a href="http://www.dspaudio.com/" rel="nofollow">http://www.dspaudio.com/</a>                   <a href="http://www.castine.de" rel="nofollow">http://www.castine.de</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83877</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83877</link>
					<pubDate>Tue, 19 Sep 2006 08:22:00 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>Er, bleah. If one refrains from using all post-Max 4.1 features, out  <br />
of concern for those still using OS9 versions of Max, that rules out  <br />
an amazing mess of stuff. But hey, if you want to reproduce  <br />
pattrstorage using Max 4.0 objects, go crazy.</p>
<p>I&#8217;m sympathetic to those using old versions of the software, and if I  <br />
were doing a particular project for such a person, I would certainly  <br />
keep those limitations in mind (I&#8217;m sure Peter has an annotated list  <br />
of new features and objects to be avoided for each point release  <br />
since Max 3.5, updated quarterly). But to generally recommend that  <br />
people avoid all new, dare I say >>useful< < features that have arisen  <br />
in the past 5 years of Max development when doing general day-to-day  <br />
patching is, IMHO, silly.</p>
<p>Of course, Peter knew I would take the bait and has a wry reply  <br />
waiting&#8230;</p>
<p>jb</p>
<p>Am 19.09.2006 um 09:46 schrieb Peter Castine:</p>
<p>> loadmess is cute, but don&#8217;t forget that it was first introduced in  <br />
> 4.5.5 or so.<br />
><br />
> If you share patches with people who are still using pre-OS X  <br />
> hardware, loadmess is going to be one of those things that you will  <br />
> want to avoid or write an abstraction to emulate.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83878</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83878</link>
					<pubDate>Tue, 19 Sep 2006 08:37:15 +0000</pubDate>
					<dc:creator>Drsbaitso</dc:creator>

					<description>
						<![CDATA[
						<p>Hear ye, hear ye! If need be, the Os9erZ can create a loadmess abstraction with ease!</p>
<p>Peter is quite the wryly wryer I must say.  If I wake up on the right side of the bed, some of his replies can be pretty funny so long as I haven&#8217;t had my coffee yet!</p>
<p>James</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83879</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83879</link>
					<pubDate>Tue, 19 Sep 2006 08:41:20 +0000</pubDate>
					<dc:creator>Trond Lossius</dc:creator>

					<description>
						<![CDATA[
						<p>Why on earth would anyone these days want to keep running Max under OS9? <br />
I had to step down for an installation 2 years ago (because we needed to <br />
daisy chain several sound cards, something that was impossible at the <br />
time in OSX) and it was not a pleasant encounter: System freezes, USB <br />
problems, MIDI dying, crashes requiring reboots. It is the only <br />
installation I have done in the last three years that have behaved badly <br />
in terms of stability, and we needed someone to attend the installation <br />
continuously. The concept of the installation were dealing with system <br />
failures, crashes, glitches, etc., so it was sort of fitting, but still&#8230;</p>
<p>The OSX system is so much more stable than OS9, and Max has also <br />
improved a lot over the last three years, not only in terms of new <br />
features added, but also stability. So unless one can&#8217;t afford a newer <br />
computer (which is fair) I have problems understanding why anyone would <br />
want to stick with OS9. And I will be very surprised if anyone manage to <br />
convince me otherwise.</p>
<p>Best,<br />
Trond</p>
<p>Jeremy Bernstein wrote:<br />
> Er, bleah. If one refrains from using all post-Max 4.1 features, out <br />
> of concern for those still using OS9 versions of Max, that rules out <br />
> an amazing mess of stuff. But hey, if you want to reproduce <br />
> pattrstorage using Max 4.0 objects, go crazy.<br />
><br />
> I&#8217;m sympathetic to those using old versions of the software, and if I <br />
> were doing a particular project for such a person, I would certainly <br />
> keep those limitations in mind (I&#8217;m sure Peter has an annotated list <br />
> of new features and objects to be avoided for each point release since <br />
> Max 3.5, updated quarterly). But to generally recommend that people <br />
> avoid all new, dare I say >>useful< < features that have arisen in the <br />
> past 5 years of Max development when doing general day-to-day patching <br />
> is, IMHO, silly.<br />
><br />
> Of course, Peter knew I would take the bait and has a wry reply <br />
> waiting&#8230;<br />
><br />
> jb<br />
><br />
> Am 19.09.2006 um 09:46 schrieb Peter Castine:<br />
><br />
>> loadmess is cute, but don&#8217;t forget that it was first introduced in <br />
>> 4.5.5 or so.<br />
>><br />
>> If you share patches with people who are still using pre-OS X <br />
>> hardware, loadmess is going to be one of those things that you will <br />
>> want to avoid or write an abstraction to emulate.<br />
><br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83880</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83880</link>
					<pubDate>Tue, 19 Sep 2006 09:04:39 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>and for the record, loadmess have been introduced in 4.5 :-)</p>
<p>Cheers,<br />
ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83881</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83881</link>
					<pubDate>Tue, 19 Sep 2006 09:21:07 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>
On 19 sept. 06, at 10:41, Trond Lossius wrote:</p>
<p>> Why on earth would anyone these days want to keep running Max under <br />
> OS9?</p>
<p>I use on stage an old powerbook 145b to display informations for <br />
musicians (connected thru MIDI to another computer). It&#8217;s an easy, <br />
_totally_ silent, stable, and cheap solution. And the Os is even <br />
system7. I build standalones for this laptop with my good old Max3 <br />
running on an old Mac clone under OS8.6.</p>
<p>And as we don&#8217;t have much money, we still use our old Mac8500s, under <br />
OS8.6. If we need small machines for installations running during <br />
monthes, they are just perfect.</p>
<p>My copy of CW runs under OS8.6 and I was still using it to do externals <br />
for Max4.5 (with Max4.6, I have to use XCode!) not so long ago. I had <br />
no reason to pay for an upgrade.</p>
<p>There are also people around me who didn&#8217;t want to spend more money for <br />
Max and stopped buying updates (some of them use Max only a few hours a <br />
moonth, for small projects). If I have to do patches for them, then I <br />
have to avoid new objects, event if they are very handy.</p>
<p>But when I work under OS Max4.5, then of course I&#8217;m very happy to use <br />
the newest objects.</p>
<p>To answer your question, people still use Max under OS9 because of <br />
money! And I still drive a small old car for the very same reason.</p>
<p>
p</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83882</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83882</link>
					<pubDate>Tue, 19 Sep 2006 13:45:56 +0000</pubDate>
					<dc:creator>peterreidlists</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the info everyone.</p>
<p> &#8230;(I&#8217;m sure Peter has an annotated list<br />
> of new features and objects to be avoided for each point release<br />
> since Max 3.5, updated quarterly) &#8230;</p>
<p>
&#8230;</p>
<p>> jb<br />
><br />
><br />
Seriously- is there a list like this anywhere?!</p>
<p>Also,<br />
is it possible to get old versions of Max still?  I have a few old boxes I&#8217;d<br />
love to resurrect.</p>
<p>sorry to go so OT</p>
<p>Pete</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83883</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83883</link>
					<pubDate>Tue, 19 Sep 2006 15:16:55 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>On 19-Sep-2006, at 10:22, Jeremy Bernstein wrote:<br />
> I&#8217;m sure Peter has an annotated list of new features and objects to  <br />
> be avoided for each point release since Max 3.5, updated quarterly).</p>
<p>For better or worse I rely on my memory.</p>
<p>You&#8217;re all gonna miss me when I&#8217;m dead and gone.-</p>
<p>> But to generally recommend that people avoid all new, dare I say  <br />
> >>useful< < features that have arisen in the past 5 years of Max  <br />
> development when doing general day-to-day patching is, IMHO, silly.</p>
<p>Nothing wry or witty today, sorry.</p>
<p>Nor would I recommend that people avoid useful features. Rather, I  <br />
feel it&#8217;s worth *balancing* utility and backwards compatibility. And  <br />
on this front, while loadmess is nice, I wouldn&#8217;t rate it super-high  <br />
in utility level. Compared to loadbang -> messagebox it saves a grand  <br />
total one object and one patch cord. That&#8217;s not the same utility gain  <br />
as, say pfft~ (remember patching fourfold overlapping Hanning windows  <br />
with fft~/ifft~ ?).</p>
<p>How high backwards compatibility weighs in the equation is something  <br />
people have to answer for themselves. For people who only ever write  <br />
patches for themselves and one Max installation, it&#8217;s not an issue.  <br />
The more your work is distributed over different machines and  <br />
different clients, the more it is an issue.</p>
<p>
On 19-Sep-2006, at 10:37, James Aldridge wrote:<br />
> Hear ye, hear ye! If need be, the Os9erZ can create a loadmess  <br />
> abstraction with ease!</p>
<p>With ease, eh? Including anything from 1 to 255 arguments?</p>
<p>We&#8217;re waiting. (But, no, I&#8217;m not holding my breath.)</p>
<p>
On 19-Sep-2006, at 10:41, Trond Lossius wrote:<br />
> Why on earth would anyone these days want to keep running Max under  <br />
> OS9?</p>
<p>Wrong modal verb, Trond. I daresay (almost) everybody here *wants* to  <br />
have a few 17&#8243; 2.16GHz MacBook Pros to work with.</p>
<p>Are you offering to buy one, plus the next Max/MSP upgrade, plus OS  <br />
10.5 (whenever it comes) for everyone on the list?</p>
<p>There are innumerable reasons why people *need* to run older hardware  <br />
and software. Money is merely the most obvious reason, but it&#8217;s  <br />
hardly the only one. And in many cases the people programming Max are  <br />
not the people who make the decisions about what hardware their  <br />
patches will be run on, as I&#8217;m sure you&#8217;re aware.</p>
<p>> OSX system is so much more stable</p>
<p>Red flag time.</p>
<p>In general, yes, OS X is more stable. But I&#8217;ve had System 8.6 (not to  <br />
mention System 6.0.7) machines that *in a specific configuration*  <br />
were every bit as stable for particular tasks. Our backup server  <br />
hasn&#8217;t seen a crash for years (a claim I cannot make about any OS X  <br />
machine here) and it&#8217;s running System 8.6. Alas, AppleShare on OS  <br />
10.4 won&#8217;t play nice with older AShare implementations, so I need to  <br />
find a new backup solution.-(</p>
<p>At least my Lombard never spontaneously combusted. Have you seen the  <br />
videos of those burning SONY batteries?</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8211;    <a href="http://www.bek.no/~pcastine/Litter/" rel="nofollow">http://www.bek.no/~pcastine/Litter/</a>    &#8212;&#8212;&#8212;&#8212;-<br />
Peter Castine             +&#8211;> Litter Power &#038; Litter Bundle for Jitter<br />
                                Universal Binaries on the way<br />
iCE:  Sequencing,  Recording &#038;<br />
       Interface  Building  for                   |home    | chez nous|<br />
       Max/MSP   Extremely cool                   |bei uns |  i nostri|<br />
       <a href="http://www.dspaudio.com/" rel="nofollow">http://www.dspaudio.com/</a>                   <a href="http://www.castine.de" rel="nofollow">http://www.castine.de</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/loadbang-1/#post-83884</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83884</link>
					<pubDate>Tue, 19 Sep 2006 19:05:04 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Roman Thilenius wrote:<br />
> stefan, what has this french food done to you!</p>
<p>French food? I have to cook myself, french food is either only available <br />
for the upper 100 class or overpriced and bad (at least here in Paris).<br />
Fortunately I like to cook, its like making music&#8230;</p>
<p>> i am sorry about all those problems on OS X but <br />
> on my OS 9 machine the [delay] object does _not <br />
> have any problems. :)</p>
<p>I was reffering to pipe, not delay.</p>
<p>If even Joshua acknowledges a problem&#8230; ( <a href="http://tinyurl.com/s8ezj" rel="nofollow">http://tinyurl.com/s8ezj</a> )</p>
<p>The advantage of deferlow over delay: it accepts any message.<br />
The advantage of deferlow over pipe: it does not need the overhead to <br />
remember possibly 1000 events (only numbers, no messages) and you only <br />
want to delay a single event&#8230;<br />
If you need several scheduler ticks to get something working (if you set <br />
pipe or delay to a value bigger than 0). Then its better to rethink the <br />
logic of the patch.<br />
Though I must admit some objects still miss a bang when loaded. vst~ for <br />
example (some plugs are really big&#8230;), that could force you to delay <br />
(but never to pipe)&#8230;</p>
<p>pipe is fine for the original purpose, but bad for repairing things&#8230;</p>
<p>And for really stable music making machines I can recommend an Atari <br />
with CLab software. (not to forget M and Jam which ran on those machines <br />
as well&#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/loadbang-1/#post-83885</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83885</link>
					<pubDate>Tue, 19 Sep 2006 21:38:22 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Patrick Delges wrote:<br />
> To answer your question, people still use Max under OS9 because of <br />
> money! And I still drive a small old car for the very same reason.</p>
<p>In general I am very much into using gear as long as possible, and as <br />
long the old machine runs&#8230;</p>
<p>But I would hesitate to get into old gear again. And I just use the <br />
newest stuff for whatever I pull out now&#8230;</p>
<p>For paid efforts, its always cheaper to by a new machine than to adapt <br />
existing goodies to an old machine&#8230;</p>
<p>And if update prices are a concern, then its better to switch to Pd. <br />
Linux will run well on pretty old x86 hardware too, but you can always <br />
run the newest Pd on it.</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/loadbang-1/#post-83886</guid>
					<title><![CDATA[Re: loadbang #1]]></title>
					<link>http://cycling74.com/forums/topic/loadbang-1/#post-83886</link>
					<pubDate>Wed, 20 Sep 2006 13:01:23 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>
> I was reffering to pipe, not delay.<br />
> <br />
> If even Joshua acknowledges a problem&#8230; ( </p>
<p>
right, [pipe] needs like a giaghertz or so and that<br />
probably makes it unusable for initialisation of live<br />
performance patches. ;)</p>
<p>
> The advantage of deferlow over delay: it accepts any message.</p>
<p>
the avantage of [delay] is that it is available for OS 9.</p>
<p>
> remember possibly 1000 events (only numbers, no messages) and </p>
<p>
normally there is only one loadbang in an abstraction, but i can<br />
see how speed would matter with 1000.<br />
(it is always good to learn new things about [pipe] but at the<br />
moment my main idea of this thread is [argueing with stefan~] )</p>
<p>
> Though I must admit some objects still miss a bang when loaded. vst~ for <br />
> example (some plugs are really big&#8230;)</p>
<p>
thats only a matter of order.<br />
unfortunately &#8220;plug-in has been finished loading&#8221; isnt part of<br />
the VST specs &#8230; we could need that well for [vst~].</p>
<p>
>> pipe is fine for the original purpose, but bad for repairing things&#8230;</p>
<p>
i am good in braking things.</p>
<p>-110</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

