Hello,
is there a way to access a PD array from another app?
I'm trying to do some visualizations from arrays in Processing and in openFrameworks and have managed to send 256 floats tables (with [switch~]) per DSP block through OSC: anyway, OSC is not build to manage streams, but to send control messages...
What are the other options to do this?
(OBS: I would like to receive the data with no compression)
thanks for any idea/help,
josé