Skip to content
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
218 changes: 218 additions & 0 deletions fixtures/chauvet-dj/eve-p-140-vw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,218 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "EVE P-140 VW",
"categories": ["Color Changer"],
"meta": {
"authors": ["Claude Opus 4.6 using Chauvet DJ EVE P-140 VW Rev6 Manual", "Erik Hagerup"],
"createDate": "2026-02-17",
"lastModifyDate": "2026-02-17",
"importPlugin": {
"plugin": "qlcplus_4.12.1",
"date": "2026-02-17",
"comment": "created by Q Light Controller Plus (version 5.2.0)"
}
},
"physical": {
"dimensions": [245, 305, 220],
"weight": 3.5,
"power": 122,
"DMXconnector": "3-pin and 5-pin",
"bulb": {
"type": "13x Warm White LED, 13x Cool White LED, 14x Amber LED",
"colorTemperature": 2700,
"lumens": 5443
},
"lens": {
"degreesMinMax": [35, 56]
}
},
"availableChannels": {
"Dimmer": {
"defaultValue": 0,
"capability": {
"type": "Intensity"
}
},
"Warm White": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White",
"comment": "Warm white (0–100%)"
}
},
"Cool White": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White",
"comment": "Cool white (0–100%)"
}
},
"Amber": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Amber"
}
},
"Color Macros": {
"defaultValue": 0,
"capabilities": [
{
"dmxRange": [0, 15],
"type": "NoFunction"
},
{
"dmxRange": [16, 255],
"type": "ColorPreset",
"comment": "Color macros"
}
]
},
"Strobe": {
"defaultValue": 0,
"capabilities": [
{
"dmxRange": [0, 15],
"type": "NoFunction"
},
{
"dmxRange": [16, 255],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "0Hz",
"speedEnd": "34Hz",
"comment": "Strobe, slow to fast"
}
]
},
"Programs": {
"defaultValue": 0,
"capabilities": [
{
"dmxRange": [0, 31],
"type": "NoFunction"
},
{
"dmxRange": [32, 63],
"type": "Effect",
"effectName": "0–100%"
},
{
"dmxRange": [64, 95],
"type": "Effect",
"effectName": "100–0%"
},
{
"dmxRange": [96, 127],
"type": "Effect",
"effectName": "100–0–100%"
},
{
"dmxRange": [128, 159],
"type": "Effect",
"effectName": "Color fade program"
},
{
"dmxRange": [160, 191],
"type": "Effect",
"effectName": "3-color snap program"
},
{
"dmxRange": [192, 223],
"type": "Effect",
"effectName": "7-color snap program"
},
{
"dmxRange": [224, 240],
"type": "Effect",
"effectName": "Sound-active program 1",
"soundControlled": true
},
{
"dmxRange": [241, 255],
"type": "Effect",
"effectName": "Sound-active program 2",
"soundControlled": true
}
]
},
"Program Speed / Sound Sensitivity": {
"defaultValue": 0,
"capability": {
"type": "Speed",
"comment": "Program speed slow to fast / Sound sensitivity (0–10 off, 11–255 low to high)",
"speedStart": "slow",
"speedEnd": "fast",
"helpWanted": "Are the automatically added speed values correct?"
}
},
"Dimmer Speed Mode": {
"defaultValue": 0,
"capabilities": [
{
"dmxRange": [0, 51],
"type": "Maintenance",
"comment": "Dimmer speed set from display"
},
{
"dmxRange": [52, 101],
"type": "Maintenance",
"comment": "Linear dimmer speed (off)"
},
{
"dmxRange": [102, 152],
"type": "Maintenance",
"comment": "Dimmer speed mode 1 (fast)"
},
{
"dmxRange": [153, 203],
"type": "Maintenance",
"comment": "Dimmer speed mode 2 (medium)"
},
{
"dmxRange": [204, 255],
"type": "Maintenance",
"comment": "Dimmer speed mode 3 (slow)"
}
]
}
},
"modes": [
{
"name": "3-channel",
"shortName": "3ch",
"channels": [
"Warm White",
"Cool White",
"Amber"
]
},
{
"name": "4-channel",
"shortName": "4ch",
"channels": [
"Dimmer",
"Warm White",
"Cool White",
"Amber"
]
},
{
"name": "9-channel",
"shortName": "9ch",
"channels": [
"Dimmer",
"Warm White",
"Cool White",
"Amber",
"Color Macros",
"Strobe",
"Programs",
"Program Speed / Sound Sensitivity",
"Dimmer Speed Mode"
]
}
]
}
Loading