2 fixtures have inconsistent data
Posted: Tue Nov 12, 2024 10:23 pm
I have a tool i've been using to process qlcplus files which export/import the fixture groups as .xls so they're easier to manipulate. It recurses down the XML and loads it as part of the work. One nice side effect is it does some consistency checking of the data as it exists. I have found 2 fixtures thus:
Checking the data in both cases it does look like there are issues:
Also side note.. it might be nice to add email addresses to the <Author> tag so that when we come across these things we can contact the creator to get em fixed
Code: Select all
branson@val Showfiles % ../qlcplus-tools/bin/expand_fixture_features.py CORP-DEV-0.3.qxw -E -x CORP-DEV-0.3.xls
ERROR:QLC:Error loading Acme-Super-Dotline.qxf: Error loading Mode 8+160 Channels (Art-Net): No mode channel found for Head Channel 160
ERROR:QLC:Error loading Showtec-Spectral-M1000-Tour-Q4-MKII.qxf: Error loading Mode 3 Channels (HSV): No mode channel found for Head Channel 3
- Acme-Super-Dotline.qxf - Mode 8+160 ArtNet has Channels 0 - 159 defined .. but Heads that identify up to Channel 167.
- Showtec-Spectral-M1000-Tour-Q4-MKII.qxf - Mode 3 Channels (HSV) has channels 0-2 defined but Heads up to Channel 12
Also side note.. it might be nice to add email addresses to the <Author> tag so that when we come across these things we can contact the creator to get em fixed