On 6/1/25 11:53, Miller Puckette wrote:
It sounds like pureVST is loading (hence the sliders and the 20 channels) but that it isn't finding its way to the GUI, which it borrows from an installed Pd application. The plug-in searches in ~/pd and in /usr/lib/pd (which I think is the normal place that the automake stuff puts it) - or more specifically, it needs to find TCL files as ~/pd/tcl/pd-gui.tcl (etc) or as /usr/lib/pd/tcl/pd-gui.tcl etc. Next on my own dolist is to search for derivative filenames such as "pd-0.55-2" etc.
I've built Pd from source so all these files are in /usr/local/ on my computer. Is there to force PureVST to look there? I also built the new source I downloaded where I built libpd prior to building Pd, but still no luck.