[PD] sending notes OSC

CK x at meta.lo-res.org
Wed Nov 12 16:21:01 CET 2003


hi adrian,

I read:
> but I manage to send text characters, numbers or whatever to other IP
> addresses using 'send' in a message box and joining it to sendOSC but how do
> you send sound, 

OSC is a control protocol not meant for streaming sound data in a reasonable
amount of time (though you could of course use:

[tabread]
 |
[pd yourOSCsender]
 .
 . (imagine powerpoint internet cloud here)
 .
[pd yourOSCreceiver]
 |
[tabwrite]

)

> I've a little osc~ set up where I can hear my own sound on
> my pc but I dont know what the object or message is to send it to another IP

well in pd you could always look into the pd internal messages docs
and clone your patch at the other end but I don't think that's what
you want. again: OSC != streaming it was designed as a more versatile,
contemporary, typed, urlstyle , physical layer independent midi
replacement see: http://www.cnmat.berkeley.edu/OpenSoundControl/

HTH

x

-- 
chris at lo-res.org	Postmodernism is german romanticism with better
http://pilot.fm/	special effects. (Jeff Keuss / via ctheory.com)




More information about the Pd-list mailing list