Hi,
I think this PR would be a first step in this direction: https://github.com/pure-data/pure-data/pull/1766
So far it only allows to load GUI plugins together with compiled externals, but I guess the mechanism can be extended to specifically load GUI plugins.
Christof
On 13.11.2024 08:50, Chris McCormick wrote:
Hi,
Is it possible to have a Tcl extension load from an abstraction directory or -declare path (when the abstraction loads) instead of the top level Pd search path? In other words I want to put something-plugin.tcl into a folder that is not on the search path and have it load when I load the patch or abstraction in the folder where it is. I guess the ultimate use-case is plugins that only load with a particular abstraction.
Cheers,
Chris.