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.
IndexProgramming Questions & HelpIntegration › Hello World (Max>Processing)
Page Index Toggle Pages: 1
Hello World (Max>Processing) (Read 2059 times)
Hello World (Max>Processing)
Aug 29th, 2009, 9:57am
 
Hi guys, I'm new to the forum so hi everybody! Happy
I'm writing you because I cannot figure out a way to have Max/MSP communicating to Processing. I tried and checked OSCP5 on Processing side, and with [udpsend] on MAX/MSP side, but i really can't have it working. Any suggestion (or a small-small-small piece of code Happy)?
thank you
Re: Hello World (Max>Processing)
Reply #1 - Aug 29th, 2009, 10:11am
 
did you check out http://jklabs.net/maxlink/ ?
Re: Hello World (Max>Processing)
Reply #2 - Aug 31st, 2009, 10:22am
 
thanks Cedric,

but it doesn't work on Max 5.
I did check, and it seems it's now discontinued...
thank you anyway
Re: Hello World (Max>Processing)
Reply #3 - Sep 1st, 2009, 10:46am
 
Hi!

You can give the OpenSoundControl object a try, from http://www.cnmat.berkeley.edu/MAX

It works just fine for me in Max5.

A good tip is to first get the example Max patches talking to each other so that you know OSC is working in Max, and then take the next step and use OscP5.

And turn all your firewalls off if it doesn't work for you! I spent hours debugging a program that was just fine, simply because my antivirus was blocking the udp messages. All I had to do was add an exception for the port.

Re: Hello World (Max>Processing)
Reply #4 - Sep 3rd, 2009, 12:54pm
 
thanks onar3d, i already tried it, but didn't figure out how to make it work... I'll give it another study-session... Happy. thx!
Page Index Toggle Pages: 1