<?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[Truncate in Pd]]></title><description><![CDATA[<p>Hi,</p>
<p>how would you go about dropping one or more digits after the decimal point? What would be the standard Pd way?</p>
<p>Cheers</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13806/truncate-in-pd</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 07:38:28 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13806.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Jan 2022 02:07:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Truncate in Pd on Thu, 27 Jan 2022 02:07:24 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>how would you go about dropping one or more digits after the decimal point? What would be the standard Pd way?</p>
<p>Cheers</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13806/truncate-in-pd</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13806/truncate-in-pd</guid><dc:creator><![CDATA[cfry]]></dc:creator><pubDate>Thu, 27 Jan 2022 02:07:24 GMT</pubDate></item><item><title><![CDATA[Reply to Truncate in Pd on Thu, 27 Jan 2022 02:15:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/cfry">@cfry</a> if you want the actual number truncated, that's usually done with multiplication and <code>[int]</code>. (for instance to get truncation within 2 decimal points, multiply by 100, use <code>[int]</code>, then multiply by 0.01 to get back to original range.<br />
If you just want to display a certain number of decimal places, you can use the formatting specifiers in <code>[makefilename]</code></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13806/truncate-in-pd/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13806/truncate-in-pd/2</guid><dc:creator><![CDATA[seb-harmonik.ar]]></dc:creator><pubDate>Thu, 27 Jan 2022 02:15:00 GMT</pubDate></item></channel></rss>