Good morning, i receive osc data through netreceive into pd. How can i netsend these data outside from pd ? Could someone please make me an example ? Thanks a lot.
hi, if i understood correctly, you want to send data from PD to an external application.
this is how i do it: (see attached file)
i use the OSCX library (get it via deken) to do the job
best
oliver
cristiano piatti wrote:
Good morning, i receive osc data through netreceive into pd. How can i netsend these data outside from pd ? Could someone please make me an example ? Thanks a lot.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
On 04/15/2017 09:46 PM, oliver wrote:
i use the OSCX library (get it via deken) to do the job
why would you use the most buggy implementation of OSC that is available for Pd?
Pd>=0.46 has (simple) OSC built-in. it is also the first Pd version that includes deken, so i assume that this is your target platform.
if you need bundles, timestamps or support for older versions of Pd (why would you?), use mrpeach/osc.
gfamsdr IOhannes
zmoelnig@iem.at wrote:
On 04/15/2017 09:46 PM, oliver wrote:
i use the OSCX library (get it via deken) to do the job
why would you use the most buggy implementation of OSC that is available for Pd?
1.) because nobody ever told me that it is 2,) because i use it without any trouble for quite a while now ...
Pd>=0.46 has (simple) OSC built-in.
which VVVV could not cope with, unfortunately. or at least i couldn't get it to work. thus my need for an alternative, and OSCX worked flawlessly right away
it is also the first Pd version
that includes deken, so i assume that this is your target platform.
if you need bundles, timestamps or support for older versions of Pd (why would you?), use mrpeach/osc.
ok, will do that !
as a sidenote:
i'm not a developer, just a simple PD user. how am i supposed to know that a library is "the most buggy implementation of OSC that is available for Pd" ? if that is really the case, a short note inside deken or at least inside the library's folder would be very helpful. something like "is outdated/potentially buggy. use mrpeach/osc etc. instead" ...
best
oliver
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus
On 04/15/2017 03:58 PM, cristiano piatti wrote:
Good morning, i receive osc data through netreceive into pd. How can i netsend these data outside from pd ? Could someone please make me an example ?
the netsend binary that comes with your Pd?
not an example, but a writeup of the actual protocol: https://en.wikipedia.org/wiki/FUDI
gfamrds IOhannes