See the mrpeach-to-vanilla-osc.pd in https://github.com/danomatika/BangYourHead/tree/master/6.Communication https://github.com/danomatika/BangYourHead/tree/master/6.Communication
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On May 8, 2016, at 3:33 AM, pd-list-request@lists.iem.at wrote:
From: Paul Keyes <spskeyes@gmail.com mailto:spskeyes@gmail.com> Subject: [PD] What is the current, correct way to use Open Sound Control with PD? Date: May 7, 2016 at 10:14:48 PM MDT To: pd-list@lists.iem.at mailto:pd-list@lists.iem.at
I need to use OSC. I had been using mrpeach in pd-extended, but I see that pd-extended is no longer recommended, and it won't compile for my system anyway (I'm using unbuntu 14.04 on an Udoo), so I have pd-0-46-7 installed. I downloaded pd-osc from my package repo, but there is no hint about where udpsend is supposed to come from. There is no pd-mrpeach from my repo either, so I'm currently trying to get the version from https://svn.code.sf.net/p/pure-data/svn/trunk/externals/mrpeach/net/ https://svn.code.sf.net/p/pure-data/svn/trunk/externals/mrpeach/net/ working without much success. It compiles but I still get "udpsend ..couldn't create". What is the correct way to get udpsend? Or is there another way to do OSC?
Cheers, Paul
Thank you! This helped me find the issue: oscparse expects "/" at the front of addresses, and oscformat adds "/" automatically to messages that don't included it. Liblo does not use the same assumptions...leading to confusion. Cheers
On Sun, May 8, 2016 at 8:52 PM, Dan Wilcox danomatika@gmail.com wrote:
See the mrpeach-to-vanilla-osc.pd in https://github.com/danomatika/BangYourHead/tree/master/6.Communication
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com robotcowboy.com
On May 8, 2016, at 3:33 AM, pd-list-request@lists.iem.at wrote:
*From: *Paul Keyes spskeyes@gmail.com *Subject: **[PD] What is the current, correct way to use Open Sound Control with PD?* *Date: *May 7, 2016 at 10:14:48 PM MDT *To: *pd-list@lists.iem.at
I need to use OSC. I had been using mrpeach in pd-extended, but I see that pd-extended is no longer recommended, and it won't compile for my system anyway (I'm using unbuntu 14.04 on an Udoo), so I have pd-0-46-7 installed. I downloaded pd-osc from my package repo, but there is no hint about where udpsend is supposed to come from. There is no pd-mrpeach from my repo either, so I'm currently trying to get the version from https://svn.code.sf.net/p/pure-data/svn/trunk/externals/mrpeach/net/ working without much success. It compiles but I still get "udpsend ..couldn't create". What is the correct way to get udpsend? Or is there another way to do OSC?
Cheers, Paul