xLightsSequencer / xLights

xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers.
GNU General Public License v3.0
530 stars 197 forks source link

Check Sequence Enhancement #4610

Open derwin12 opened 3 weeks ago

derwin12 commented 3 weeks ago

Thoughts on breaking out check sequence into 2 perhaps 3, distinct parts ..

Looking at adding a separator for the layout vs sequence potions. I think that already happens but just adding a delimiter there between the two. Adding error and warning counts for each section.

One can easily tell if the sequence has issues by looking for sequence error counts and not get confused by the big layout errors that may have been found.

So

  1. add a break line
  2. Add totals for each section
  3. Add a summary totals at the bottom.
  4. Move the could of hardware checks either into a 3rd section or perhaps into the layout section to again make it real clear the sequence issues. I think people are getting lost in their ability to find issues with their sequence with all the noise from other issues outside of their control (ie vendor prop models)

?