Skip to content

Commit cfd1b5b

Browse files
committed
Add fixture oppsk/3-in-1-multieffects-dj-light via editor
1 parent 2d9ef59 commit cfd1b5b

1 file changed

Lines changed: 207 additions & 0 deletions

File tree

Lines changed: 207 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,207 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
3+
"name": "3 in 1 MultiEffects DJ Light",
4+
"shortName": "Derby",
5+
"categories": ["Effect", "Color Changer", "Flower", "Strobe", "Other"],
6+
"meta": {
7+
"authors": ["DJ Dr. J"],
8+
"createDate": "2026-08-07",
9+
"lastModifyDate": "2026-08-07"
10+
},
11+
"comment": "LED derby with strobe and UV blacklight",
12+
"links": {
13+
"video": [
14+
"https://www.youtube.com/watch?v=YxVh7aDCuvk"
15+
]
16+
},
17+
"physical": {
18+
"dimensions": [201, 157, 137],
19+
"weight": 1.6,
20+
"power": 45,
21+
"DMXconnector": "3-pin",
22+
"bulb": {
23+
"type": "LED"
24+
},
25+
"lens": {
26+
"name": "Multi",
27+
"degreesMinMax": [120, 120]
28+
}
29+
},
30+
"availableChannels": {
31+
"Channel 1": {
32+
"capabilities": [
33+
{
34+
"dmxRange": [0, 9],
35+
"type": "NoFunction"
36+
},
37+
{
38+
"dmxRange": [10, 255],
39+
"type": "ColorPreset",
40+
"comment": "UV"
41+
}
42+
]
43+
},
44+
"Channel 2": {
45+
"capabilities": [
46+
{
47+
"dmxRange": [0, 9],
48+
"type": "NoFunction"
49+
},
50+
{
51+
"dmxRange": [10, 255],
52+
"type": "ColorPreset",
53+
"comment": "White"
54+
}
55+
]
56+
},
57+
"Channel 3": {
58+
"capabilities": [
59+
{
60+
"dmxRange": [0, 9],
61+
"type": "NoFunction"
62+
},
63+
{
64+
"dmxRange": [10, 44],
65+
"type": "ColorPreset",
66+
"comment": "Red, Amber, Purple Static Beams"
67+
},
68+
{
69+
"dmxRange": [45, 79],
70+
"type": "ColorPreset",
71+
"comment": "Orange, Yellow, White Static Beams"
72+
},
73+
{
74+
"dmxRange": [80, 114],
75+
"type": "ColorPreset",
76+
"comment": "Blue, Green, Pink Static Beams"
77+
},
78+
{
79+
"dmxRange": [115, 149],
80+
"type": "ColorPreset",
81+
"comment": "6 Colors Combination Static Beams"
82+
},
83+
{
84+
"dmxRange": [150, 184],
85+
"type": "ColorPreset",
86+
"comment": "6 Colors Combination Static Beams"
87+
},
88+
{
89+
"dmxRange": [185, 219],
90+
"type": "ColorPreset",
91+
"comment": "6 Colors Combination Static Beams"
92+
},
93+
{
94+
"dmxRange": [220, 255],
95+
"type": "ColorPreset",
96+
"comment": "9 Colors Combination Static Beams"
97+
}
98+
]
99+
},
100+
"Channel 4": {
101+
"capabilities": [
102+
{
103+
"dmxRange": [0, 36],
104+
"type": "NoFunction"
105+
},
106+
{
107+
"dmxRange": [37, 73],
108+
"type": "Generic",
109+
"comment": "Only CH1 works when CH1-3 are on"
110+
},
111+
{
112+
"dmxRange": [74, 110],
113+
"type": "Generic",
114+
"comment": "Only CH2 works when CH1-3 are on"
115+
},
116+
{
117+
"dmxRange": [111, 147],
118+
"type": "Generic",
119+
"comment": "Only CH3 works when CH1-3 are on"
120+
},
121+
{
122+
"dmxRange": [148, 184],
123+
"type": "Generic",
124+
"comment": "Only CH2 works when CH1-3 are on"
125+
},
126+
{
127+
"dmxRange": [185, 221],
128+
"type": "Generic",
129+
"comment": "Both CH1 and CH3 work when CH1-3 are on"
130+
},
131+
{
132+
"dmxRange": [222, 255],
133+
"type": "Generic",
134+
"comment": "Both CH2 and CH3 work when CH1-3 are on"
135+
}
136+
]
137+
},
138+
"Channel 5": {
139+
"capabilities": [
140+
{
141+
"dmxRange": [0, 9],
142+
"type": "NoFunction"
143+
},
144+
{
145+
"dmxRange": [10, 255],
146+
"type": "StrobeSpeed",
147+
"speedStart": "fast",
148+
"speedEnd": "slow"
149+
}
150+
]
151+
},
152+
"Channel 6": {
153+
"capabilities": [
154+
{
155+
"dmxRange": [0, 9],
156+
"type": "NoFunction"
157+
},
158+
{
159+
"dmxRange": [10, 255],
160+
"type": "EffectSpeed",
161+
"speedStart": "fast",
162+
"speedEnd": "slow",
163+
"comment": "Rotating speed for CH3"
164+
}
165+
]
166+
},
167+
"Channel 7": {
168+
"capabilities": [
169+
{
170+
"dmxRange": [0, 50],
171+
"type": "NoFunction"
172+
},
173+
{
174+
"dmxRange": [51, 200],
175+
"type": "Effect",
176+
"effectName": "Auto Mode"
177+
},
178+
{
179+
"dmxRange": [201, 250],
180+
"type": "Effect",
181+
"effectName": "Sound Activate Mode With Color Background",
182+
"soundControlled": true
183+
},
184+
{
185+
"dmxRange": [251, 255],
186+
"type": "Effect",
187+
"effectName": "Sound Activate Mode Without Color Background",
188+
"soundControlled": true
189+
}
190+
]
191+
}
192+
},
193+
"modes": [
194+
{
195+
"name": "Default",
196+
"channels": [
197+
"Channel 1",
198+
"Channel 2",
199+
"Channel 3",
200+
"Channel 4",
201+
"Channel 5",
202+
"Channel 6",
203+
"Channel 7"
204+
]
205+
}
206+
]
207+
}

0 commit comments

Comments
 (0)