Remote Hosts broken on Send with VL.IO.Artnet 2.0.0 -pre

Hey,

Was giving a shot to VL.IO.Artnet 2.0.0 -pre with Gamma 6.2, and noticed something wrong with the Remote Host inlet on the Send node: it doesn’t seem to override the Remote IP set on the ArtNet instance as advertised.

From the “Send ArtNet to multiple IPs” Help patch,

  • this keeps sending to 127.0.0.1 only, nothing received on 10.0.0.102
    (expected: ArtNet received on 10.0.0.102, nothing received on 127.0.0.1)

  • this does send to 10.0.0.102 when we set it on the ArtNet root instance (but we then cannot send to multiple IPs via a spread of IPs to Send)

  • similar result here (data received on 10.0.0.102, nothing on 127.0.0.1)

It seems the override doesn’t happen.

Hope this helps!
T

If I understand the insides properly, I think I spotted the problem in SelectTarget, where the Switch is patched the other way around.
(only if the IP provided to Send is null should you then defaut to Global IP; it is currently patched the other way around)

1 Like

confirmed, thanks for the pointer. fixed in 2.0.1 -pre

Hey,

Thanks so much for the responsiveness!
Only halfway there though 🥲

With 2.0.1 the switch index has been correctly repatched but the inputs themselves need to be swapped as well: otherwise currently you are using Remote IP only when it is null ;)

If you can push 2.0.2 as fast as 2.0.1 you would make my day 🙏

🖤
T

image

outch, hope i got it right this time…

All good with 2.0.2 -pre!

Thanks so much for the quick fix Joreg 🙏