-
Notifications
You must be signed in to change notification settings - Fork 72
Add fixture chauvet-dj/slimpar-t12-ils
#4610
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
base: master
Are you sure you want to change the base?
Conversation
Export files validity(Output of test script Test the exported files of selected fixtures against the plugins' export tests. ✔️ chauvet-dj / slimpar-t12-ils: d-light / attributes-correctness
✔️ chauvet-dj / slimpar-t12-ils: dmxcontrol3 / channel-numbers
✔️ chauvet-dj / slimpar-t12-ils: dragonframe / json-schema-conformity
✔️ chauvet-dj / slimpar-t12-ils: millumin / json-schema-conformity
✔️ chauvet-dj / slimpar-t12-ils: qlcplus_4.12.2 / fixture-tool-validation
✔️ chauvet-dj / slimpar-t12-ils: qlcplus_4.12.2 / xsd-schema-conformity
|
{ | ||
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", | ||
"name": "SlimPAR T12 ILS", | ||
"categories": ["Color Changer", "Dimmer", "Effect", "Strobe"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"categories": ["Color Changer", "Dimmer", "Effect", "Strobe"], | |
"categories": ["Color Changer"], |
}, | ||
{ | ||
"dmxRange": [16, 255], | ||
"type": "ColorPreset" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"type": "ColorPreset" | |
"type": "ColorPreset", | |
"helpWanted": "What colors at what values?" |
"Strobe", | ||
"Program", | ||
"Dimmer", | ||
"Dimmer speed", | ||
"Sound Sensitivity", | ||
"Program Speed" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Strobe", | |
"Program", | |
"Dimmer", | |
"Dimmer speed", | |
"Sound Sensitivity", | |
"Program Speed" | |
"Strobe / Program speed / Sound sensitivity", | |
"Program", | |
"Dimmer", | |
"Dimmer speed" |
"soundSensitivity": "off", | ||
"comment": "when Ch. 6 is 32<=>223" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"soundSensitivity": "off", | |
"comment": "when Ch. 6 is 32<=>223" | |
"soundSensitivity": "off" |
"soundSensitivityEnd": "high", | ||
"comment": "when Ch. 6 is 224<=>255" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"soundSensitivityEnd": "high", | |
"comment": "when Ch. 6 is 224<=>255" | |
"soundSensitivityEnd": "high" |
{ | ||
"dmxRange": [128, 159], | ||
"type": "Effect", | ||
"effectName": "Automatic fade" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"effectName": "Automatic fade" | |
"effectName": "Automatic fade", | |
"switchChannels": { | |
"Strobe / Program speed / Sound sensitivity": "Program speed" | |
} |
{ | ||
"dmxRange": [160, 191], | ||
"type": "Effect", | ||
"effectName": "Automatic 3-color snap" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"effectName": "Automatic 3-color snap" | |
"effectName": "Automatic 3-color snap", | |
"switchChannels": { | |
"Strobe / Program speed / Sound sensitivity": "Program speed" | |
} |
{ | ||
"dmxRange": [192, 223], | ||
"type": "Effect", | ||
"effectName": "Automatic 7-color snap" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"effectName": "Automatic 7-color snap" | |
"effectName": "Automatic 7-color snap", | |
"switchChannels": { | |
"Strobe / Program speed / Sound sensitivity": "Program speed" | |
} |
"dmxRange": [224, 255], | ||
"type": "Effect", | ||
"effectName": "Sound-active 7-color snap", | ||
"soundControlled": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"soundControlled": true | |
"soundControlled": true, | |
"switchChannels": { | |
"Strobe / Program speed / Sound sensitivity": "Sound sensitivity" | |
} |
{ | ||
"dmxRange": [0, 51], | ||
"type": "Generic", | ||
"comment": "Dimmer speed set from display menu" | ||
}, | ||
{ | ||
"dmxRange": [52, 101], | ||
"type": "Speed", | ||
"speed": "stop" | ||
}, | ||
{ | ||
"dmxRange": [102, 152], | ||
"type": "Speed", | ||
"speed": "fast" | ||
}, | ||
{ | ||
"dmxRange": [153, 203], | ||
"type": "Speed", | ||
"speed": "50%" | ||
}, | ||
{ | ||
"dmxRange": [204, 255], | ||
"type": "Speed", | ||
"speed": "slow" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ | |
"dmxRange": [0, 51], | |
"type": "Generic", | |
"comment": "Dimmer speed set from display menu" | |
}, | |
{ | |
"dmxRange": [52, 101], | |
"type": "Speed", | |
"speed": "stop" | |
}, | |
{ | |
"dmxRange": [102, 152], | |
"type": "Speed", | |
"speed": "fast" | |
}, | |
{ | |
"dmxRange": [153, 203], | |
"type": "Speed", | |
"speed": "50%" | |
}, | |
{ | |
"dmxRange": [204, 255], | |
"type": "Speed", | |
"speed": "slow" | |
} | |
{ | |
"dmxRange": [0, 51], | |
"type": "Maintenance", | |
"comment": "Dimmer speed set from display menu" | |
}, | |
{ | |
"dmxRange": [52, 101], | |
"type": "Maintenance", | |
"speed": "Dimmer speed mode off" | |
}, | |
{ | |
"dmxRange": [102, 152], | |
"type": "Maintenance", | |
"speed": "Dimmer speed mode 1 (fast)" | |
}, | |
{ | |
"dmxRange": [153, 203], | |
"type": "Maintenance", | |
"speed": "Dimmer speed mode 2 (medium)" | |
}, | |
{ | |
"dmxRange": [204, 255], | |
"type": "Maintenance", | |
"speed": "Dimmer speed mode 3 (slow)" | |
} |
In other fixtures, OFL uses Maintenance for dimmer speed. I can't find a definition of a generic "Speed" parameter but I think it's generally intended for effects. In particular, "off" here probably means "instantaneous", which is very different from "stop".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to learn that, thanks for correction
chauvet-dj/slimpar-t12-ils
Fixture warnings / errors
Thank you @Mouflon23!