<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[display value with comma]]></title><description><![CDATA[<p dir="auto">hello, how to display the value of a knob on a label?<br />
I use Label1.set("text", value); and that gives me 0.100000002000000 . the number is not round and if I use Math.round, I get 1 2 3... except that my knob is set to -0.5 &gt; 0.5.  THANKS :)</p>
]]></description><link>https://forum.hise.audio/topic/10211/display-value-with-comma</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 06:10:08 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/10211.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Aug 2024 11:50:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to display value with comma on Mon, 05 Aug 2024 12:14:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a><br />
what an idiot I am. I didn't put the /100 in the right place ^^ thank you it works</p>
]]></description><link>https://forum.hise.audio/post/84319</link><guid isPermaLink="true">https://forum.hise.audio/post/84319</guid><dc:creator><![CDATA[yall]]></dc:creator><pubDate>Mon, 05 Aug 2024 12:14:15 GMT</pubDate></item><item><title><![CDATA[Reply to display value with comma on Mon, 05 Aug 2024 12:05:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/666">@yall</a></p>
<p dir="auto">Math.round rounds to the next integer..</p>
<p dir="auto"><a href="https://docs.hise.dev/scripting/scripting-api/math/index.html#round" rel="nofollow ugc">https://docs.hise.dev/scripting/scripting-api/math/index.html#round</a></p>
<p dir="auto">so multiply your value by 100, round it and then divide by 100...</p>
]]></description><link>https://forum.hise.audio/post/84317</link><guid isPermaLink="true">https://forum.hise.audio/post/84317</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Mon, 05 Aug 2024 12:05:20 GMT</pubDate></item></channel></rss>