Skip to content
Open
Show file tree
Hide file tree
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
77 changes: 77 additions & 0 deletions fixtures/garagecube/sfx-01-60-white.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "SFX-01 LED Bar 1m Pure White",
"categories": ["Pixel Bar"],
"meta": {
"authors": ["Matthieu Beghin"],
"createDate": "2025-09-05",
"lastModifyDate": "2025-09-05"
},
"links": {
"manual": [
"https://www.garagecube.com/download/manual-sfx01-50cm-2/"
],
"productPage": [
"https://shop.garagecube.com/products/4-led-bars-1-meter"
],
"video": [
"https://www.youtube.com/watch?v=DJRWDfY1n2c"
]
},
"physical": {
"dimensions": [1000, 2.5, 1.5],
"weight": 0.4,
"power": 12,
"DMXconnector": "3-pin XLR IP65",
"bulb": {
"type": "60×0.2W LED"
},
"lens": {
"degreesMinMax": [60, 60]
}
},
"matrix": {
"pixelCount": [
60,
1,
1
],
"pixelGroups": {
"Master": "all"
}
},
"availableChannels": {
"White": {
"capability": {
"type": "ColorIntensity",
"color": "White"
}
}
},
"templateChannels": {
"White $pixelKey": {
"defaultValue": 0,
"precedence": "LTP",
"capability": {
"type": "ColorIntensity",
"color": "White"
}
}
},
"modes": [
{
"name": "60-channels",
"shortName": "60ch",
"channels": [
{
"insert": "matrixChannels",
"repeatFor": "eachPixelXYZ",
"channelOrder": "perPixel",
"templateChannels": [
"White $pixelKey"
]
}
]
}
]
}
4 changes: 4 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@
"name": "Gantom",
"website": "https://www.gantom.com"
},
"garagecube": {
"name": "GarageCube",
"website": "https://garagecube.com"
},
"generic": {
"name": "Generic",
"comment": "Use this pseudo manufacturer if you need to quick patch some channels without having to create a new fixture."
Expand Down
Loading