On Tue, 2010-07-13 at 12:26 +0200, Frank Barknecht wrote:
Hi,
On Tue, Jul 13, 2010 at 11:48:18AM +0200, Roman Haefeli wrote:
Personally, I'd prefer to not auto-load anything at all, which would also encourage a nice patching style with explicitly loading the required libraries. I'd be interested to hear what others think about the matter.
I would love a proper way for Pd vanilla/core to load libraries into abstractions. I know of [import] but most of my abstraction libraries target vanilla installs, too, so I cannot use it. And [declare] currently is designed for top-level _main.pd-style patches only, so there's no way to really preload list-abs in RTC-lib-abstractions for example.
It works, if list-abs is not part of the project, i.e. if you don't need to declare the library relative to the projecr/_main.pd patch, but is installed system-wide.
Roman