< Back to IRCAM Forum

OSC receive

Hi!

I have being sending messages FROM Om to MAx without any problems through OSC-send.
Now I am trying to do the opposite: receiving from Max’s udpsend to Om’s OSC-receive.
It does not seem to work for me. Everything should be in order: I activate the OSC-receive and I have a patch in lambda that receives (see pic).
The udpsend is sending messages, I tested it within max. So the proble is with Om.
Any thoughts?

Michele

Screen-Shot-2014-04-04-at-3.33.52-PM.tiff (767 KB)

Hi Michele. Your msg-processing patch in the dump you sent isn’t quite in lambda mode, but in “self-reference” mode. Type ‘l’ on the selected patch and it should show you a blue lambda-sign instead.

To get your handling-patch to do anything, you also must make sure the receive-thread is started, by right/context clicking and choosing “start receive thread”.

Cheers,

-anders

Anders, my bad about the lambda, I was trying different solutions since it wasn’t working.
I did not know about the right click enabling of the receive which has fixed the problem.
Thanks so much!

Michele