Hi all,
I see the [import] object is not included in vanilla Pd-0.47, how are you supposed to load the required externals from within a patch?
Thanks
josep m
[declare]
Le 02/12/2016 à 13:01, Jeppi Jeppi a écrit :
Hi all,
I see the [import] object is not included in vanilla Pd-0.47, how are you supposed to load the required externals from within a patch?
Thanks
josep m
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
[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
2016-12-02 15:58 GMT-02:00 Jonathan Wilkes via Pd-list <pd-list@lists.iem.at
:
[declare]
How does [declare -lib foo] in current Pd Vanilla compare to [import foo] in Pd-extended?
check declare's help, you can specify if you are declaring a search path or a library, both in the standard pd path or in a path in relation to the patch's folder
try [declare]
On Fri, Dec 2, 2016 at 12:01 PM, Jeppi Jeppi jeppiot@hotmail.com wrote:
Hi all,
I see the [import] object is not included in vanilla Pd-0.47, how are you supposed to load the required externals from within a patch?
Thanks
josep m
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list