03.07.2017, 09:15
Previously, each channel was stored in a separate storage variable, now the whole value array is stored. This is much faster, so you don't need to change anything. We haven't tested 512 channels, so you might have to lower the resolution if CPU load is too high.
In DMX bus Each frame consists of starting mark and a number of data bytes. Each byte position relative to the starting mark is the address, so you cannot skip empty addresses. It's better to have the bus addresses in sequence, but there's no big harm in having unused addresses.
In DMX bus Each frame consists of starting mark and a number of data bytes. Each byte position relative to the starting mark is the address, so you cannot skip empty addresses. It's better to have the bus addresses in sequence, but there's no big harm in having unused addresses.