<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yeah all numbers are floats ... but if I do this:<div><br></div><div>[3 &lt;</div><div>|</div><div>[int]</div><div>|</div><div>[/osc/number $1 &lt;</div><div>|</div><div>[packOSC]</div><div>|</div><div>[udpsend]</div><div><br></div><div>packOSC sets the argument type on the receiving end as an int. I've had that bite me in the past for osc apis that are only looking for ints instead of both ints &amp; floats. I was thinking that [packOSC] might be interpreting a non-decimal float as an int, but I don't think so ...</div><div><br></div><div><div><div>On Aug 28, 2013, at 4:10 PM, Max &lt;<a href="mailto:abonnements@revolwear.com">abonnements@revolwear.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">hm. since in Pd all numbers are floats printing a 1.0 will show 1<br>however I can use [makefilename %s.0] which seems to be a possible workaround.<br><br><span>&lt;forcedecimal.pd&gt;</span><br><br><br><br>Am 28.08.2013 um 21:58 schrieb Dan Wilcox &lt;<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>&gt;:<br><br><blockquote type="cite">Sounds like they don't want ints and sending non decimal values as floats results in an int type tag in the OSC message. Try forcing all values to be floats with a [float] object.<br><br>On Aug 28, 2013, at 3:34 PM, <a href="mailto:pd-list-request@iem.at">pd-list-request@iem.at</a> wrote:<br><br><blockquote type="cite">From: Max &lt;<a href="mailto:abonnements@revolwear.com">abonnements@revolwear.com</a>&gt;<br>Subject: [PD] RME TotalMix controlled with OSC<br>Date: August 28, 2013 2:33:32 PM EDT<br>To: PD list &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br><br><br>Hi List, has anyone used OSC o control RME's TotalMix application? The OSC support in there seems rather flawed, for instance the float messages seem to require 1.0 format and 1 will be wrong. How can I sent floats in Pd which have a zero decimal?<br><br>m.<br></blockquote><br>--------<br>Dan Wilcox<br>@danomatika<br><a href="http://danomatika.com">danomatika.com</a><br>robotcowboy.com<br><br><br><br><br><br>_______________________________________________<br>Pd-list@iem.at mailing list<br>UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list<br></blockquote><br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--------</div><div>Dan Wilcox</div><div>@danomatika</div><div><a href="http://danomatika.com">danomatika.com</a></div><div><a href="http://robotcowboy.com">robotcowboy.com</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></div></body></html>