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
check out oscparse and oscformat in vanilla.
cheers Miller
On Sun, May 08, 2016 at 01:14:48AM -0300, Paul Keyes wrote:
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
OK, thanks. I'm trying to use osc to connect with a c++ program that uses the liblo osc library. When I send from the c++ program I see the error "oscparse: not an OSC message( no leading slash)" but this same program is able to send OSC messages to other software. Sending from pd to c++ does not work either, and i'm guessing the problem is related. Any help troubleshooting is much appreciated.
Cheers
On Sun, May 8, 2016 at 1:25 AM, Miller Puckette msp@ucsd.edu wrote:
check out oscparse and oscformat in vanilla.
cheers Miller
On Sun, May 08, 2016 at 01:14:48AM -0300, Paul Keyes wrote:
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
On Sun, 2016-05-08 at 01:14 -0300, Paul Keyes wrote:
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?
You can do that all now with Pd-vanilla. Check the help fies for [oscformat], [oscparse], [netsend] (in your case probably [netsend -b -u]) and [netreceive].
Also, there is pd-iemnet, which is a fork of mrpeach's net classes. I consider them more mature and more reliable than the original mrpeach net classes.
Roman
I used to use mrpeach system, now I use this method. I included sendOSC.pd to make a similar working as I used to use with mrpeach:
Before: [hslider] | [send /pd/vol recplay siguiente( | [s OSC]
Now: [hslider] | [sendOSC pd vol]
sendOSC.pd is actually to use with only folder and subfolder (2 levels). If you want/need to use 3, modify the file connecting the inlet to the right side group of patches.
El 08/05/16 a las 01:14, Paul Keyes escribió:
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list