mx
mx
Maybe someone could test the "new" DMX `Preset` trigger to sync presets via E1.31/Art-Net https://github.com/Aircoookie/WLED/pull/2891 It controls presets for all individual WLED devices via [DMX](https://kno.wled.ge/interfaces/e1.31-dmx/). This should be able to...
Only brightness or other DMX channels as well? I experience something similar, see #3239
> I've also not added a docs PR yet, if that would be helpful for reviewing this PR let me know and I can expand upon the additional effect options...
As far as I know, macros in standard DMX mostly utilize the full channel range of 255 possible values. Dividing the full range into X possible macros is a best...
P.S. Using first 4 macro ranges for 1D and following ranges for 2D options would also gain UX.
> There is no need for `if`s. Those are the remains of a time when segment options were inaccessible directly. `If`S are there to explicitly not set a state if...
@demophoon > Is this not the case for the Effect ID and Palette ID channels? They appear to be different at individual steps with a swath of the dmx range...
> @mxklb as you are my reference for DMX stuff, can you take the time and test this or validate that the change will not break existing stuff? Thank you....
To compile the branch of this PR I had to manually `npm install inliner` to make it build (HTML & Binary). I Don't know if this is only on my...
I found time and tested @demophoon 's changes with my 1D E1.31 WLED setup. I can confirm, that it behaves like before. So at least I can say that the...