Hi, list.
In Pop_OS (Debian derivative), I created a file called *canvasgrey-plugin.tcl* and populated it with:
set ::canvas_fill "gray75" set ::text_color "#222"
I've openned Pd, created new windows, saved the preferences, but seen no change in the canvas or text color. Any suggestions?
This page http://puredata.info/docs/guiplugins/GuiPluginsAPI seems recent enough, but links to pages on sourceforge that I can't find now. Is there another repository of tcl plugins that I'm just not finding? Would love some nice simple examples.
Thanks! Sam
On 3/3/22 15:59, Samuel Burt wrote:
Hi, list.
In Pop_OS (Debian derivative), I created a file called *canvasgrey-plugin.tcl* and populated it with:
set ::canvas_fill "gray75" set ::text_color "#222"
I've openned Pd, created new windows, saved the preferences, but seen no change in the canvas or text color. Any suggestions?
This page http://puredata.info/docs/guiplugins/GuiPluginsAPI seems recent
this page refers to pd-extended (long dead), and doesn't apply to pd (vanilla).
theres currently no way to set the colors in Pd, but there's a [196] that tries to add this possibility.
gasmr IOhannes