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 light4me/venom-par-7x30 #4570

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

Conversation

FloEdelmann
Copy link
Member

  • Add fixture light4me/venom-par-7x30

Fixture warnings / errors

  • light4me/venom-par-7x30
    • ❌ File does not match schema: fixture/wheels/Static color selection/slots must NOT have fewer than 2 items

Thank you Karel z Hor!

@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 Jan 19, 2025
Copy link

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>

✔️ light4me / venom-par-7x30: d-light / attributes-correctness
  • ✔️ light4me/venom-par-7x30-8channel.xml
  • ✔️ light4me/venom-par-7x30-4channel.xml
✔️ light4me / venom-par-7x30: dmxcontrol3 / channel-numbers
  • ✔️ light4me-venom-par-7x30-8channel.xml
  • ✔️ light4me-venom-par-7x30-4channel.xml
light4me / venom-par-7x30: dragonframe / json-schema-conformity
  • ❌ light4me/venom-par-7x30.jsonfixture/wheels/Static color selection/slots must NOT have fewer than 2 items
  • ✔️ manufacturers.json
✔️ light4me / venom-par-7x30: millumin / json-schema-conformity
  • ✔️ light4me/venom-par-7x30.json
✔️ light4me / venom-par-7x30: qlcplus_4.12.2 / fixture-tool-validation
  • ✔️ fixtures/Light4me-VENOM-PAR-7X30.qxf
✔️ light4me / venom-par-7x30: qlcplus_4.12.2 / xsd-schema-conformity
  • ✔️ fixtures/Light4me-VENOM-PAR-7X30.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.

Good documentation, and the features are fairly standard. I took a swing at using more of OFL's capabilities. Looks good to me.

Comment on lines +3 to +4
"name": "VENOM PAR 7X30",
"shortName": "VENOM 7X30",
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": "VENOM PAR 7X30",
"shortName": "VENOM 7X30",
"name": "Venom PAR 7x30",

"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "VENOM PAR 7X30",
"shortName": "VENOM 7X30",
"categories": ["Dimmer", "Color Changer", "Strobe"],
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
"categories": ["Dimmer", "Color Changer", "Strobe"],
"categories": ["Color Changer"],

"physical": {
"dimensions": [230, 230, 150],
"weight": 2.2,
"power": 180,
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
"power": 180,
"power": 210,

Comment on lines +28 to +36
"wheels": {
"Static color selection": {
"slots": [
{
"type": "Color"
}
]
}
},
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
"wheels": {
"Static color selection": {
"slots": [
{
"type": "Color"
}
]
}
},

},
{
"dmxRange": [5, 255],
"type": "StrobeSpeed",
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
"type": "StrobeSpeed",
"type": "ShutterStrobe",
"shutterEffect": "Strobe",

Comment on lines +147 to +148
"type": "Generic",
"comment": "Red + Green"
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
"type": "Generic",
"comment": "Red + Green"
"type": "ColorPreset",
"comment": "Red + Green",
"colors": ["#ffff00"]

Comment on lines +152 to +153
"type": "Generic",
"comment": "Red + Blue"
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
"type": "Generic",
"comment": "Red + Blue"
"type": "ColorPreset",
"comment": "Red + Blue",
"colors": ["#ff00ff"]

Comment on lines +157 to +158
"type": "Generic",
"comment": "Green + Blue"
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
"type": "Generic",
"comment": "Green + Blue"
"type": "ColorPreset",
"comment": "Green + Blue",
"colors": ["#00ffff"]

},
{
"dmxRange": [224, 255],
"type": "Generic",
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
"type": "Generic",
"type": "ColorPreset",

Comment on lines +90 to +119
{
"dmxRange": [0, 50],
"type": "Generic",
"comment": "Control via channels CH1 - CH6"
},
{
"dmxRange": [51, 100],
"type": "Generic",
"comment": "Static color, add 8CH for color selection"
},
{
"dmxRange": [101, 150],
"type": "Generic",
"comment": "Color Jump mode"
},
{
"dmxRange": [151, 200],
"type": "Generic",
"comment": "Color Gradient mode"
},
{
"dmxRange": [201, 250],
"type": "Generic",
"comment": "Color Pulse mode"
},
{
"dmxRange": [251, 255],
"type": "Generic",
"comment": "Sound mode"
}
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
{
"dmxRange": [0, 50],
"type": "Generic",
"comment": "Control via channels CH1 - CH6"
},
{
"dmxRange": [51, 100],
"type": "Generic",
"comment": "Static color, add 8CH for color selection"
},
{
"dmxRange": [101, 150],
"type": "Generic",
"comment": "Color Jump mode"
},
{
"dmxRange": [151, 200],
"type": "Generic",
"comment": "Color Gradient mode"
},
{
"dmxRange": [201, 250],
"type": "Generic",
"comment": "Color Pulse mode"
},
{
"dmxRange": [251, 255],
"type": "Generic",
"comment": "Sound mode"
}
{
"dmxRange": [0, 50],
"type": "NoFunction",
"switchChannels": {
"Effect speed / Static color selection": "Effect speed"
},
"comment": "Control via channels CH1 - CH6",
"helpWanted": "Does channel 8 do anything here?"
},
{
"dmxRange": [51, 100],
"type": "NoFunction",
"switchChannels": {
"Effect speed / Static color selection": "Static color selection"
}
"comment": "Static color, add 8CH for color selection"
},
{
"dmxRange": [101, 150],
"type": "Effect",
"effectPreset": "ColorJump",
"switchChannels": {
"Effect speed / Static color selection": "Effect speed"
}
},
{
"dmxRange": [151, 200],
"type": "Effect",
"effectPreset": "ColorFade",
"switchChannels": {
"Effect speed / Static color selection": "Effect speed"
}
},
{
"dmxRange": [201, 250],
"type": "Effect",
"effectName": "Color Pulse mode",
"switchChannels": {
"Effect speed / Static color selection": "Effect speed"
}
},
{
"dmxRange": [251, 255],
"type": "Effect",
"effectName": "Sound mode",
"soundControlled": true,
"switchChannels": {
"Effect speed / Static color selection": "Effect speed"
},
"helpWanted": "Does channel 8 do anything here?"
}

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.

2 participants