<?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[[ANSWERED] Matrix Value Receive: Output to DMX and Route Values Back Inside Isadora]]></title><description><![CDATA[<p>Is there a way to rewrite the hexadecimal sentence from the Matrix Value Receive (Artnet configuration) to decimal?</p>]]></description><link>https://community.troikatronix.com/topic/7598/answered-matrix-value-receive-output-to-dmx-and-route-values-back-inside-isadora</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 22:17:45 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/7598.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Oct 2021 01:07:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ANSWERED] Matrix Value Receive: Output to DMX and Route Values Back Inside Isadora on Tue, 19 Oct 2021 21:27:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a></p><p><br />Got it!</p><p>function main()<br />{<br />    var input             =    arguments[0];<br />    var values             =    input.split(',')<br />    <br />    return values;<br />}</p><p>So I configure the matrix to have a ',' separator between each value (integer, 3 digits), output the string in a trigger text actor then to the javascript actor with this code. Work perfectly for me.</p><p>Thanks you.</p>]]></description><link>https://community.troikatronix.com/post/47258</link><guid isPermaLink="true">https://community.troikatronix.com/post/47258</guid><dc:creator><![CDATA[Rodolphe S]]></dc:creator><pubDate>Tue, 19 Oct 2021 21:27:26 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Matrix Value Receive: Output to DMX and Route Values Back Inside Isadora on Tue, 19 Oct 2021 18:46:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4387">@rodolphe-s</a> said:</p>
<blockquote>I'm a dummy in javascript, but I will dig into that.</blockquote>
<p> If you post the String you create with the Matrix actors, I (or another user) will be happy to whip up some parsing code for you :)</p>]]></description><link>https://community.troikatronix.com/post/47256</link><guid isPermaLink="true">https://community.troikatronix.com/post/47256</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Tue, 19 Oct 2021 18:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Matrix Value Receive: Output to DMX and Route Values Back Inside Isadora on Tue, 19 Oct 2021 18:04:55 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a></p><p>Thanks for the hint!</p><p>I'm a dummy in javascript, but I will dig into that.</p>]]></description><link>https://community.troikatronix.com/post/47254</link><guid isPermaLink="true">https://community.troikatronix.com/post/47254</guid><dc:creator><![CDATA[Rodolphe S]]></dc:creator><pubDate>Tue, 19 Oct 2021 18:04:55 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Matrix Value Receive: Output to DMX and Route Values Back Inside Isadora on Tue, 19 Oct 2021 01:04:33 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4387">@rodolphe-s</a></p><p>yes, you can use two Matrix Value Receive actors, both will get your values, and the new (second one) doesn't need to convert your values to hex.<br />The default values for the Matrix Value Receive don't convert to hex, you could set a separator to create a string made of numbers and separators.. perhaps like this 1-2-3-4-5-6 etc..<br />Then you could parse this. I would recommend using the Javascript actor for this task, and perhaps formatting the string into JSON so you could pick and choose values from it using the downloadable plugin, JSON Parser.</p><p>That solution could be very powerful/flexible.</p>]]></description><link>https://community.troikatronix.com/post/47244</link><guid isPermaLink="true">https://community.troikatronix.com/post/47244</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Tue, 19 Oct 2021 01:04:33 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Matrix Value Receive: Output to DMX and Route Values Back Inside Isadora on Sun, 17 Oct 2021 02:00:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a></p><p>I made a patch where data go to the matrix value send from different way (midi, touchosc, data array) and I want to reuse those data. So instead of tracing multiple line from all those actors, I'm wondering if I can refragment the data from the matrix value send.</p><p>Maybe with a second Matrix, because the actual send the data to an Enttec node.</p><p>(Basically, I made a light board for a puppet show, using the data array for the intensity of the cues and an APC20 to control the patch)</p>]]></description><link>https://community.troikatronix.com/post/47216</link><guid isPermaLink="true">https://community.troikatronix.com/post/47216</guid><dc:creator><![CDATA[Rodolphe S]]></dc:creator><pubDate>Sun, 17 Oct 2021 02:00:26 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Matrix Value Receive: Output to DMX and Route Values Back Inside Isadora on Thu, 14 Oct 2021 13:58:38 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4387">@rodolphe-s</a></p><p>Can you please provide more details? I work with this art-net pretty regularly and I am not sure what you are looking for here.</p>]]></description><link>https://community.troikatronix.com/post/47187</link><guid isPermaLink="true">https://community.troikatronix.com/post/47187</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Thu, 14 Oct 2021 13:58:38 GMT</pubDate></item></channel></rss>