We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
MaxLink crashes MAX (Read 702 times)
MaxLink crashes MAX
Sep 13th, 2007, 4:19pm
 
I have been trying to get max and processing to talk via maxlink as this seems much more straight forward than using the oscp5 library if both will be running on a single machine.

However MAX crashes when i run a MAXLINK example patch.  Just straight out.  

I am just learning MAX now and am pretty weak on it.  Has anyone encountered this?  I have reinstalled everything several times over and MAX crashes only when i run a MAX LINK .pat file
Re: MaxLink crashes MAX
Reply #1 - Sep 13th, 2007, 6:03pm
 
Hi!

Actually I found that using OSC is quite straightforward and perhaps a little more flexible than maxlink. On the max side, you only need "udpsend" and "udpreceive" (don't forget the CNMAT addition) and the OSC-route and OpenSoundControl objects from CNMAT:

http://www.cnmat.berkeley.edu/MAX/downloads/

While your at it, you may want to check all CNMAT objects and tutorials, amongst the best ones for MaxMSP.

On the Processing side things can get a bit less easy, but the oscP5 examples are really easy to follow and implement.

If you are on osX, it's really easy to make a standalone application, with P5 launching a hidden Max/MSP engine, thus making an embedded single app for both, with P5 serving as an UI for Max.

You may want to check the Max forum about this:

http://www.cycling74.com/forums/index.php?t=rview&th=24210&rid=0

http://www.cycling74.com/forums/index.php?t=rview&th=26406&rid=0

Good luck!

Best regards,

Rui
Re: MaxLink crashes MAX
Reply #2 - Sep 14th, 2007, 3:01am
 
thanks for this, i will check this out.
Page Index Toggle Pages: 1