Skip to content

Add fixture eliminator/frost-fx-bar-w #4824

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
196 changes: 196 additions & 0 deletions fixtures/eliminator/frost-fx-bar-w.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "FROST FX BAR W",
"categories": ["Pixel Bar"],
"meta": {
"authors": ["Michael Burris"],
"createDate": "2025-04-27",
"lastModifyDate": "2025-04-27"
},
"links": {
"productPage": [
"https://www.adj.com/frost-fx-bar-w"
]
},
"availableChannels": {
"White": {
"defaultValue": 1,
"capability": {
"type": "ColorIntensity",
"color": "White",
"brightnessStart": "0%",
"brightnessEnd": "100%"
}
},
"Red": {
"defaultValue": 2,
"capability": {
"type": "ColorIntensity",
"color": "Red",
"brightnessStart": "0%",
"brightnessEnd": "100%"
}
},
"Green": {
"defaultValue": 3,
"capability": {
"type": "ColorIntensity",
"color": "Green",
"brightnessStart": "0%",
"brightnessEnd": "100%"
}
},
"Blue": {
"defaultValue": 4,
"capability": {
"type": "ColorIntensity",
"color": "Blue",
"brightnessStart": "0%",
"brightnessEnd": "100%"
}
},
"Shutter / Strobe": {
"defaultValue": 5,
"highlightValue": 1,
"capabilities": [
{
"dmxRange": [0, 31],
"type": "ShutterStrobe",
"shutterEffect": "Closed",
"comment": "Shutter Closed (LEDS Off)"
},
{
"dmxRange": [32, 63],
"type": "ShutterStrobe",
"shutterEffect": "Open",
"comment": "Shutter OPEN (LEDS On)"
},
{
"dmxRange": [64, 95],
"type": "StrobeSpeed",
"speedStart": "slow",
"speedEnd": "fast",
"comment": "Strobe Effect Slow To Fast"
},
{
"dmxRange": [96, 127],
"type": "ShutterStrobe",
"shutterEffect": "Open",
"comment": "SHUTTER OPEN (LEDs on)"
},
{
"dmxRange": [128, 159],
"type": "ShutterStrobe",
"shutterEffect": "Pulse",
"speedStart": "slow",
"speedEnd": "fast",
"comment": "Pulse Effect in Sequence"
},
{
"dmxRange": [160, 191],
"type": "ShutterStrobe",
"shutterEffect": "Open",
"comment": "Shutter OPEN (LEDs ON)"
},
{
"dmxRange": [192, 223],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast",
"randomTiming": true,
"comment": "Random Strobe Effect"
},
{
"dmxRange": [224, 255],
"type": "NoFunction",
"comment": "Open"
}
]
},
"Dimmer": {
"defaultValue": 6,
"capability": {
"type": "Intensity",
"brightnessStart": "0%",
"brightnessEnd": "100%"
}
},
"Shutter / Strobe 2": {
"name": "Shutter / Strobe",
"defaultValue": 7,
"capabilities": [
{
"dmxRange": [0, 31],
"type": "ShutterStrobe",
"shutterEffect": "Closed"
},
{
"dmxRange": [32, 63],
"type": "ShutterStrobe",
"shutterEffect": "Open"
},
{
"dmxRange": [64, 95],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast"
},
{
"dmxRange": [96, 127],
"type": "ShutterStrobe",
"shutterEffect": "Open"
},
{
"dmxRange": [128, 159],
"type": "ShutterStrobe",
"shutterEffect": "Pulse",
"speedStart": "slow",
"speedEnd": "fast"
},
{
"dmxRange": [160, 191],
"type": "ShutterStrobe",
"shutterEffect": "Open"
},
{
"dmxRange": [192, 223],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast",
"randomTiming": true
},
{
"dmxRange": [224, 255],
"type": "NoFunction"
}
]
},
"Dimmer 2": {
"name": "Dimmer",
"defaultValue": 8,
"capability": {
"type": "Intensity",
"brightnessStart": "0%",
"brightnessEnd": "100%"
}
}
},
"modes": [
{
"name": "8 Channel",
"channels": [
"White",
"Red",
"Green",
"Blue",
"Shutter / Strobe",
"Dimmer",
"Shutter / Strobe 2",
"Dimmer 2"
]
}
]
}
Loading