Page 1 of 1

Live 2 OSC/Processing doesn't work anymore

Posted: Thu Dec 03, 2009 3:30 pm
by wiggle
Hi, I developed a Max4Live plugin which sends numerical audio peak data to Processing via OSC.
Any program that can tap into OSC can use the data (Super Collider, Blender, etc.)

Here is the description page:
http://unsound.com/M4L/

Today, I installed the release version of Ableton Suite 8.1 (with Max4Live) and now the plugin doesn't work.

Would anyone know why?
Is there anything different in the release version of M4L/MaxMSP?

Re: Live 2 OSC/Processing doesn't work anymore

Posted: Thu Dec 03, 2009 5:09 pm
by Machinate
hi,
I just tested this, and it's definitely transmitting OSC.

one question, though; Why use the OpenSoundControl object? It's not really needed here.

cheers,
Andreas

Re: Live 2 OSC/Processing doesn't work anymore

Posted: Thu Dec 03, 2009 7:35 pm
by rawore
thanks for the note and links. I am interested in osc linkages.

looks like it opens up devices and programs that ableton
might not reach easily.

Re: Live 2 OSC/Processing doesn't work anymore

Posted: Thu Dec 03, 2009 8:17 pm
by Machinate
yeah, OSC is *so* easy now with Max For Live. make a namespace and send stuff to udpsend, boom, it's done!

Re: Live 2 OSC/Processing doesn't work anymore

Posted: Fri Dec 04, 2009 1:50 am
by LOFA
Just tried this out. super easy.

I created a namespace using the udpsend and udpreceive objects. I also included the cnmat argument, but I am yet to fully understand what feature set that will open up.

Stoked that I may be able to drop midi once and for all! It's going to be a hell of a night...

Re: Live 2 OSC/Processing doesn't work anymore

Posted: Fri Dec 04, 2009 7:26 am
by wiggle
Machinate wrote:hi,
one question, though; Why use the OpenSoundControl object? It's not really needed here.
Hi Andreas, I didn't know there's an easier way.
How should I go about this?


...
OSC is still not transmitting on my system...
Hmmmm....


-g

Re: Live 2 OSC/Processing doesn't work anymore

Posted: Fri Dec 04, 2009 7:29 am
by Machinate
just delete the "OpenSoundControl" object and the bang and send the info directly to the udpsend.

- it might help troubleshoot this.

Re: Live 2 OSC/Processing doesn't work anymore

Posted: Fri Dec 04, 2009 9:37 am
by wiggle
Thanks guys, I've uploaded the simplified version to:
http://www.unsound.com/M4L/


But I still can't get it to work on my system.
I can see that it is working within Max
( I set up a "udpreceive -> print",) but it seems
Processing is not getting any of the data.
Argh!!