[PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread mbutubuntu
hello folks, I'm using OSC to send information from Processing to Pd... I started writing my receiving Patch in a Computer where was Installed Ubuntu 8.04 and Pd-extended 0.40.3 in stalled by the .deb package, my laptop was an Archlinux client in which Processing was running... Processing sent

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread Roman Haefeli
--- mbutubuntu mbutubu...@yahoo.it schrieb am Do, 5.2.2009: hello folks, I'm using OSC to send information from Processing to Pd... I started writing my receiving Patch in a Computer where was Installed Ubuntu 8.04 and Pd-extended 0.40.3 in stalled by the .deb package, my laptop was

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread Jack
Yep, as Roman says try [udpreceive] with [unpackOSC] (OSC comme often 'on' UDP) or [tcpreceive] with [unpackOSC], if you want a service with connection. The choice depends if you absolutely need to receive your data. AFAIK, OSCx accepts only UDP protocol. ++ Jack Le 5 févr. 09 à 14:15,

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread mbutubuntu
thanks... udpreceive wors wery well but udpsend doesn't... :P:P Jack wrote: Yep, as Roman says try [udpreceive] with [unpackOSC] (OSC comme often 'on' UDP) or [tcpreceive] with [unpackOSC], if you want a service with connection. The choice depends if you absolutely need to receive

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread Jack
If you use OSC, you need [packOSC] before [udpsend]. See the help patch of [packOSC] in mrpeach. ++ Jack Le 5 févr. 09 à 16:12, mbutubuntu a écrit : thanks... udpreceive wors wery well but udpsend doesn't... :P:P Jack wrote: Yep, as Roman says try [udpreceive] with

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread mbutubuntu
JacK, I know... packOSC works, but udpsend doesn't connect, neither tcpsend... Jack wrote: If you use OSC, you need [packOSC] before [udpsend]. See the help patch of [packOSC] in mrpeach. ++ Jack Le 5 févr. 09 à 16:12, mbutubuntu a écrit : thanks... udpreceive wors wery well but

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread IOhannes m zmoelnig
mbutubuntu wrote: JacK, I know... packOSC works, but udpsend doesn't connect, neither tcpsend... highly unlikely. show your patch :-) fgmasdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-list@iem.at mailing list

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread mbutubuntu
I think the problem is server side processing couldn't open a socket... :P:P IOhannes m zmoelnig wrote: mbutubuntu wrote: JacK, I know... packOSC works, but udpsend doesn't connect, neither tcpsend... highly unlikely. show your patch :-) fgmasdr IOhannes

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread Roman Haefeli
--- Jack j...@rybn.org schrieb am Do, 5.2.2009: Yep, as Roman says try [udpreceive] with [unpackOSC] (OSC comme often 'on' UDP) or [tcpreceive] with [unpackOSC], if you want a service with connection. The choice depends if you absolutely need to receive your data. AFAIK, OSCx

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread Jack
Thanx Roman for the clarification. I thought that [tcpsend]/ [tcpreceive] worked with OSC. I think it must be specify somewhere in the help patch (with [packOSC]/[unpackOSC] or/and [tcpsend]/[tcpreceive] ?). I just download abstractions from :

Re: [PD] Very Strange Behaviour of dumpOSC on Pd

2009-02-05 Thread Roman Haefeli
On Thu, 2009-02-05 at 18:12 +0100, Jack wrote: Thanx Roman for the clarification. I thought that [tcpsend]/ [tcpreceive] worked with OSC. I think it must be specify somewhere in the help patch (with [packOSC]/[unpackOSC] or/and [tcpsend]/[tcpreceive] ?). I just download abstractions from :