<div dir="ltr">since this topic shows a lot in this mailing list, I could also go ahead and prevent someone from saying that both cyclone and zexy carry the same comparison objects, that is not true...<div><br></div><div>zexy and cylone both have >~, <~ and ==~</div><div><br></div><div>but only cyclone has !=~, >=~, <=~, </div><div><br></div><div>while only zexy has &&~ and ||~<span style="color:rgb(0,0,0);font-family:"dejavu sans mono";font-size:10px;white-space:pre-wrap"> </span></div><div><span style="color:rgb(0,0,0);font-family:"dejavu sans mono";font-size:10px;white-space:pre-wrap"><br></span></div><div>cyclone also has some other non alphanumeric math objects: %~, !-, !-~, !/, !/~ and +=~<span style="color:rgb(0,0,0);font-family:"dejavu sans mono";font-size:10px;white-space:pre-wrap"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-04-04 23:47 GMT-03: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">I hope you're not using Pd extended, as we dont use that anymore<div><br></div><div>if you wanna try the new Purr Data (the new alternative to Pd Extended), it will automatically load the [>~] object for you, without the need to declare anything. The loaded object is from zexy (though purr data also carries cyclone 0.2)</div><div><br></div><div>cheers</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-04-04 23:43 GMT-03: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">howdy, if you have the latest vanilla, you can search for externals in 'deken'<div><br></div><div>just go to "help => find externals" and type in the object</div><div><br></div><div>searching for ">~" brings up the latest cyclone (0.3 alpha)</div><div><br></div><div>----</div><div><br></div><div>now, this only works if someone uploaded the library containing all the objects.</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote"><span>2017-04-04 20:45 GMT-03:00 Lucas Cordiviola <span dir="ltr"><<a href="mailto:lucarda27@hotmail.com" target="_blank">lucarda27@hotmail.com</a>></span>:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div id="m_7018204273993114813m_1846749685421902013gmail-m_7522332869058670422divtagdefaultwrapper" style="color:rgb(0,0,0);font-family:calibri,arial,helvetica,sans-serif" dir="ltr">
<div>[>~] is in cyclone. Some objects from cyclone require to load the lib: [declare -stdlib cyclone] or [declare -lib your/path/to/cyclone] </div></div></div></blockquote><div><br></div></span><div>this is accurate, cyclone has it and you need to load the library, but let me add more information. In the new cyclone, [>~] is part of the cyclone library, so you need to load the library (putting it in your "path" preferences also work.</div><div><br></div><div>Now, the new cyclone also has alphanumeric aliases that you can load without loading the library [greaterthan~] is the alias of [>~]</div><div><br></div><div>Now, cyclone 0.2 also has [>~], but you'd need to load the 'nettles' library, we thought it was best to change this as in earlier versions (from cyclone 0.1) you needed to load the cyclone library for those...<br></div><div><br></div><div>So, when searching for the >~ object in deken, you don't find the cyclone 0.2 version because that object is not listed in the given object list.</div><div><br></div><div>Also, the zexy library does have a [>~] object too... but it doesn't show up when searching for externals because it doesn't have an object list up in deken, so I assume.</div><div><br></div><div>Finally, if you want a vanilla solution, just use </div><div><br></div><div>[expr~ $v1 > $v2]</div><div><br></div><div>cheers</div><div><br></div></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>