On 07/14/2016 12:49 PM, José Rafael Subía Valdez wrote:
> well.. it's like a table of tables, a matrix. and you address them by
> "frames" instead of by simple index

assuming you have uniform tables (all tables of the same size) it is
pretty easy to store the data in a single big table and calculate the
bigindex for a given frame/index:

table[frame][index] == bigtable[frame*framesize+index]

gfmards
IOhannes

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to