<?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: boxless mxj object</title>
		<atom:link href="http://cycling74.com/forums/topic/boxless-mxj-object/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/boxless-mxj-object/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 14:19:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/boxless-mxj-object/#post-24601</guid>
					<title><![CDATA[boxless mxj object]]></title>
					<link>http://cycling74.com/forums/topic/boxless-mxj-object/#post-24601</link>
					<pubDate>Fri, 24 Feb 2006 19:52:58 +0000</pubDate>
					<dc:creator>jitter</dc:creator>

					<description>
						<![CDATA[
						<p>can anyone tell me if it&#8217;s possible, and if so, how to create a  <br />
boxless java object (similar to class_new() in the c max api)? if  <br />
not, can I enter a feature request?</p>
<p>best,<br />
r.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/boxless-mxj-object/#post-71433</guid>
					<title><![CDATA[Re: boxless mxj object]]></title>
					<link>http://cycling74.com/forums/topic/boxless-mxj-object/#post-71433</link>
					<pubDate>Fri, 24 Feb 2006 20:51:57 +0000</pubDate>
					<dc:creator>topher lafata</dc:creator>

					<description>
						<![CDATA[
						<p>Couldn&#8217;t you just manually construct one?<br />
MyMXJClass x = new MyMXJClass();<br />
Calling any methods on the thing that cause<br />
an outlet or make any other assumptions about<br />
it having a context in a patch may be a bad idea though.<br />
Topher</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/boxless-mxj-object/#post-71434</guid>
					<title><![CDATA[Re: boxless mxj object]]></title>
					<link>http://cycling74.com/forums/topic/boxless-mxj-object/#post-71434</link>
					<pubDate>Sat, 25 Feb 2006 03:22:47 +0000</pubDate>
					<dc:creator>jitter</dc:creator>

					<description>
						<![CDATA[
						<p>ok, so far I&#8217;ve managed to create and instantiate a hidden MaxObject  <br />
and attach to it from multiple boxed objects. in my notifyDelete()  <br />
method of the boxed objects I detach from the hidden object which  <br />
seems to work fine. what isn&#8217;t working so well is destroying the  <br />
hidden object when the last boxed object is deleted. any suggestions  <br />
as to how I might go about doing this? or do I have to assume that it  <br />
will live forever as some mxj internal is keeping a reference to it,  <br />
thereby preventing it from being garbage collected.</p>
<p>my other alternative is to call a &#8220;reset&#8221; message on it, which  <br />
reinitializes its internal state when the last object is being  <br />
deleted. then when the first new object goes to connect and expects  <br />
to create a fresh object, it just gets the old one back, but cleaned  <br />
up. does this have something to do with zap()?</p>
<p>best,<br />
r.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

