Something i made a while ago: https://forum.pdpatchrepo.info/topic/11171/store-a-multidimensional-array-with-key-value-storage-for-floats-symbols-and-lists

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.




---
pd-list@lists.iem.at - the Pure Data mailinglist
https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/STQBDBFHYEFOIF6NU3I57XR7B5FHLLMW/

To unsubscribe send an email to pd-list-le...@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.iem.at/

Reply via email to