<?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[How to send int and float values between objects using netsend and netreceive?]]></title><description><![CDATA[<p>I have the patch from the image below.<br />
I want to send the values from my slider, using netsend and receiving these values in a netreceive object.<br />
However, every change I make to the slider returns the message &quot;netsend: no method for 'float'&quot;.<br />
How to solve this problem?</p>
<p>Thanks</p>
<p><img src="/uploads/files/1683808995434-print.png" alt="print.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14356/how-to-send-int-and-float-values-between-objects-using-netsend-and-netreceive</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 09:04:57 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14356.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 May 2023 12:43:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to send int and float values between objects using netsend and netreceive? on Thu, 11 May 2023 12:43:24 GMT]]></title><description><![CDATA[<p>I have the patch from the image below.<br />
I want to send the values from my slider, using netsend and receiving these values in a netreceive object.<br />
However, every change I make to the slider returns the message &quot;netsend: no method for 'float'&quot;.<br />
How to solve this problem?</p>
<p>Thanks</p>
<p><img src="/uploads/files/1683808995434-print.png" alt="print.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14356/how-to-send-int-and-float-values-between-objects-using-netsend-and-netreceive</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14356/how-to-send-int-and-float-values-between-objects-using-netsend-and-netreceive</guid><dc:creator><![CDATA[lucassilveira]]></dc:creator><pubDate>Thu, 11 May 2023 12:43:24 GMT</pubDate></item><item><title><![CDATA[Reply to How to send int and float values between objects using netsend and netreceive? on Thu, 11 May 2023 18:01:42 GMT]]></title><description><![CDATA[<p>You have to connect the netsend. Take a look at the help file.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14356/how-to-send-int-and-float-values-between-objects-using-netsend-and-netreceive/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14356/how-to-send-int-and-float-values-between-objects-using-netsend-and-netreceive/2</guid><dc:creator><![CDATA[no-structure]]></dc:creator><pubDate>Thu, 11 May 2023 18:01:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to send int and float values between objects using netsend and netreceive? on Fri, 12 May 2023 01:19:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/lucassilveira">@lucassilveira</a> said:</p>
<blockquote>
<p>&quot;netsend: no method for 'float'&quot;.</p>
</blockquote>
<p>Which Pd version are you using?</p>
<p>I ask because of a note in the [netsend] help patch: &quot;lists work like 'send' (as of Pd 0.51)&quot;</p>
<p>This means: If you are using Pd 0.51 or later, you should be able to send a number directly into [netsend] and it will be transmitted.</p>
<p>I confirm that this works in Pd 0.52.2:</p>
<p><img src="/uploads/files/1683853966270-pd-netsend.png" alt="pd-netsend.png" class="img-responsive img-markdown" /></p>
<p>Now, note that all the other examples in [netsend] help use &quot;send&quot; messages, such as &quot;send foo $1&quot; toward the bottom:</p>
<p><img src="/uploads/files/1683854091369-pd-netsend-help.png" alt="pd-netsend-help.png" class="img-responsive img-markdown" /></p>
<p>That &quot;as of Pd 0.51&quot; means: if you're using Pd 0.50.x or earlier, then the only way to make [netsend] work is with the &quot;send&quot; prefix:</p>
<p><img src="/uploads/files/1683854206395-pd-netsend-2.png" alt="pd-netsend-2.png" class="img-responsive img-markdown" /></p>
<p>But... if you're using an old Pd version... why? Probably better for you to upgrade.</p>
<p>(Also assuming here that you will later use [netsend] to send data to another process -- if it's all internal to Pd, then [send] / [receive] are better.)</p>
<p>hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14356/how-to-send-int-and-float-values-between-objects-using-netsend-and-netreceive/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14356/how-to-send-int-and-float-values-between-objects-using-netsend-and-netreceive/3</guid><dc:creator><![CDATA[ddw_music]]></dc:creator><pubDate>Fri, 12 May 2023 01:19:10 GMT</pubDate></item></channel></rss>