<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">another moocow question, if you don’t mind…<div class=""><br class=""></div><div class="">why does readdir on linux output filenames not in order? 16.* before 10.* for example?</div><div class="">on osx and windows i get the expected behaviour.</div><div class=""><br class=""></div><div class="">cheers</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 24 Dec 2015, at 20:54, Bryan Jurish <<a href="mailto:moocow.bovine@gmail.com" class="">moocow.bovine@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">moin Alexandros, <div class=""><br class=""></div><div class="">looks like you're creating an "any" message with the selector "float", which iirc pd interprets as it does the output of a [float] object. without further arguments (the float value), the float's value defaults to zero.  if you really want the symbol "float", prefix it with the selector "symbol" or "list".</div><div class=""><br class=""></div><div class="">happy solstice,</div><div class="">  Bryan / moocow</div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, Dec 24, 2015 at 7:00 PM, Alexandros Drymonitis <span dir="ltr" class=""><<a href="mailto:adrcki@gmail.com" target="_blank" class="">adrcki@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">I'm trying several lists from symbols with [moocow/bytes2any] and the following behavior seems a bit strange to me.<br class=""></div>The following symbols, converted to numeral lists behave fine:<br class=""></div>a_float, a_string, string, a_bang, bang<br class=""><br class=""></div>The corresponding lists sent to [bytes2any] are:<br class="">97 95 102 108 111 97 116<br class="">97 95 115 116 114 105 110 103<br class="">115 116 114 105 110 103<br class="">97 95 98 97 110 103<br class="">98 97 110 103<br class=""><br class=""></div>If I send these lists to [bytes2any] it will output the correct messages (a_float, a_string, etc.). The symbol "float" though, which is converted to the list "102 108 11 97 116", when sent to [bytes2any] produces a 0 out the left outlet of the object.<br class=""><br class=""></div>I have attached a patch that demonstrates this. The symbols are converted to lists with [list fromsymbol]. I could use [list tosymbol] to create symbols from the lists, but I want to test [bytes2any] in this case.<br class=""><br class=""></div>Is this behavior expected or is it a bug?<br class=""></div>
<br class="">_______________________________________________<br class="">
<a href="mailto:Pd-list@lists.iem.at" class="">Pd-list@lists.iem.at</a> mailing list<br class="">
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank" class="">http://lists.puredata.info/listinfo/pd-list</a><br class="">
<br class=""></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class="">Bryan Jurish                           "There is *always* one more bug."<br class=""><a href="mailto:moocow.bovine@gmail.com" target="_blank" class="">moocow.bovine@gmail.com</a>         -Lubarsky's Law of Cybernetic Entomology<br class=""></div></div>
</div>
_______________________________________________<br class=""><a href="mailto:Pd-list@lists.iem.at" class="">Pd-list@lists.iem.at</a> mailing list<br class="">UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" class="">http://lists.puredata.info/listinfo/pd-list</a><br class=""></div></blockquote></div><br class=""></div></body></html>