<?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[Send array&#x2F;list of data to message box from Unity.]]></title><description><![CDATA[[[topic:post_is_deleted]]]]></description><link>http://forum.pdpatchrepo.info/topic/13945/send-array-list-of-data-to-message-box-from-unity</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 22:52:35 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13945.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 May 2022 09:01:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Send array&#x2F;list of data to message box from Unity. on Tue, 24 May 2022 08:13:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/kiara">@Kiara</a> Just trawled the web for a moment.<br />
Looks like in Unity the method is Pd.SendMessage() and in Pd a [receive] object...... but the [receive something] object requires a name.... an address.<br />
Maybe you simply prepend the address to the array data on the Unity side i.e. Pd.SendMessage(&quot;something&quot; 5 4 3 2 1) .....but I have no idea.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13945/send-array-list-of-data-to-message-box-from-unity/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13945/send-array-list-of-data-to-message-box-from-unity/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 24 May 2022 08:13:10 GMT</pubDate></item><item><title><![CDATA[Reply to Send array&#x2F;list of data to message box from Unity. on Tue, 31 May 2022 03:49:44 GMT]]></title><description><![CDATA[<p>Based on the documentation, I should be able to send  message box values using the following method</p>
<pre><code>public void SendMessage(string destination, string symbol, params object[] args)
</code></pre>
<p>I know, destination = receiver box with a string name and args = array. I can't figure out what the &quot;Symbol&quot; parameter means, and without it, Unity is using its own Send Message method instead of libPd.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13945/send-array-list-of-data-to-message-box-from-unity/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13945/send-array-list-of-data-to-message-box-from-unity/3</guid><dc:creator><![CDATA[Kiara]]></dc:creator><pubDate>Tue, 31 May 2022 03:49:44 GMT</pubDate></item></channel></rss>