Hey there,
I’m trying to control a 32x8 pixel display (WLED) using the new DMX POPs. When using Auto Layout, channels get arranged sequentially across universes as expected. However, WLED expects color channels of individual pixels to be in one universe.
In CHOPs this was an easy fix: Define universes using a pattern CHOP and do a lookup. (note the universes only go up to 510 channels in this example)
Auto Layout in the DMX Fixture POP doesn’t make this easy. As a workaround, I shifted the DMX start address of the fixture so that no attribute gets split across universes but this approach starts to fall apart when the fixture spans > 2 universes.
It would be great to have an option to prevent splitting values of attribute instances across universes.
Cheers!