[declare]
How does [declare -lib foo] in current Pd Vanilla compare to [import foo] in Pd-extended? In Pd-extended, [import foo] will:a) look for foo.pd_linux (or whatever extensions) to load from searchpathsb) look for foo.pd to load from searchpathsc) run the libdir_loader and look for a directory named "foo" that has a "foo-meta.pd" patch inside it. I like "c" because it could easily be changed to load that foo-meta.pd file the same way the hidden pd-_float gets added. That would be useful for singletons, esp. for data structures.
-Jonathan