<div dir="ltr"><div><br class=""><br><div class="gmail_quote">2016-02-15 18:23 GMT-02:00 Fred Jan Kraan <span dir="ltr"><<a href="mailto:fjkraan@xs4all.nl" target="_blank">fjkraan@xs4all.nl</a>></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div></div></div></div></blockquote></span>Most of cyclone are single objects files, as per pd-extended. The nettles part is a multi object library file. This seemed the simplest way to re-introduce them while avoiding the weird symbol issues. [declare] seemed more elegant than adding hexloader compliant object file names.<br></blockquote><div><br></div><div>I'm sorry this is  still hard for me to get, so I need to keep asking questions about what you mean. I guess I'm having a harder time understanding what you mean by "adding hexloader compliant object file names".</div><div><br></div><div>But I know this: I downlaoded zexy form deken and included it in the search path of pd vanilla 0.46-7. I can now easily load an object like [>~] without the need of the [hexloader] object, [declare] or anything.</div><div><br></div><div><div style="font-size:12.8px">There were also other given reasons, like this not being possible in a particular OS, but that doesn't seem to be a problem.</div></div><div><br></div><div>So, simply put, it is possible... why couldn't we do this with cyclone? Or is it quite possible but there is a choice not to do it?</div><div><br></div><div><div style="font-size:12.8px">Using declare is making it harder, so if there's a way to prevent it, I strongly believe, as a Pd user that we should prevent it. In fact, I have to confess that in 10 years of patching with Pd I had never needed to use [declare], this is the first time I had to read its help file. I have also written over 320 examples for my classes in Pd Extended and never had to use it.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I find it really problematic that it seems you have to include flags, know a weird name not related to "cyclone" and, worst of all, save and close your patch to reopen and then be able to get the object you want. This is really a bad choice over just being able to load the object without any of this.</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">please let me know of any issues I'm still not getting</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">cheers</div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-02-15 20:21 GMT-02:00 Alexandre Torres Porres <span dir="ltr"><<a href="mailto:porres@gmail.com" target="_blank">porres@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><div>On 2016-02-15 07:38 PM, Martin Peach wrote:<br></div></span><div><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">If you look in Pd source file x_arithmetic.c you will find this line: binop2_gt_class = class_new(gensym(">"), (t_newmethod)binop2_gt_new, 0,</div></div></div></blockquote><div><br></div></span><div>Well, by looking at the nettles.c code, we find the exact same structure</div><div><br></div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap">sigeq_class = </span><span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap;color:rgb(0,134,179)">class_new</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap">(</span><span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap;color:rgb(0,134,179)">gensym</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap">(</span><span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap;color:rgb(24,54,145)"><span>"</span>==~<span>"</span></span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap">),</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap">(t_newmethod)sigeq_new, </span><span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap;color:rgb(0,134,179)">0</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:18.2px;white-space:pre-wrap">,</span></div></div><div><br></div><div>So cyclone is taking care of this problem in the same way!</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">None of those names are legal file names on those systems.</div></div></div></blockquote><div> </div><div>Cool, so it's not a matter of one particular OS having an issue an not another, it's a general issue to all of them that have the workaround which is already done.</div><span class=""><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Cyclone, when it's properly set up, will also register a bunch of symbols when it starts, thereby avoiding file searches for illegal filenames. </blockquote><div><br></div></span><div>Yep, this is what I'm assuming, that you can make it work if you do the right thing. For example, I mentioned I downloaded a version of the zexy library that loads [>~] without the need of a [hexloader] object. I just put "zexy" in the search patch and [>~] loads quite easily.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">If only part of cyclone is loaded, it may not have registered the weird symbols, so they won't load</blockquote></span></div><div> </div><div>These objects are not loaded, so only a part of cyclone is in fact loaded, I'm not sure why yet, it's kinda over my head. I'm having a hard time trying to figure it out the issues of needing to use [declare] and not loading this files beforehand.</div><div><br></div><div>But I just believe you can have them load with no problem in any OS now, right?</div><div><br></div><div>cheers</div></div></div></div>
</blockquote></div><br></div>