<div dir="ltr">ok, but let me be picky... first, [declare -lib] loads a library, relative to the patch, so there seems to be no reason to declare it if it is in the same folder as the patch and I could just call it by [./scope~], right?<div><br></div><div>But well, if you actually mean using [declare -stdlib], same thing goes... i can just call it [cyclone/scope~], instead of [declare -stdlib cyclone/scope~] and then using just [scope~]. So this is why I don't see a point in using declare, even though you can. Seems like it's useful if you're loading a library like zexy.</div><div><br></div><div>Moreover, it's nice just to have cyclone folder in your search path and don't bother to use declare -lib or -path</div><div><br></div><div>But anyway, I have my compiled single object library scope~.pd_darwin</div><div><br></div><div>I tried [declare -stdlib cyclone/Scope~] and I could load the object in the following manners:</div><div><br></div><div>[scope~]</div><div>[Scope~]</div><div>[cyclone/scope~]</div><div>[cyclone/Scope~]</div><div><br></div><div>which are also the 4 ways I can load it if I just have it in my search path</div><div><br></div><div>So, did I find a good way to phase out the Upper Case Letter NonSense? :)</div><div><br></div><div>cheers</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-08 19:11 GMT-03:00 IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 04/09/2016 12:06 AM, Alexandre Torres Porres wrote:<br>
> sure, but not a library containing many objects, so I don't see why using<br>
<span class="">> [declare -lib], isn't that just for the case of libraries with many<br>
> objects? Since it is just a single object binary, all I need is to have it<br>
> in a path, so more like [declare -path "folder"].<br>
<br>
</span>well the point is that you *can* load any library (regardless of the<br>
number of object it contains) with [declare -lib].<br>
<br>
e.g. you can use it to load a library "cyclone/Scope~" which has an<br>
alias "scope~" - and in the patch you can juse use [scope~].<br>
<br>
gmdsr<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
</font></span><br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">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>
<br></blockquote></div><br></div>