<?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[Sending global messages via netsend]]></title><description><![CDATA[<p>Hello,</p>
<p>The helpfile for Netsend shows how to send a simple message to a Netreceive object in another instance of PureData.</p>
<p><img src="/uploads/files/1650872929452-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
<p>But how to send a &quot;global message&quot; and execute it automatically?<br />
For global message I mean the messages starting with a semicolon,<br />
like</p>
<pre><code>; 
pd dsp 1 
</code></pre>
<p>or</p>
<pre><code>;
$0-param1 0;
$0-param2 62; 
</code></pre>
<p>I tried this, but no success:<br />
<img src="/uploads/files/1650872929452-image.png" alt="image.png" class="img-responsive img-markdown" /><br />
I'd like to execute the instruction on the destination instance only, and not on the source instance.</p>
<p>Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 07:52:41 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13913.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Apr 2022 07:50:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sending global messages via netsend on Mon, 25 Apr 2022 07:50:24 GMT]]></title><description><![CDATA[<p>Hello,</p>
<p>The helpfile for Netsend shows how to send a simple message to a Netreceive object in another instance of PureData.</p>
<p><img src="/uploads/files/1650872929452-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
<p>But how to send a &quot;global message&quot; and execute it automatically?<br />
For global message I mean the messages starting with a semicolon,<br />
like</p>
<pre><code>; 
pd dsp 1 
</code></pre>
<p>or</p>
<pre><code>;
$0-param1 0;
$0-param2 62; 
</code></pre>
<p>I tried this, but no success:<br />
<img src="/uploads/files/1650872929452-image.png" alt="image.png" class="img-responsive img-markdown" /><br />
I'd like to execute the instruction on the destination instance only, and not on the source instance.</p>
<p>Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend</guid><dc:creator><![CDATA[ludnny]]></dc:creator><pubDate>Mon, 25 Apr 2022 07:50:24 GMT</pubDate></item><item><title><![CDATA[Reply to Sending global messages via netsend on Mon, 25 Apr 2022 14:24:40 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ludnny">@ludnny</a> You can send [send pd dsp 1(<br />
and in the receiver.......<br />
[netreceive]<br />
|<br />
[route pd]<br />
|<br />
[s pd]</p>
<p>As &quot;;&quot; is simply a local shortcut for [s] that allows a message to be sent to an address from within a message....... see my next post.</p>
<p>OR.....<br />
Send the message [send addsemi, send add2 pd, send add2 dsp, send add2 1, send bang, send set(<br />
and attach an empty message box to the outlet of [netreceive].<br />
Of course you could use [list prepend send] to shorten that message (the list will still need to be comma separated for it to work...!).<br />
Something has to be attached to [netreceive] for the message to take effect at the receiving end.<br />
In the screenshot below I have turned DSP on in Pd Extended by sending that message from a Vanilla instance.<br />
David.<br />
<img src="/uploads/files/1650880278902-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Mon, 25 Apr 2022 14:24:40 GMT</pubDate></item><item><title><![CDATA[Reply to Sending global messages via netsend on Mon, 25 Apr 2022 14:02:52 GMT]]></title><description><![CDATA[<p>Thank you!</p>
<p>The idea of sending the message with commas and to attach a message box to Netreceive works perfectly!</p>
<p>About the semicolon at the beginning of a message, I don't thing it's a local shortcut for [s pd]</p>
<p><img src="/uploads/files/1650895086408-image.png" alt="image.png" class="img-responsive img-markdown" /><br />
In this example, only the left one is working.<br />
It looks like the first semicolon means &quot;send argument 2 to argument 1 for each line&quot;.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend/3</guid><dc:creator><![CDATA[ludnny]]></dc:creator><pubDate>Mon, 25 Apr 2022 14:02:52 GMT</pubDate></item><item><title><![CDATA[Reply to Sending global messages via netsend on Mon, 25 Apr 2022 14:22:12 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ludnny">@ludnny</a> Sorry..... my mistake........ a shortcut for [send] within a message....... to any address specified by the atom that follows the semicolon.<br />
I will change it above in case someone stumbles on the error.<br />
Thank you,<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13913/sending-global-messages-via-netsend/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Mon, 25 Apr 2022 14:22:12 GMT</pubDate></item></channel></rss>