You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having both dmx-output and leds artnet-enabled re-uses the same enum artnet_port (0..3) numbers for the artnet outputs, and thus only one of the outputs is included in the Art-Net PollReply.
The event_group bits used for the output events should be separate from the index, and the index should be allocated dynamically based on many outputs there are with the same artnet_port number.
The text was updated successfully, but these errors were encountered:
SpComb
changed the title
artnet dmx + leds outputs use duplicate port numbers
artnet dmx + leds outputs breaks discovery
Apr 6, 2025
Having both dmx-output and leds artnet-enabled re-uses the same
enum artnet_port
(0..3) numbers for the artnet outputs, and thus only one of the outputs is included in the Art-Net PollReply.The
event_group
bits used for the output events should be separate from theindex
, and theindex
should be allocated dynamically based on many outputs there are with the sameartnet_port
number.The text was updated successfully, but these errors were encountered: