Hi Alessio,
On 23/12/14 06:27, Alessio Degani wrote:
I would like to try to change pd-vanilla patch rendering in order to obtain something like pd-extended rendering.
After some search, it seems that all what I need is in the tcl stuff.
I am not an expert but I think you are right and you can accomplish what you want with "tcl plugins" like this:
https://svn.code.sf.net/p/pure-data/svn/trunk/scripts/guiplugins/simple_exam...
There is an example in that directory for changing edit mode look, colors, and patch cord too, I think.
Some other examples of things you can do:
https://svn.code.sf.net/p/pure-data/svn/trunk/scripts/guiplugins/
Here is some documentation about it:
http://puredata.info/docs/guiplugins/GUIPlugins
Install your "*-plugin.tcl" file into a "standard path" where Pd will search and it will get loaded automatically:
http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files
Hope this helps!
Cheers,
Chris.