-
Notifications
You must be signed in to change notification settings - Fork 66
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 ignition/led-studio-par-platinum-20x3w-pwm
#4520
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. ✔️ ignition / led-studio-par-platinum-20x3w-pwm: d-light / attributes-correctness
✔️ ignition / led-studio-par-platinum-20x3w-pwm: dmxcontrol3 / channel-numbers
✔️ ignition / led-studio-par-platinum-20x3w-pwm: dragonframe / json-schema-conformity
✔️ ignition / led-studio-par-platinum-20x3w-pwm: millumin / json-schema-conformity
❌ ignition / led-studio-par-platinum-20x3w-pwm: qlcplus_4.12.2 / fixture-tool-validation
❌ ignition / led-studio-par-platinum-20x3w-pwm: qlcplus_4.12.2 / xsd-schema-conformity
|
"comment": "created by Q Light Controller Plus (version 4.13.1)" | ||
} | ||
}, | ||
"physical": { |
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.
"physical": { | |
"links": { | |
"manual": [ | |
"https://www.manualslib.com/manual/731621/Ignition-Led-Studio-Par-Platinum.html" | |
] | |
}, | |
"physical": { |
"defaultValue": 0, | ||
"capability": { | ||
"type": "ShutterStrobe", | ||
"shutterEffect": "Strobe", | ||
"speedStart": "slow", | ||
"speedEnd": "fast", | ||
"helpWanted": "At which DMX values is strobe disabled?" | ||
} |
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.
"defaultValue": 0, | |
"capability": { | |
"type": "ShutterStrobe", | |
"shutterEffect": "Strobe", | |
"speedStart": "slow", | |
"speedEnd": "fast", | |
"helpWanted": "At which DMX values is strobe disabled?" | |
} | |
"capabilities": [ | |
{ | |
"dmxRange": [0, 15], | |
"type": "ShutterStrobe", | |
"shutterEffect": "Open" | |
}, | |
{ | |
"dmxRange": [16, 255], | |
"type": "ShutterStrobe", | |
"shutterEffect": "Strobe", | |
"speedStart": "slow", | |
"speedEnd": "fast" | |
} | |
] |
}, | ||
"modes": [ | ||
{ | ||
"name": "5", |
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.
"name": "5", | |
"name": "6-channel", | |
"shortName": "MODE 5", |
"defaultValue": 0, | ||
"capability": { | ||
"type": "Intensity" | ||
} |
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.
"defaultValue": 0, | |
"capability": { | |
"type": "Intensity" | |
} | |
"capabilities": [ | |
{ | |
"dmxRange": [0, 31], | |
"type": "NoFunction" | |
}, | |
{ | |
"dmxRange": [32, 63], | |
"type": "ShutterStrobe", | |
"shutterEffect": "RampUp" | |
}, | |
{ | |
"dmxRange": [64, 95], | |
"type": "ShutterStrobe", | |
"shutterEffect": "RampDown" | |
}, | |
{ | |
"dmxRange": [96, 127], | |
"type": "ShutterStrobe", | |
"shutterEffect": "RampUpDown" | |
}, | |
{ | |
"dmxRange": [128, 159], | |
"type": "Effect", | |
"effectName": "Automatic color chase" | |
}, | |
{ | |
"dmxRange": [160, 191], | |
"type": "Effect", | |
"effectName": "Coincidence color chase, 3 colors" | |
}, | |
{ | |
"dmxRange": [192, 223], | |
"type": "Effect", | |
"effectName": "Coincidence color chase, 7 colors" | |
}, | |
{ | |
"dmxRange": [224, 255], | |
"type": "Effect", | |
"effectName": "Start music control", | |
"soundControlled": true | |
} | |
] |
} | ||
} | ||
}, | ||
"modes": [ |
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.
"modes": [ | |
"modes": [ | |
{ | |
"name": "1-channel", | |
"shortName": "MODE 1", | |
"channels": [ | |
"Color Macros" | |
] | |
}, | |
{ | |
"name": "2-channel", | |
"shortName": "MODE 2", | |
"channels": [ | |
"Color Macros", | |
"Dimmer" | |
] | |
}, | |
{ | |
"name": "3-channel", | |
"shortName": "MODE 3", | |
"channels": [ | |
"Red", | |
"Green", | |
"Blue" | |
] | |
}, | |
{ | |
"name": "5-channel", | |
"shortName": "MODE 4", | |
"channels": [ | |
"Red", | |
"Green", | |
"Blue", | |
"Strobe", | |
"Dimmer" | |
] | |
}, |
"type": "ColorIntensity", | ||
"color": "Blue" | ||
} | ||
}, |
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.
}, | |
}, | |
"Color Macros": { | |
"capability": { | |
"type": "ColorPreset", | |
"helpWanted": "What colors at what values?" | |
} | |
}, |
"Dimmer", | ||
"Special" | ||
] | ||
} |
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.
} | |
}, | |
{ | |
"name": "7-channel", | |
"shortName": "MODE 6", | |
"channels": [ | |
"Red", | |
"Green", | |
"Blue", | |
"Color Macros", | |
"Strobe", | |
"Special", | |
"Dimmer" | |
] | |
} |
ignition/led-studio-par-platinum-20x3w-pwm
Thank you ju_hnny5!