<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is there a an easy way to include a bunch of directories recursively, 
rather than adding each of the 30+ paths available in usr/lib/pd/extra/ 
alone?</blockquote><div><br></div><div>be aware that [declare] and [lib] behavior just changed a bit; they now scan sub-directories of:</div><div>- 1 calling patch folder</div><div>- 2 paths that you declared in Pd preferences</div><div>- 3 standard paths (e.g /usr/lib/pd/extra or ~/.local/lib/pd/extra)<br></div><div><br></div><div>So whatever the way you chose to install "foo" library, i.e whether "foo" folder has been copied locally to the patch, or in "/myHome/myLibs" (provided that you declared "myHome/myLibs" in Pd's path preferences), or in "/usr/lib/pd/extra" (because you used apt-get), all you have to do is put a [declare -path foo] in the calling patch so you can use objects from "foo".</div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font face="arial, helvetica, sans-serif"> Antoine Rousseau </font></div><div dir="ltr"><font face="arial, helvetica, sans-serif">  <a href="http://metalu.net" target="_blank">http://www.metalu.net</a> __ <a href="http://www.metaluachahuter.com/compagnies/al1-ant1/" target="_blank">http://www.metaluachahuter.com/</a><br><br></font></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr">Le dim. 23 sept. 2018 à 21:02, IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 9/23/18 8:27 PM, Atte via Pd-list wrote:<br>
> I can think of three ways to make external libraries (externals/abstractions) available on my debian stable (running pd 0.47.1 from the debian repos):<br>
> <br>
> 1) install the ones from the debian repos<br>
> 2) using the deken plugin<br>
> 3) compiling by hand<br>
> <br>
> I'd rather stick with one to avoid total mess. What do other debian users prefer? <br>
<br>
with my Debian hat on: the choice should always be to use the Debian<br>
repositories, whenever possible.<br>
(sometimes this may not be possible, as not all (although most known)<br>
Pd-libraries are packaged; or when you need a release of a given library<br>
that is newer than Debian/stable).<br>
<br>
there is also the "pd-deken-apt" (Debian) package, which allows you to<br>
install the Debian packaged libraries from within Pd (using the deken<br>
plugin)<br>
<br>
gfmdsar<br>
IOhannes<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>