Hi everyone,
This is an abstraction I developed together with @Jona a while ago (thanks man!), it seems to work fine on pd vanilla 0.48 so I'm finally sharing it (graphically it's still a bit messed up since the font in pd 0.48 is a bit bigger than in 0.47 for some reason). hopefully someone else can find a use for it too.
GRID is based on data structures and is a simple grid that can be used to create sequences of numbers. It holds multiple patterns (= screenshots of the grid) which can be saved to a text file. My intention was to make it as flexible as possible, therefore the actual sequencing and the scaling is done outside of the abstraction. More info in the help file.
It requires some abstractions provided in the zip, together with a couple more used in the help patch.
also quite some time ago i tried to build an interface with all functions from the grid that i need most on the top layer. inside the patch is the grid1.0 without any changes. in addition there is the possibility to program the patternsequences. i still need to find a more elegant way to implement the grid into the interface, this was more like a test: 
