IIRC there was a documentation somewhere about (private) creation arguments (position and meaning) for dynamic patching ; for [floatatom] and iem GUI objects. I can't find it anymore. I need it to parse pd files (inside another software). I could search into the sources, but if it is already done...
-
[floatatom] arguments documentation
-
Should be here..... https://puredata.info/docs/developer/PdFileFormat ...... but the whole site is unreachable right now.
It used to be included in Pd extended source code..... another loss....
Here it is....... pdfileformat.zip
David. -
Thanks!
-
I have some projects that do parsing of pd files to extract GUI widgets parameters (to create a json file with custom guis in mobmuplat or Open Stage Control)
You can check this : https://github.com/jyg/stage and look inside stage.pd -
Merci !
I already done the work ; but i had hard time to understand it again (thus trying to documented it for future me).
-
de rien !