XML Feeds

.

[java-dev] Re: Re: Re: Re: Processing in mxj

jbmaxwell jbmaxwell at rubato-music.com
Fri Jan 4 15:50:54 MST 2008


Quote: Anthony Palomba wrote on Fri, 04 January 2008 22:34
----------------------------------------------------
> I know this is an old thread but I am interested in loading 
> processing.org pde files in Jitter using [mxj]. 
> Did anyone figure out how to do this? The java source posted on 
> this thread does not seem to specify how a .pde file would be 
> loaded and displayed. Does anyone have an example they can post?
> 
----------------------------------------------------

I don't imagine you could ever load a .pde file (that's the native Processing file, right?) in mxj. But if you run Processing in "java mode", then you can build what is pretty much a generic java applet, and _that_ can be made to work with mxj. I can't remember exactly how I was doing it (I'm just using OSC now to communicate between my applet and Max), but it seems to me it was just a matter of making a kind of wrapper mxj which opened a window and embedded the PApplet in that window.

I doubt that helps much, but perhaps a little...

J.


More information about the java-dev mailing list