When constructing the universe list for an sACN discovery message, the universe numbers are not translated to the correct byte order for the protocol. It looks like memcpy is used to load the PDU data section, which skips the required htobe16 translation step.
When constructing the universe list for an sACN discovery message, the universe numbers are not translated to the correct byte order for the protocol. It looks like memcpy is used to load the PDU data section, which skips the required
htobe16
translation step.https://github.com/cbdevnet/midimonster/blob/811592c8190d12c6c7affa5772db3be30ba941e9/backends/sacn.c#L535