Hi everyone,
In the process of building some kind of audio oscilloscope in Gem I'm
trying to send values from a table/array from one computer's PD to
another's through OSC.
At the moment, my chosen solution is to have a counter scan the table,
then pack the values (X & Y) and send them through a:
[send /OSC/Whatever/The/Name $1 $2(
Anyway, I do have this feeling that this is not a smart solution.
Anyone has ever done it before (send array values through OSC)/has a
cleverer idea ?
Danke,
Jérôme