do you if it might be able to be done using netsend or anything no? tabread doesnt seem to work
cheers anyway adrian
-----Original Message----- From: CK [mailto:x@meta.lo-res.org] Sent: 12 November 2003 15:21 To: 0031259@student.ul.ie Cc: PD-list@iem.at Subject: Re: [PD] sending notes OSC
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