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. What solutions do people generally use ? I was considering writing something in python which would save/recall a patch's state via OSC. 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
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
Hallo, Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen wrote:
forwind wrote:
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
I still use Memento, as I'm used to it, but for new users I would rather recommend sssad, as it's much easier to install, has most of Memento's features now, doesn't require any externals, has a clean patching style etc.
Yesterday I posted a complete example that shows how easy it can be to convert a patch to use sssad: http://lists.puredata.info/pipermail/pd-list/2008-08/064547.html
Ciao
hi,
pdmtl abstractions have a solution for state-saving, auto-gui creation, midi mapping, osc mapping. you need to install pdmtl abstractions, add it to your path and open 1.browser.pd
http://www.workinprogress.ca/pd/pdmtl/browser.ogg (theora video (vlc)) http://wikifarm.koumbit.net/dataflow/PdMtlAbstractions
pat
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. What solutions do people generally use ? I was considering writing something in python which would save/recall a patch's state via OSC. 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
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev