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 yuer/4x8-strobe-wash #3949

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,5 +538,8 @@
"name": "Venue",
"comment": "Venue by Proline",
"website": "https://venuelightingeffects.com/"
},
"yuer": {
"name": "Yuer"
}
}
282 changes: 282 additions & 0 deletions fixtures/yuer/4x8-strobe-wash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,282 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "4x8 strobe wash",
"categories": ["Strobe"],
"meta": {
"authors": ["dirk", "Dirk"],
"createDate": "2024-05-05",
"lastModifyDate": "2024-05-05",
"importPlugin": {
"plugin": "qlcplus_4.12.1",
"date": "2024-05-05",
"comment": "created by Q Light Controller Plus (version 4.12.4)"
}
},
"physical": {
"power": 40,
"DMXconnector": "3-pin",
"bulb": {
"type": "LED"
}
},
"matrix": {
"pixelCount": [
28,
10,
1
]
},
"availableChannels": {
"Master Dimmer": {
"defaultValue": 0,
"capability": {
"type": "Intensity"
}
},
"Strobe": {
"defaultValue": 0,
"capability": {
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "fast",
"speedEnd": "slow",
"helpWanted": "At which DMX values is strobe disabled?"
}
},
"R1": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G1": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B1": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"R2": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G2": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B2": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"R3": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G3": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B3": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"R4": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G4": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B4": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"R5": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G5": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B5": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"R6": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G6": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B6": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"R7": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G7": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B7": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"R8": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"G8": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"B8": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"W1": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"W2": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"W3": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"W4": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White"
}
}
},
"templateChannels": {},
"modes": [
{
"name": "30-channel",
"shortName": "30ch",
"channels": [
"Master Dimmer",
"Strobe",
"R1",
"G1",
"B1",
"R2",
"G2",
"B2",
"R3",
"G3",
"B3",
"R4",
"G4",
"B4",
"R5",
"G5",
"B5",
"R6",
"G6",
"B6",
"R7",
"G7",
"B7",
"R8",
"G8",
"B8",
"W1",
"W2",
"W3",
"W4"
]
}
]
}