Closed cbdevnet closed 5 years ago
According to the spec, section 6.2.7:
Universe values shall be limited to the range 1 to 63999. Universe value 0 and those between 64000 and 65535 are reserved for future use.
So the implementation is correct, the documentation will have to be updated
0
is noted in the backend documentation as a valid universe specification, but https://github.com/cbdevnet/midimonster/blob/master/backends/sacn.c#L576 checks whether the universe is non-zero.