Live 2 OSC/Processing doesn't work anymore

Learn about building and using Max for Live devices.
Post Reply
wiggle
Posts: 9
Joined: Sat Jan 31, 2009 12:22 am
Location: Tokyo, LA
Contact:

Live 2 OSC/Processing doesn't work anymore

Post by wiggle » Thu Dec 03, 2009 3:30 pm

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?
-wgl

Machinate
Posts: 11648
Joined: Thu Jun 24, 2004 2:15 pm
Location: Denmark

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

Post by Machinate » Thu Dec 03, 2009 5:09 pm

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
mbp 2.66, osx 10.6.8, 8GB ram.

rawore
Posts: 60
Joined: Wed Apr 29, 2009 4:24 pm

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

Post by rawore » Thu Dec 03, 2009 7:35 pm

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.

Machinate
Posts: 11648
Joined: Thu Jun 24, 2004 2:15 pm
Location: Denmark

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

Post by Machinate » Thu Dec 03, 2009 8:17 pm

yeah, OSC is *so* easy now with Max For Live. make a namespace and send stuff to udpsend, boom, it's done!
mbp 2.66, osx 10.6.8, 8GB ram.

LOFA
Posts: 3365
Joined: Mon Jan 10, 2005 7:10 pm

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

Post by LOFA » Fri Dec 04, 2009 1:50 am

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...

wiggle
Posts: 9
Joined: Sat Jan 31, 2009 12:22 am
Location: Tokyo, LA
Contact:

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

Post by wiggle » Fri Dec 04, 2009 7:26 am

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
-wgl

Machinate
Posts: 11648
Joined: Thu Jun 24, 2004 2:15 pm
Location: Denmark

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

Post by Machinate » Fri Dec 04, 2009 7:29 am

just delete the "OpenSoundControl" object and the bang and send the info directly to the udpsend.

- it might help troubleshoot this.
mbp 2.66, osx 10.6.8, 8GB ram.

wiggle
Posts: 9
Joined: Sat Jan 31, 2009 12:22 am
Location: Tokyo, LA
Contact:

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

Post by wiggle » Fri Dec 04, 2009 9:37 am

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!!
-wgl

Post Reply