Dearest Pd crowd,
it is finaly time for me to learn some data structures! I need a structure where i have a nested array:
(array1 (array2(float)))
array1 should have 200 slots of
array2, needs 10 slots of
float
the setup seems to work, but somehow i can not set, or get a number out of my structure.
May someone enlighten me? I hope you can follow with this:
nestedArrays.pd
EDIT: setting the number like in the patch seeams to work. I can see it right clicking the properties of the structure in the data window. But retrieving it is not working. Am i doing something wrong with the pointer??