Hi list!
I would like to make an audio pd patch controlled by a visual interface. I think processing could be a nice aplication for this interface but I'm newby to processing. Communication between PD and Processing is possible by OSC library, but I don't know the way to implement it. I need to send values from Processing by mouse actions to PD to control audio synthesis. Has somebody experience with this kind of implementation? Any suggestion?
Saludos
Look at Iannix that was just announced on this list in the past few
days. It has both Pd and Processing examples that use OSC for
communication.
http://iannix.la-kitchen.fr/iannix.html
.hc
On Jan 12, 2007, at 1:42 PM, raul diaz wrote:
Hi list!
I would like to make an audio pd patch controlled by a visual
interface. I think processing could be a nice aplication for this
interface but I'm newby to processing. Communication between PD and Processing is possible by OSC library,
but I don't know the way to implement it. I need to send values from Processing by mouse actions to PD to
control audio synthesis. Has somebody experience with this kind of implementation? Any
suggestion?Saludos
-- Raul Diaz Poblete
raul.lete@gmail.com Ciudad Real [Spain] _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Computer science is no more related to the computer than astronomy is
related to the telescope. -Edsger Dykstra
I've done things like this in the past - best way to go is to first get the OSC library for processing (maybe it comes standard now? don't know) and look at the examples there. They will show you how to encode messages to send to other apps via OSC. If you haven't had any experience with processing or any Java-like language before it could be a bit of a challenge, but definitely doable. It's probably going to be more of a processing issue than Pd, at least that was my experience. Pd's OSC implementation is very direct.
At processing.org there's a forum for specific questions on that kind of thing, you might try searching there too.
Good luck, Kevin
On 1/12/07, raul diaz raul.lete@gmail.com wrote:
Hi list!
I would like to make an audio pd patch controlled by a visual interface. I think processing could be a nice aplication for this interface but I'm newby to processing. Communication between PD and Processing is possible by OSC library, but I don't know the way to implement it. I need to send values from Processing by mouse actions to PD to control audio synthesis. Has somebody experience with this kind of implementation? Any suggestion?
Saludos
-- Raul Diaz Poblete
raul.lete@gmail.com Ciudad Real [Spain] _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi all!
Thanks for your information. I have found very interesting stuffs and I will take a look at Iannix, looks very interesting.
Regards!