<?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: To Abstract or Not To Abstract, this is my question</title>
		<atom:link href="http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 01:59:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-56797</guid>
					<title><![CDATA[To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-56797</link>
					<pubDate>Mon, 02 May 2011 15:21:52 +0000</pubDate>
					<dc:creator>gwsounddsg</dc:creator>

					<description>
						<![CDATA[
						<p>So as I come to a close on this really big patch I&#8217;m creating (which will soon be a standalone app) I cant help but wonder&#8230;</p>
<p>The awesome thing about abstractions is that you can have many instances of a single patch where you can edit the original and all will be updated.  This is great!  But with my patch having 16 instances of an abstraction containing 48 instances of one abstraction, 1 instance of another and 5 of another it quickly adds up.</p>
<p>So My question is this: is it more cpu intensive to open an abstraction compared to having an abstractions contents in the main patch?  In short, will my patch open quicker if it had no/less abstractions?  Does anyone know the difference in time via milliseconds? </p>
<p>I really dont want to go through and embed all of my abstractions if it will be all for 10ms, but currently its taking around 30-40 seconds to open my patch even as a standalone app and a computer with a decent processor and ram.</p>
<p>GW</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203564</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203564</link>
					<pubDate>Mon, 02 May 2011 16:17:01 +0000</pubDate>
					<dc:creator>Anthony Palomba</dc:creator>

					<description>
						<![CDATA[
						<p>Well if the abstraction is already in memory, it does not<br />
have to load it again off of disk. So it may not be<br />
taking as much as you think to load it. I assume the<br />
programmers at cycling74 have enough smarts to cache loaded<br />
abstractions.</p>
<p>In fact if you embedded it, the patcher loader would be forced to<br />
load it, perhaps maybe even increasing the load time! You may have<br />
to experiment to figure out the best thing to do.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203623</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203623</link>
					<pubDate>Mon, 02 May 2011 16:17:01 +0000</pubDate>
					<dc:creator>Anthony Palomba</dc:creator>

					<description>
						<![CDATA[
						<p>Well if the abstraction is already in memory, it does not<br />
have to load it again off of disk. So it may not be<br />
taking as much as you think to load it. I assume the<br />
programmers at cycling74 have enough smarts to cache loaded<br />
abstractions.</p>
<p>In fact if you embedded it, the patcher loader would be forced to<br />
load it, perhaps maybe even increasing the load time! You may have<br />
to experiment to figure out the best thing to do.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203565</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203565</link>
					<pubDate>Mon, 02 May 2011 20:29:29 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>since the .mxo format came to maxmsp abstractions actually load faster than<br />
subpatcher.</p>
<p>what can create long load times and a CPU hog is when you have hundres of<br />
very small poly patchers. i made several experiments with that and it was<br />
quite frustrating.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203624</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203624</link>
					<pubDate>Mon, 02 May 2011 20:29:29 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>since the .mxo format came to maxmsp abstractions actually load faster than<br />
subpatcher.</p>
<p>what can create long load times and a CPU hog is when you have hundres of<br />
very small poly patchers. i made several experiments with that and it was<br />
quite frustrating.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203566</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203566</link>
					<pubDate>Sat, 07 May 2011 17:41:40 +0000</pubDate>
					<dc:creator>gwsounddsg</dc:creator>

					<description>
						<![CDATA[
						<p>So I tried to lookup info on the .mxo format and couldn&#8217;t find anything.  I have seen many people create these kind of abstraction but I am unsure how to do that myself.  </p>
<p>Do you know Roman Thilenius?<br />
GW</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203625</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203625</link>
					<pubDate>Sat, 07 May 2011 17:41:40 +0000</pubDate>
					<dc:creator>gwsounddsg</dc:creator>

					<description>
						<![CDATA[
						<p>So I tried to lookup info on the .mxo format and couldn&#8217;t find anything.  I have seen many people create these kind of abstraction but I am unsure how to do that myself.  </p>
<p>Do you know Roman Thilenius?<br />
GW</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203567</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203567</link>
					<pubDate>Sat, 07 May 2011 18:08:37 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>.mxo is an older disk format for Max files. .maxpat is the current format. As far as creating abstractions, they are just Max files, saved on disk, with inlets and outlets.</p>
<p><a href="http://www.cycling74.com/docs/max5/vignettes/core/abstractions.html" rel="nofollow">http://www.cycling74.com/docs/max5/vignettes/core/abstractions.html</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203626</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203626</link>
					<pubDate>Sat, 07 May 2011 18:08:37 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>.mxo is an older disk format for Max files. .maxpat is the current format. As far as creating abstractions, they are just Max files, saved on disk, with inlets and outlets.</p>
<p><a href="http://www.cycling74.com/docs/max5/vignettes/core/abstractions.html" rel="nofollow">http://www.cycling74.com/docs/max5/vignettes/core/abstractions.html</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203568</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203568</link>
					<pubDate>Sat, 07 May 2011 18:52:31 +0000</pubDate>
					<dc:creator>gwsounddsg</dc:creator>

					<description>
						<![CDATA[
						<p>Oh ok, didn&#8217;t realize .mxo was te old format. I started learning max using max 5 but know how to do abstractions, thought u were referring to a different type of abstraction I hadn&#8217;t heard of. </p>
<p>Thanks a bunch!!<br />
GW</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203627</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203627</link>
					<pubDate>Sat, 07 May 2011 18:52:31 +0000</pubDate>
					<dc:creator>gwsounddsg</dc:creator>

					<description>
						<![CDATA[
						<p>Oh ok, didn&#8217;t realize .mxo was te old format. I started learning max using max 5 but know how to do abstractions, thought u were referring to a different type of abstraction I hadn&#8217;t heard of. </p>
<p>Thanks a bunch!!<br />
GW</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203569</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203569</link>
					<pubDate>Sat, 07 May 2011 21:58:49 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>hum, very confusing/confused thread ;-)</p>
<p>To summarize:<br />
- .mxo is the extension of externals on Mac (something compiled in C/C++ and whatnot)<br />
- .mxe is the extension of externals on windows<br />
- .maxpat is the extension of a Max Patcher (it&#8217;s a plain text file). You can load a patcher in an object box, in that case it&#8217;s usually refered as an abstraction)</p>
<p>for history sake:<br />
- .mxb was the Max 4 binary format for patchers (and abstractions)<br />
- .mxt was the Max 4 text format for patchers (and abstractions)<br />
- .pat was the Max 4 and (way earlier) for patchers (and abstractions)</p>
<p>Hope this clarify a bit.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203628</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203628</link>
					<pubDate>Sat, 07 May 2011 21:58:49 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>hum, very confusing/confused thread ;-)</p>
<p>To summarize:<br />
- .mxo is the extension of externals on Mac (something compiled in C/C++ and whatnot)<br />
- .mxe is the extension of externals on windows<br />
- .maxpat is the extension of a Max Patcher (it&#8217;s a plain text file). You can load a patcher in an object box, in that case it&#8217;s usually refered as an abstraction)</p>
<p>for history sake:<br />
- .mxb was the Max 4 binary format for patchers (and abstractions)<br />
- .mxt was the Max 4 text format for patchers (and abstractions)<br />
- .pat was the Max 4 and (way earlier) for patchers (and abstractions)</p>
<p>Hope this clarify a bit.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203570</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203570</link>
					<pubDate>Sat, 07 May 2011 22:30:47 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>.pat? wtf.</p>
<p>i only wanted to point out the difference between .mxe and .mxo on mac. :D</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203630</guid>
					<title><![CDATA[Re: To Abstract or Not To Abstract, this is my question]]></title>
					<link>http://cycling74.com/forums/topic/to-abstract-or-not-to-abstract-this-is-my-question/#post-203630</link>
					<pubDate>Sat, 07 May 2011 22:30:47 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>.pat? wtf.</p>
<p>i only wanted to point out the difference between .mxe and .mxo on mac. :D</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

