Something i made a while ago: https://forum.pdpatchrepo.info/topic/11171/store-a-multidimensional-array-wi...
Am 03.11.24 um 21:13 schrieb Chris McCormick:
Hi,
I was wondering if anybody has implemented a key-value store in Pd which can be serialized to a list? I'd like to be able to send messages like:
set foo value1 value2 value3 get foo (returns value1 value2 value3) del foo set bar valueX valueY set baz valueZ
And then a way to dump and read entire key-value tables from the list with e.g. [dump( and [restore ...( where ... is the serialized form of the key values.
I guess I can build this with [text] but I wanted to check if anybody has done it already.
Cheers,
Chris.