Send data stream over OSC
in
Contributed Library Questions
•
4 months ago
I have some information I would like to send over OSC. It probably will never be over the width of the screen, and I can limit it's size.
It would be about 2048 or so bytes.
This is an attempt to send pixel information derived from a multitouch processing sketch to a program like PureData or ChucK, where it will (hopefully) be rendered into sound.
I know OSC has a format for sending blobs (
http://opensoundcontrol.org/book/export/html/1 ) but I have not found any examples for how to do so in Processing. I know several people have recommended NOT using this particular format as a relatively constant stream, but I may be limited in how to accomplish this for my project.
The project is to render pixels as audio. I'm hoping to use ChucK as it may provide the mechanisms for making more harmonic sounds than straight pixels to audio.
1