I have a Processing program which derives a string of information which will eventually be turned into sound. This is similar to how photo sounder works, or metasynth, where pixels are turned into sound. I am hoping to be able to stream a portion of this information to ChucK or Pure Data.
For now I do not want to actually process the audio within Processing. That program is being used only to generate the information from a touch interface and series of images.
I know that I can send data type b (for blob) from Processing (I think, I cannot find any examples) using OSC.
I cannot find any examples on how to receive such information in ChucK or Pure Data and then use it for generating sound.
I admit I may not be searching for the correct terms on some of these processes so any help would be appreciated.
All though it might be possible, OSC is designed for control values, not audio. To receive those OSC messages there are methods in each program to do so. In Pd you can choose from a few libraries which provide OSC functionality, for example
mrpeach, orpd-oscandpd-iemnetlibraries in the Debian repositories.