4.30.1274 Issues with OSC Output Messages

Hello,

I recently updated Onyx from version 4.10.1271 to 4.30.1274.

In the new version, there seem to be issues (or perhaps intentional changes) with the outgoing OSC messages in the following categories:
/Mx/button/42x4/text
/Mx/button/442x/text
/Mx/button/610x/text
/Mx/button/620x/text
/Mx/button/42x4/color
…and other references

It appears that all of these have an output of STRING(), which results in an empty value.
For example, in the old version, the value for the address /Mx/button/42x4/text was correctly STRING(“cuelist name”).

Is this a deliberate development choice to remove this functionality, or is it a bug?

Thank you!

I hope this meets your needs! If you need any further adjustments, just let me know.

Hi @cit

Thank you for your detailed description of the issue.

I have tested the OSC output from ONYX 4.10.1271 and ONYX 4.30.1274. On my system they are sending the same expected OSC messages.

What software are you using to receive OSC from ONYX?

Please could you share your ONYX show file, and confirm which buttons you are pressing that are resulting in a different OSC strings in ONYX 4.30 compared to ONYX 4.10?

Please let me know if you have any questions.

Edward

Hi

Attached you’ll find the show file created from scratch and the two OSC logs of the two versions. As you can see, there are substantial differences.
osc test.zip (1.9 MB)

Show created in version 1271 and opened in 1274, but the same happens when creating it from scratch in 1274.

For this operation, I clicked on <‘update’> in <remote/devices> but the same thing happens on other occasions, for example, when selecting the cuelist

1271 OK

RECEIVE | ENDPOINT([::ffff:169.254.35.80]:57725) ADDRESS(/Mx/button/4214/text) STRING(TEST 2)
RECEIVE | ENDPOINT([::ffff:169.254.35.80]:57725) ADDRESS(/Mx/button/4214/color) STRING(green)
RECEIVE | ENDPOINT([::ffff:169.254.35.80]:57725) ADDRESS(/Mx/button/4214/text/color) STRING(green)

1274 ISSUES

RECEIVE | ENDPOINT([::ffff:169.254.35.80]:59958) ADDRESS(/Mx/button/4214/text) STRING()
RECEIVE | ENDPOINT([::ffff:169.254.35.80]:59958) ADDRESS(/Mx/button/4214/text/color) STRING(gray)
RECEIVE | ENDPOINT([::ffff:169.254.35.80]:59958) ADDRESS(/Mx/button/4214/color) STRING(gray)
The same applies to cuelist name , banks, and LCD, (relative color) etc…

Thank you very much for the detailed information. I have logged this on our system (reference ONYX-1154), to allow our software team to investigate further.

Please let us know if you have any questions.

Edward

Hi.
Have you had a solution? I’ve just updated from 4.10.1268 and I’ve the same problem.

Hi @Andi10290

Welcome to the forum.

Our software team are currently investigating this issue (reference ONYX-1154). This issue will be resolved in the next ONYX software release.

Please let us know if you have any questions.

Edward