Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fixture american-dj/starball-led-3w #3904

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FloEdelmann
Copy link
Member

  • Add fixture american-dj/starball-led-3w

Fixture warnings / errors

  • american-dj/starball-led-3w
    • ⚠️ Mode '2-Ch' should have shortName '2ch' instead of '2-Ch'.
    • ⚠️ Mode '2-Ch' should have shortName '2ch' instead of '2-Ch'.

Thank you Gamby!

@FloEdelmann FloEdelmann added new-fixture Request or implementation to add a new fixture definition. via-editor Opened via the editor on the open-fixture-library.org website. labels Apr 9, 2024
Copy link

github-actions bot commented Apr 9, 2024

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 / starball-led-3w: d-light / attributes-correctness
  • ✔️ american-dj/starball-led-3w-2-Ch.xml
✔️ american-dj / starball-led-3w: dmxcontrol3 / channel-numbers
  • ✔️ american-dj-starball-led-3w-2-Ch.xml
✔️ american-dj / starball-led-3w: dragonframe / json-schema-conformity
  • ✔️ american-dj/starball-led-3w.json
  • ✔️ manufacturers.json
✔️ american-dj / starball-led-3w: millumin / json-schema-conformity
  • ✔️ american-dj/starball-led-3w.json
✔️ american-dj / starball-led-3w: qlcplus_4.12.2 / fixture-tool-validation
  • ✔️ fixtures/American-DJ-Starball-LED-3W.qxf
✔️ american-dj / starball-led-3w: qlcplus_4.12.2 / xsd-schema-conformity
  • ✔️ fixtures/American-DJ-Starball-LED-3W.qxf

Copy link
Contributor

@kengruven kengruven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated with some OFL-isms, but the basics here look good.

"https://www.adj.eu/starball-led-dmx"
],
"video": [
"https://www.youtube.com/watch?v=--zDT5OUrks&si=EEX6or_Ts9Fbv-TC"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"https://www.youtube.com/watch?v=--zDT5OUrks&si=EEX6or_Ts9Fbv-TC"
"https://www.youtube.com/watch?v=--zDT5OUrks"

Comment on lines +34 to +63
"capabilities": [
{
"dmxRange": [0, 7],
"type": "Intensity",
"brightnessStart": "off",
"brightnessEnd": "off",
"comment": "Closed"
},
{
"dmxRange": [8, 199],
"type": "Intensity",
"brightnessStart": "dark",
"brightnessEnd": "bright",
"comment": "Dimmer"
},
{
"dmxRange": [200, 247],
"type": "StrobeSpeed",
"speedStart": "1%",
"speedEnd": "100%",
"comment": "Strobing Slow-Fast"
},
{
"dmxRange": [248, 255],
"type": "Intensity",
"brightnessStart": "bright",
"brightnessEnd": "bright",
"comment": "Open"
}
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"capabilities": [
{
"dmxRange": [0, 7],
"type": "Intensity",
"brightnessStart": "off",
"brightnessEnd": "off",
"comment": "Closed"
},
{
"dmxRange": [8, 199],
"type": "Intensity",
"brightnessStart": "dark",
"brightnessEnd": "bright",
"comment": "Dimmer"
},
{
"dmxRange": [200, 247],
"type": "StrobeSpeed",
"speedStart": "1%",
"speedEnd": "100%",
"comment": "Strobing Slow-Fast"
},
{
"dmxRange": [248, 255],
"type": "Intensity",
"brightnessStart": "bright",
"brightnessEnd": "bright",
"comment": "Open"
}
]
"capabilities": [
{
"dmxRange": [0, 7],
"type": "ShutterStrobe",
"shutterEffect": "Closed"
},
{
"dmxRange": [8, 199],
"type": "Intensity",
"brightnessStart": "off",
"brightnessEnd": "bright"
},
{
"dmxRange": [200, 247],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast"
},
{
"dmxRange": [248, 255],
"type": "ShutterStrobe",
"shutterEffect": "Open"
}
]

Comment on lines +66 to +99
"capabilities": [
{
"dmxRange": [0, 9],
"type": "Rotation",
"speed": "0rpm",
"comment": "No Rotation"
},
{
"dmxRange": [10, 120],
"type": "Rotation",
"speedStart": "fast CW",
"speedEnd": "slow CW",
"comment": "CW Fast-Slow"
},
{
"dmxRange": [121, 134],
"type": "Rotation",
"speed": "0rpm",
"comment": "No Rotation"
},
{
"dmxRange": [135, 245],
"type": "Rotation",
"speedStart": "slow CCW",
"speedEnd": "fast CCW",
"comment": "CCW"
},
{
"dmxRange": [246, 255],
"type": "Rotation",
"speed": "0rpm",
"comment": "No Rotation"
}
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"capabilities": [
{
"dmxRange": [0, 9],
"type": "Rotation",
"speed": "0rpm",
"comment": "No Rotation"
},
{
"dmxRange": [10, 120],
"type": "Rotation",
"speedStart": "fast CW",
"speedEnd": "slow CW",
"comment": "CW Fast-Slow"
},
{
"dmxRange": [121, 134],
"type": "Rotation",
"speed": "0rpm",
"comment": "No Rotation"
},
{
"dmxRange": [135, 245],
"type": "Rotation",
"speedStart": "slow CCW",
"speedEnd": "fast CCW",
"comment": "CCW"
},
{
"dmxRange": [246, 255],
"type": "Rotation",
"speed": "0rpm",
"comment": "No Rotation"
}
]
"capabilities": [
{
"dmxRange": [0, 9],
"type": "Rotation",
"speed": "stop"
},
{
"dmxRange": [10, 120],
"type": "Rotation",
"speedStart": "fast CW",
"speedEnd": "slow CW"
},
{
"dmxRange": [121, 134],
"type": "Rotation",
"speed": "stop"
},
{
"dmxRange": [135, 245],
"type": "Rotation",
"speedStart": "slow CCW",
"speedEnd": "fast CCW"
},
{
"dmxRange": [246, 255],
"type": "Rotation",
"speed": "stop"
}
]

},
"modes": [
{
"name": "2-Ch",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "2-Ch",
"name": "2-channel",
"shortName": "2ch",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-fixture Request or implementation to add a new fixture definition. via-editor Opened via the editor on the open-fixture-library.org website.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants