Posted: 16 Sep 2010, 13:28
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
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