<div dir="ltr">moin Alexandros,<div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 25, 2015 at 11:43 AM, Alexandros Drymonitis <span dir="ltr"><<a href="mailto:adrcki@gmail.com" target="_blank">adrcki@gmail.com</a>></span> wrote:<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"><span class="">On Thu, Dec 24, 2015 at 9:54 PM, Bryan Jurish <span dir="ltr"><<a href="mailto:moocow.bovine@gmail.com" target="_blank">moocow.bovine@gmail.com</a>></span> wrote:<br><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>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></blockquote></span><div>This doesn't seem to fix it. Tried both prefixes but with the "list" prefix I still get a 0, and with the "symbol" prefix I get a bang... <br></div></div></div></div>
</blockquote></div><div class="gmail_extra"><br></div>where are you inserting the selectors?  i just tried here and i get "0" for the "list" selector too, but "symbol" ought to work -- of course, it's a problem if you might also be passing through "real" floats (i.e. real-valued numbers like "42.247" or some such).</div><div class="gmail_extra"><br></div><div class="gmail_extra">i'm not sure what context you're using this in, but i think you're running into the fact that pd internally handles some selectors (notably "float" and "symbol") differently from most others.  so passing a 'pure' symbol "float" through [any2bytes] should be the same as passing the output of a message box [float( through it, i.e. [list 102 108 111 97 116(.  [bytes2any] should map that right back onto a simple [float( message, but [print] is likely to output "0" for that.  if you need [float( alone to map to [symbol float(, then my guess is that you'll need to handle that specially.</div><div class="gmail_extra"><br></div><div class="gmail_extra">marmosets,</div><div class="gmail_extra">  Bryan<br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Bryan Jurish                           "There is *always* one more bug."<br><a href="mailto:moocow.bovine@gmail.com" target="_blank">moocow.bovine@gmail.com</a>         -Lubarsky's Law of Cybernetic Entomology<br></div></div>
</div></div>