forwind wrote:
Hello Everybody,
Apologies if this is not the correct place to post this but could someone point me towards ways to record/save the overall state of a patch.
http://lists.puredata.info/search/PD-list?query=state+saving
What solutions do people generally use ?
sssad appears to be popular memento/rradical was also popular, not sure what the current status is netpd has a distributed state saving/propagation system
I was considering writing something in python which would save/recall a patch's state via OSC.
seems over complicated and rather tricky to synchronise (lots of possible race conditions i can imagine..)
Each patch would have to define an 'API' to facilitate this but would work well considering hooking up python and pd via OSC is pretty straight forward using something like pickle to serialize/deserialize a patches state.
Best regards Conor