Hello forum!
I try to set up a sequencer in pd. The idea is to have a nice processing sketch where one can draw rects into a grid. The indexes and value of each field activated is sent via osc.
So pd receives something like "/note i j val", where i and j are of course the coordinates and val is the chosen value.
So now I need something like a 2d array in pd that is updated with new values but traversed inside pd (for a good timing).
Do I really have to put many (j times) simple arrays?
Or is there a better/easier/handier way to solve this?
Any help appreciated
thel