Hello everybody,
This is my first post to this forum - I hope this hasn't been already answered - I have trawled on the net but cant find any obvious solution.
I am experiencing a problem trying to send an array of values to Processing via OSC from Supercollider.
Basically I want to visualise in Processing the contents of an audio file - stored in a buffer in Supercollider.
I can achieve this in part by reducing the number of values sent (less than 300 values seems ok).
Initially I would like to be able to send the full number of values (ie 44100 values for a 1 second soundfile).
I am wondering if the limitation is in the OSC protocol / within Processing itself ?