<?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[OSC Stream setup]]></title><description><![CDATA[<p dir="auto">Hello and sorry for my bad english....</p>
<div>I have a trouble with osc...</div>
<div>with auto detect input In the stream setup, isadora receive from DLIGHT an address like that : /device /COLOUR/CTO with two int.</div>
<div>Isadora says that the address is not good because there is a space between device and /COLOUR/CTO.</div>
<div>in Fact the real address is /device and /COLOUR/CTO is a string and the two other values are int</div>
<div>I can send osc with /device and 3 values (1string and 2 int) to DLIGHT from isadora with osc multitransmit  but i can't receive.</div>
<div>If someone have any idea.</div>
<div>Best regards</div>
<div>Célio</div>]]></description><link>https://community.troikatronix.com/topic/3055/osc-stream-setup</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 05:23:40 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/3055.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Dec 2016 12:01:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OSC Stream setup on Fri, 06 Jan 2017 06:02:25 GMT]]></title><description><![CDATA[<p dir="auto">Thanks again mark. I've send your comment to Nicolas Bats (Dlight creator). He really thanks you and will change the osc adress for device. Best regards Célio.</p>
]]></description><link>https://community.troikatronix.com/post/22459</link><guid isPermaLink="true">https://community.troikatronix.com/post/22459</guid><dc:creator><![CDATA[celiomenard]]></dc:creator><pubDate>Fri, 06 Jan 2017 06:02:25 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Thu, 05 Jan 2017 06:01:52 GMT]]></title><description><![CDATA[<p dir="auto">Happy to read this confirms my intuition...</p>
]]></description><link>https://community.troikatronix.com/post/22451</link><guid isPermaLink="true">https://community.troikatronix.com/post/22451</guid><dc:creator><![CDATA[Stephane_Morisse]]></dc:creator><pubDate>Thu, 05 Jan 2017 06:01:52 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Sun, 18 Jan 1970 04:05:47 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1831">@celiomenard</a>,</p>
<div style="font-weight:normal">As far as I can there is something wrong with the message coming from DLIGHT.</div>
<div style="font-weight:normal">In the first picture you send (monitor input from dlight.png) the length of the bundle is given as 32 bytes. The data that follows is</div>
<div style="font-weight:normal">"/device /COLOUR/CTO" (not including the quotes.) This would be the OSC address, and it includes a space between "/device" and "/CTO" which is invalid.</div>
<div style="font-weight:normal"> Look in the OSC spec (http://opensoundcontrol.org/spec-1_0) and you'll see this section:</div>
<blockquote>
<div style="font-weight:normal">"Each OSC Method and each OSC Container other than the root of the tree has a symbolic name, an ASCII string consiting of printable characters other than the following:"</div>
<div style="font-weight:normal"><span style="font-size:10pt">  
</span></div>
<div style="font-weight:normal"><span style="font-size:10pt">The table that follows shows that the space character is invalid.</span></div>
</blockquote>
<div style="font-weight:normal">After the OSC address comes the "type tag" – the part that shows up as ",ii" in the monitor window. This indicates that two 32 bit integers are to follow. The type tag and the rest of the message is OK. So, DLIGHT is sending this:</div>
<div>**/device /COLOUR/CTO NNN MMM**</div>
<div style="font-weight:normal">where NNN is the first number and MMM is the second. But there is a space in the OSC Address and that's not valid – so Isadora won't read it.</div>
<div style="font-weight:normal">If the system wanted to send a string followed by two integers, the proper format would be</div>
<div>**/device SSS NNN MMM**</div>
<div style="font-weight:normal">where SSS is the string. In this case, the type tag should be ",sii" to indicate a string followed by two integers.</div>
<div style="font-weight:normal">Or, maybe they intend for there to be a single OSC address followed by two integers</div>
<div>**/device/COLOUR/CTO NNN MMM**</div>
<div style="font-weight:normal">(Note that I've deleted the space between "device" and "/CTO" – making the address is valid.) <span style="font-size:10pt">In this case the type tag should be ",ii" as it already is in the picture you posted.</span></div>
<div style="font-weight:normal">So, I'm sorry to say, that this OSC message is invalid as far as I can tell. You should report this to the creator of DLIGHT. Please feel free to send them to read this post, as my follow up will give them useful information I think.</div>
<div style="font-weight:normal">Best Wishes,</div>
<div style="font-weight:normal">Mark</div>
<p dir="auto"><span style="font-family:Verdana, Geneva, sans-serif;font-size:13px;background-color:rgb(255, 255, 255)"></span></p>
]]></description><link>https://community.troikatronix.com/post/22443</link><guid isPermaLink="true">https://community.troikatronix.com/post/22443</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Sun, 18 Jan 1970 04:05:47 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Wed, 04 Jan 2017 15:47:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1831">@celiomenard</a></p>
<div>I will analyze these. It's sending the data in something called a #bundle, which is a little unusual. Maybe Isadora is not interpreting it correctly.</div>
<div>Best Wishes,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/22442</link><guid isPermaLink="true">https://community.troikatronix.com/post/22442</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Wed, 04 Jan 2017 15:47:37 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Wed, 04 Jan 2017 15:06:36 GMT]]></title><description><![CDATA[<p dir="auto">hi mark,</p>
<div>this is screen shot of the monitor window...</div>
<div>it's really strange for me that it's working only from Isadora or PureData to Dlight but not from Dlight.</div>
<div>About wiki, the osc command for device are not yet included...</div>
<div>soon i think..</div>
<div>Many thanks</div>
<div>All the best</div>
<div>Célio</div>
<p dir="auto"><img src="/uploads/files/FileUpload/ab/18e7c8-monitor-input-from-dlight.png" alt="18e7c8-monitor-input-from-dlight.png" class=" img-responsive img-markdown" /> <img src="/uploads/files/FileUpload/d5/e6992a-monitor-input-from-puredata.png" alt="e6992a-monitor-input-from-puredata.png" class=" img-responsive img-markdown" /> <img src="/uploads/files/FileUpload/62/253b76-monitor-output-to-dlight.png" alt="253b76-monitor-output-to-dlight.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://community.troikatronix.com/post/22436</link><guid isPermaLink="true">https://community.troikatronix.com/post/22436</guid><dc:creator><![CDATA[celiomenard]]></dc:creator><pubDate>Wed, 04 Jan 2017 15:06:36 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Wed, 04 Jan 2017 15:06:08 GMT]]></title><description><![CDATA[<p dir="auto">hi mark,</p>
<div>this is screen shot of the monitor window...</div>
<div>it's really strange for me that it's working only from Isadora or PureData to Dlight but not from Dlight.</div>
<div>About wiki, the osc command for device are not yet included...</div>
<div>soon i think..</div>
<div>Many thanks</div>
<div>All the best</div>
<div>Célio</div>]]></description><link>https://community.troikatronix.com/post/22435</link><guid isPermaLink="true">https://community.troikatronix.com/post/22435</guid><dc:creator><![CDATA[celiomenard]]></dc:creator><pubDate>Wed, 04 Jan 2017 15:06:08 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Sun, 18 Jan 1970 04:05:27 GMT]]></title><description><![CDATA[<p dir="auto">P.S. Any idea why don't I see the "/device" command listed in the DLIGHT documentation? <a href="http://www.getdlight.com/wiki/index.php?title=OSC" rel="nofollow ugc">http://www.getdlight.com/wiki/index.php?title=OSC</a></p>
<div>I was trying to figure out what the exact format of the message is.</div>]]></description><link>https://community.troikatronix.com/post/22425</link><guid isPermaLink="true">https://community.troikatronix.com/post/22425</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Sun, 18 Jan 1970 04:05:27 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Wed, 04 Jan 2017 10:49:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1831">@celiomenard</a>,</p>
<div>Can you do the following</div>
<div>1) Open Stream Setup, turn on Auto Detect Input and setup to read the /device message</div>
<div>2) Close that window and then open the Monitor window (Windows &gt; Show Monitor)</div>
<div>3) Send a /device message to Isadora</div>
<div>4) Take a screen shot of the Monitor window so we can see how this message is formatted</div>
<div>I can analyze the message if I can see the raw data.</div>
<div>Best Wishes,</div>
<div>Mark</div>]]></description><link>https://community.troikatronix.com/post/22424</link><guid isPermaLink="true">https://community.troikatronix.com/post/22424</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Wed, 04 Jan 2017 10:49:32 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Wed, 04 Jan 2017 06:47:07 GMT]]></title><description><![CDATA[<p dir="auto">In Max you could use sprintf or regexp to do that so no doubt there must be some solution with pure data.</p>
]]></description><link>https://community.troikatronix.com/post/22421</link><guid isPermaLink="true">https://community.troikatronix.com/post/22421</guid><dc:creator><![CDATA[Stephane_Morisse]]></dc:creator><pubDate>Wed, 04 Jan 2017 06:47:07 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Sun, 18 Jan 1970 04:07:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p>
]]></description><link>https://community.troikatronix.com/post/22400</link><guid isPermaLink="true">https://community.troikatronix.com/post/22400</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Sun, 18 Jan 1970 04:07:17 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Mon, 02 Jan 2017 10:29:20 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Stephane. I've already asked Nicolas Bats about syntaxe but he says me that the adress is /device and /COLOUR/RED is only strings. It's not included in the adress. I could send the good syntaxe with osc multi transmit with 3 arguments. First is /COLOUR/RED, second is the number of the device and third is the value. I just can't receive it. I will try with Osculator and Puredata and will give you the result. All the best Celio.</p>
]]></description><link>https://community.troikatronix.com/post/22392</link><guid isPermaLink="true">https://community.troikatronix.com/post/22392</guid><dc:creator><![CDATA[celiomenard]]></dc:creator><pubDate>Mon, 02 Jan 2017 10:29:20 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Mon, 02 Jan 2017 07:24:03 GMT]]></title><description><![CDATA[<p dir="auto">Maybe you should ask to P. montremont to change this in DLight because I think there shouldn't be any space before the variable in an Osc address. At least that's common practice.</p>
]]></description><link>https://community.troikatronix.com/post/22391</link><guid isPermaLink="true">https://community.troikatronix.com/post/22391</guid><dc:creator><![CDATA[Stephane_Morisse]]></dc:creator><pubDate>Mon, 02 Jan 2017 07:24:03 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Sun, 01 Jan 2017 21:23:48 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Jacques. I have osculator and pure data but I hoped it could be possible without other soft.... At the end I think I will use them Thanks again Have a good night and a good year 2017 All the best. Celio</p>
]]></description><link>https://community.troikatronix.com/post/22388</link><guid isPermaLink="true">https://community.troikatronix.com/post/22388</guid><dc:creator><![CDATA[celiomenard]]></dc:creator><pubDate>Sun, 01 Jan 2017 21:23:48 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Sun, 01 Jan 2017 21:16:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<div>A good solution is to use OSCulator who receive everything easily and to resend it with a rewrote address. But I think is Mac only. You can also use Max/Msp or PureData to rewrite OSC address.</div>]]></description><link>https://community.troikatronix.com/post/22387</link><guid isPermaLink="true">https://community.troikatronix.com/post/22387</guid><dc:creator><![CDATA[jhoepffner]]></dc:creator><pubDate>Sun, 01 Jan 2017 21:16:25 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Sun, 01 Jan 2017 13:41:47 GMT]]></title><description><![CDATA[<p dir="auto">hi thanks for answer DusX.</p>
<div>i already test that way but unfortunaly it doesn't work...</div>]]></description><link>https://community.troikatronix.com/post/22385</link><guid isPermaLink="true">https://community.troikatronix.com/post/22385</guid><dc:creator><![CDATA[celiomenard]]></dc:creator><pubDate>Sun, 01 Jan 2017 13:41:47 GMT</pubDate></item><item><title><![CDATA[Reply to OSC Stream setup on Sat, 31 Dec 2016 18:15:44 GMT]]></title><description><![CDATA[<p dir="auto">can you manually edit the address in stream setup to be /device</p>
<div>Then receive the 3 values using the channel number of the set address (eg: 0)</div>
<div>and the following two addresses (so channel 1 and channel 2 for the following 2 ints)</div>]]></description><link>https://community.troikatronix.com/post/22383</link><guid isPermaLink="true">https://community.troikatronix.com/post/22383</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Sat, 31 Dec 2016 18:15:44 GMT</pubDate></item></channel></rss>