<?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: where is the mxj post() method?</title>
		<atom:link href="http://cycling74.com/forums/topic/where-is-the-mxj-post-method/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 10:07:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-35031</guid>
					<title><![CDATA[where is the mxj post() method?]]></title>
					<link>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-35031</link>
					<pubDate>Sun, 16 Dec 2007 02:30:16 +0000</pubDate>
					<dc:creator>Brad Garton</dc:creator>

					<description>
						<![CDATA[
						<p>So I think this actually is a legit question.  I&#8217;m trying to  <br />
encapsulate the armedbear java/common lisp inside mxj, and the loader  <br />
is doing some strange stuff when trying to find files.  I want to  <br />
compile the abcl.jar functions (yay source available!) and print some  <br />
info when I run it under mxj, and of course System.out.print doesn&#8217;t  <br />
work.  I use the mxj post() method, but trying to compile the abcl  <br />
stuff will give me a &#8216;method not found&#8217; unless I import it properly.   <br />
It doesn&#8217;t seem to be in the max jar files, though.  What do I need to  <br />
import for it to recognize the post() method?</p>
<p>Alternatively, is there a place where System.out.print messages go (I  <br />
don&#8217;t see them in the console)?</p>
<p>I think I should be able to do this &#8212; I&#8217;ve been able to run the lisp  <br />
with a very generic standalone java app.  Not sure why it is having  <br />
problems finding the appropriate files under mxj (the abcl.jar file is  <br />
in Cycling &#8217;74/java/lib/).</p>
<p>brad</p>
<p><a href="http://music.columbia.edu/~brad" rel="nofollow">http://music.columbia.edu/~brad</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118915</guid>
					<title><![CDATA[Re: where is the mxj post() method?]]></title>
					<link>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118915</link>
					<pubDate>Sun, 16 Dec 2007 03:26:09 +0000</pubDate>
					<dc:creator>topher lafata</dc:creator>

					<description>
						<![CDATA[
						<p>We redirect syserr and sysout to max console. In your init method you <br />
can redirect them back to the system console. I forget the details but <br />
but I think it was covered on the list a while ago. T<br />
/* FROM SIDEKICK LX*/</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118916</guid>
					<title><![CDATA[Re: where is the mxj post() method?]]></title>
					<link>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118916</link>
					<pubDate>Sun, 16 Dec 2007 09:18:03 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>
On 16 Dec 2007, at 02:30, <a href="mailto:garton@columbia.edu">garton@columbia.edu</a> wrote:</p>
<p>> Alternatively, is there a place where System.out.print messages go  <br />
> (I don&#8217;t see them in the console)?</p>
<p>By default, System.out and System.err go to the Max status window.</p>
<p>Dumb question: do you mean &#8220;print&#8221; or &#8220;println&#8221;? If the former,  <br />
perhaps the output isn&#8217;t being flushed.</p>
<p>	&#8211; N.</p>
<p>
   nick rothwell &#8212; composition, systems, performance &#8212; http:// <br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118917</guid>
					<title><![CDATA[Re: where is the mxj post() method?]]></title>
					<link>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118917</link>
					<pubDate>Sun, 16 Dec 2007 20:35:28 +0000</pubDate>
					<dc:creator>Brad Garton</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Topher, but I can&#8217;t find it searching for various &#8216;out&#8217; related  <br />
things on the Cycling &#8217;74 site.  Maybe I&#8217;m search-challenged.  I did  <br />
try this:</p>
<p>    System.setOut(System.out);</p>
<p>in my object constructor, but System.out.print() still sends stuff to  <br />
the mysterious bit-bucket in the sky.</p>
<p>
brad</p>
<p><a href="http://music.columbia.edu/~brad" rel="nofollow">http://music.columbia.edu/~brad</a></p>
<p>Quoting topher lafata <topher @topher.com>:</topher></p>
<p>> We redirect syserr and sysout to max console. In your init method you<br />
> can redirect them back to the system console. I forget the details but<br />
> but I think it was covered on the list a while ago. T<br />
> /* FROM SIDEKICK LX*/</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118918</guid>
					<title><![CDATA[Re: where is the mxj post() method?]]></title>
					<link>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118918</link>
					<pubDate>Sun, 16 Dec 2007 21:02:40 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>
On Dec 16, 2007, at 12:35 PM, <a href="mailto:garton@columbia.edu">garton@columbia.edu</a> wrote:</p>
<p>> Thanks Topher, but I can&#8217;t find it searching for various &#8216;out&#8217;  <br />
> related things on the Cycling &#8217;74 site.  Maybe I&#8217;m search- <br />
> challenged.  I did try this:<br />
><br />
>    System.setOut(System.out);<br />
><br />
> in my object constructor, but System.out.print() still sends stuff  <br />
> to the mysterious bit-bucket in the sky.</p>
<p>Platform? Max version?</p>
<p>Max console reporting was fixed for MacIntel machines in Max 4.6.3.</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118919</guid>
					<title><![CDATA[Re: where is the mxj post() method?]]></title>
					<link>http://cycling74.com/forums/topic/where-is-the-mxj-post-method/#post-118919</link>
					<pubDate>Sun, 16 Dec 2007 21:18:43 +0000</pubDate>
					<dc:creator>Brad Garton</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, put that in an earler post.  Intel MacBook, OS 10.4.11, Max/MSP  <br />
4.6.3.  I don&#8217;t see any output from System.out.print() in my  <br />
Application/Utilities/Console.app.</p>
<p>I got abcl to load and it seems to work ok (yay!) but there are some  <br />
serious loading/mem-alloc issues &#8212; it takes about 5 minutes to  <br />
instantiate an object!  I can sit and watch it crunch through the  <br />
mbytes.  Tried starting with larger max.jvm.option&#8217;s set, but it  <br />
doesn&#8217;t seem to make a difference.</p>
<p>brad</p>
<p><a href="http://music.columbia.edu/~brad" rel="nofollow">http://music.columbia.edu/~brad</a></p>
<p>Quoting Joshua Kit Clayton <jkc @musork.com>:</jkc></p>
<p>><br />
> On Dec 16, 2007, at 12:35 PM, <a href="mailto:garton@columbia.edu">garton@columbia.edu</a> wrote:<br />
><br />
>> Thanks Topher, but I can&#8217;t find it searching for various &#8216;out&#8217;   <br />
>> related things on the Cycling &#8217;74 site.  Maybe I&#8217;m   <br />
>> search-challenged.  I did try this:<br />
>><br />
>>   System.setOut(System.out);<br />
>><br />
>> in my object constructor, but System.out.print() still sends stuff   <br />
>> to the mysterious bit-bucket in the sky.<br />
><br />
> Platform? Max version?<br />
><br />
> Max console reporting was fixed for MacIntel machines in Max 4.6.3.<br />
><br />
> -Joshua</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

