[PD] OSC to SuperCollider

Lorenz Schori lorenz.schori at gmx.ch
Mon Oct 3 13:01:34 CEST 2005


make sure you are not trying to use the same port in different apps.  
if sc listens on 9999 you will not be able to listen to this port in  
pd (or any other app). further i recommend to use ipv4 addresses  
(e.g. 127.0.0.1) instead of hostnames (localhost) because osx tend to  
assign ipv6 sockets for machine internal communication. pd/libosc is  
not able to communicate via ipv6 afaik.

  - lorenz

Am 03.10.2005 um 10:22 schrieb Paul Crabbe:

> Hello
> as I'm a new user of PD, I hope I didn't miss something obvious:
>
> I use the compiled OSX version 0.39.0 (on Tiger)
> I'm trying to connect SuperCollider and SC with OSC .
> It actually works OK from SC to PD. (dumpOSC receives data from SC)  
> so I suppose the OSC objects are valid.
>
> The problem is that I can't send anything from the sendOSC object,  
> even if I try to communicate from PD to PD
> e.g.
> the two help files 'sendOSC' and 'dumpOSC' are opened:
>     I send the 'connect localhost 9999' message to the sendOSC  
> object, then I try one of the send messages in the helpfile ('send / 
> test/bla 1 2 3')
>   -> I always get the error message : "SendData::SendHTMSocket() 
> failure -- not connected"
>
>
>
> Where should I look for?
> Thanks!
> Paul

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: Signierter Teil der Nachricht
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20051003/0271980b/attachment.pgp>


More information about the Pd-list mailing list