Live 2 OSC/Processing doesn't work anymore
Live 2 OSC/Processing doesn't work anymore
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?
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
Re: Live 2 OSC/Processing doesn't work anymore
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
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.
Re: Live 2 OSC/Processing doesn't work anymore
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.
looks like it opens up devices and programs that ableton
might not reach easily.
Re: Live 2 OSC/Processing doesn't work anymore
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.
Re: Live 2 OSC/Processing doesn't work anymore
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...
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
Hi Andreas, I didn't know there's an easier way.Machinate wrote:hi,
one question, though; Why use the OpenSoundControl object? It's not really needed here.
How should I go about this?
...
OSC is still not transmitting on my system...
Hmmmm....
-g
-wgl
Re: Live 2 OSC/Processing doesn't work anymore
just delete the "OpenSoundControl" object and the bang and send the info directly to the udpsend.
- it might help troubleshoot this.
- it might help troubleshoot this.
mbp 2.66, osx 10.6.8, 8GB ram.
Re: Live 2 OSC/Processing doesn't work anymore
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!!
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