Hi all,
at:
http://student-kmt.hku.nl/~tjeerd/pd/pd_fileformat.html
there is a fileformat description for PureData version 0.37, written by Simon Asselbergs and me. If you find this document incorrect or incomplete please send us an e-mail using the links at the top of the document. At this time, only basic PD elements are described. We'd appreciate any help to make this document thourougly complete.
The document is released under the GNU Free Document License. A copy of the license is online at http://www.gnu.org/licenses/fdl.html.
Tjeerd Sietsma & Simon Asselbergs
Looks quite nice.
It would be great if you would maintain this on
http://puredata.org/docs. Just make a login and then you can publish
docs there.
.hc
On May 11, 2005, at 12:46 PM, tjeerd@meentflat.nl wrote:
Hi all,
at:
http://student-kmt.hku.nl/~tjeerd/pd/pd_fileformat.html
there is a fileformat description for PureData version 0.37, written by Simon Asselbergs and me. If you find this document incorrect or incomplete please send us an
e-mail using the links at the top of the document. At this time, only basic PD elements are described. We'd appreciate any help to make this document thourougly complete.The document is released under the GNU Free Document License. A copy
of the license is online at http://www.gnu.org/licenses/fdl.html.Tjeerd Sietsma & Simon Asselbergs
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Computer science is no more related to the computer than astronomy is
related to the telescope."
-Edsger Dykstra
hi Tjeerd,
tjeerd@meentflat.nl wrote: ...
http://student-kmt.hku.nl/~tjeerd/pd/pd_fileformat.html
there is a fileformat description for PureData version 0.37, written by Simon Asselbergs and me. If you find this document incorrect or incomplete please send us an e-mail
hmm... is not this too complete? the basic syntax is more or less (apart from the scanner part):
patchfile ::= message* message ::= targetname atom+ ';' targetname ::= symbol atom ::= float | symbol
the rest is evaluation: passing messages to targets... so, any message will do, as long as there is a method defined for a target's class. Any targetname symbol will do, as long as its bound to an object during evaluation of the message.
Krzysztof