[PD] 3D tabplay?

IOhannes m zmölnig zmoelnig at iem.at
Thu Jul 14 15:54:14 CEST 2016


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160714/ac1082eb/attachment.sig>


More information about the Pd-list mailing list