Page 1 of 1

Posted: 16 Sep 2010, 13:28
by 23fx23
i failed to my promise or no more asking, that's often the case with addict people ;)

i was wondering if there could be somehow a not too complex way to make N datas receive of array via osc.

as a example in my patch i ideally need to request an average grid of 128x32 or more with is a 4096 array.

so my solution for now is a bruteforce single request, but it's quite long and i guess not optimized as it make a message for each,
so need Osc adressbytes and also need a return index to be correctly mapped, so at least 2x load. vs
a single array request could theorically allow.
i was thinking if not too complex of an extra module with, instead of n outputs being the array,
have only one array out contening the n datas that would work for float/integers.

i could maybe send a comma string as equivalent but it seems a bit complex to convert/reconvert..
or would that be possible? an array receive

Posted: 17 Sep 2010, 08:58
by 23fx23
nevermind,
i tested via sending a commatext acting as what would be the array,I could succefully get and convert up to 256 datas,
but it seems that live0sc cannot send large lists, neither arrays without a risk of datas being occasionnaly truncated. arf.
im pretty sure this is a liveOsc pb, not usine, so that won't help me that much, don't spend enery on this one..