Hello,
The quest is to transfer the audio signal to processing (or later to another program) which is running to another pc.
My thought is turn signal 's blocks to arrays or lists and transfer them via OSC with [sendtyped/ f**...(
I can see the block with [print~] and all blocks with sth like this:
[osc~ ]
|
| [bang~]
| /
| /
|/
[print~]
but how do i turn blocks into arrays or lists?
Also any other thought about how to accomplish my task will be great to hear them. My purpose is to produce the waveform in processing of any complex sound i produce in Pd, and play with it in processing.