open-fixture-library icon indicating copy to clipboard operation
open-fixture-library copied to clipboard

Add fixture `american-dj/ultra-hex-bar-12`

Open FloEdelmann opened this issue 3 weeks ago • 3 comments

  • Add fixture american-dj/ultra-hex-bar-12

Fixture warnings / errors

  • american-dj/ultra-hex-bar-12
    • ❌ Category 'Pixel Bar' invalid since no horizontally aligned matrix is defined.

Thank you Silvère Oriat!

FloEdelmann avatar Dec 01 '25 16:12 FloEdelmann

Export files validity

(Output of test script tests/github/exports-valid.js.)

Test the exported files of selected fixtures against the plugins' export tests. You can run a plugin's export tests by executing: $ node cli/run-export-test.js -p <plugin name> <fixtures>

✔️ american-dj / ultra-hex-bar-12: d-light / attributes-correctness
  • ✔️ american-dj/ultra-hex-bar-12-6ch.xml
  • ✔️ american-dj/ultra-hex-bar-12-7ch.xml
  • ✔️ american-dj/ultra-hex-bar-12-8ch.xml
  • ✔️ american-dj/ultra-hex-bar-12-12ch.xml
  • ✔️ american-dj/ultra-hex-bar-12-36ch.xml
✔️ american-dj / ultra-hex-bar-12: dmxcontrol3 / channel-numbers
  • ✔️ american-dj-ultra-hex-bar-12-6ch.xml
  • ✔️ american-dj-ultra-hex-bar-12-7ch.xml
  • ✔️ american-dj-ultra-hex-bar-12-8ch.xml
  • ✔️ american-dj-ultra-hex-bar-12-12ch.xml
  • ✔️ american-dj-ultra-hex-bar-12-36ch.xml
✔️ american-dj / ultra-hex-bar-12: dragonframe / json-schema-conformity
  • ✔️ american-dj/ultra-hex-bar-12.json
  • ✔️ manufacturers.json
✔️ american-dj / ultra-hex-bar-12: millumin / json-schema-conformity
  • ✔️ american-dj/ultra-hex-bar-12.json
✔️ american-dj / ultra-hex-bar-12: qlcplus_4.12.2 / fixture-tool-validation
  • ✔️ fixtures/American-DJ-Ultra-Hex-Bar-12.qxf
✔️ american-dj / ultra-hex-bar-12: qlcplus_4.12.2 / xsd-schema-conformity
  • ✔️ fixtures/American-DJ-Ultra-Hex-Bar-12.qxf

github-actions[bot] avatar Dec 01 '25 16:12 github-actions[bot]

The editor does not allow me to set the pixels (neither horizontal nor matrix). I tried several browsers just in case. Without success. There are 6 independent pixels, each with 6 colors (RGBWA+UV).

Igecode avatar Dec 01 '25 16:12 Igecode

I think we must insert this after line 891 : "templateChannels": { "Red $pixelKey": { "capability": { "type": "ColorIntensity", "color": "Red" } }, "Green $pixelKey": { "capability": { "type": "ColorIntensity", "color": "Green" } }, "Blue $pixelKey": { "capability": { "type": "ColorIntensity", "color": "Blue" } }, "White $pixelKey": { "capability": { "type": "ColorIntensity", "color": "White" } }, "Amber $pixelKey": { "capability": { "type": "ColorIntensity", "color": "Amber" } }, "UV $pixelKey": { "capability": { "type": "ColorIntensity", "color": "UV" } } },

Igecode avatar Dec 01 '25 16:12 Igecode