There has been lots of work on the 0.43 Pd GUI Rewrite, and it should
be quite useable now. Please try it for any daily patching and report
any issues that you might have so that they can be fixed. There is a
bunch of fun new stuff possible with plugins, like you can bind to any
key, for example make "O" give you an [osc~] and "P" give you a [pack]
while Ctrl-O and Ctrl-P keep their original meanings.
For a more complete ChangeLog and links to nightly builds, see: http://puredata.info/dev/PdGuiRewrite
Also, here's the beginning of some docs on how to write GUI plugins.
Please add anything you know of, and ask questions so we can get more
stuff documented:
http://puredata.info/docs/PdGuiPluginsAPI
.hc
Programs should be written for people to read, and only incidentally
for machines to execute.